﻿@charset "utf-8";
/* -----------------------------------------------
 * お知らせ用CSS
 * 
 * Last Update 2009/01/14
----------------------------------------------- */
#deprecating {
	width: 515px;
	padding: 0 5px;
	text-align: center;
	background: #ffffff;
}
	#deprecating #contents {
		width: 480px;
		margin: 24px auto;
	}
		#deprecating #contents h1 {
			margin-bottom: 12px;
			border-bottom: 1px dotted #dddddd;
			font-size: 140%;
			text-align: center;
		}
		#deprecating #contents p {
			line-height: 1.4;
			margin-bottom: 10px;
			text-align: center;
		}
		#deprecating #contents dl {
			width: 420px;
			margin: 32px auto;
		}
			#deprecating #contents dl dt {
				border-bottom: 1px solid #dddddd;
				font-weight: bold;
				font-size: 120%;
			}
			#deprecating #contents dl dd {
				color: #ff0000;
				font-size: 110%;
			}
			#deprecating #contents p.sign {
				margin: 24px 0 0;
				text-align: right;
			}

.btn {
	text-align: center;
}