@charset "utf-8";
/* CSS Document */
body {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	background-color: #E5E5E5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
}
.oneColFixCtr #container {
	width: 768px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 0px solid #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
}
.PictBG {
	background-image:url(index_title_right_bg_w250xh201.png);
	background-color:#6C0015;
}
.TextAtr {
	line-height:12pt;
	font-size:12px;
}
.WhatsNew {
	width:334px;
	height:400px;
	padding:1px;
	border:0px;
	margin:0px;
	line-height:12pt;
	overflow:auto;
	list-style-image:url(../common/dot3.png);
	list-style-position: inside;
/*	scrollbar-base-color: #CCCCCC;  IE専用プロパティのため　コメントアウトしました */
}
	
h1 {
	font-size: 20px;
	line-height:25px;
	color: #780018;
	font-weight: bolder;
}

.Midashi {
	font-size:16px;
	line-height:25px;
	color: #780018;
	font-weight: bolder;
}