@charset "UTF-8";
/* ご利用案内subNavi:hover設定 */
#container ul#subNavi li a {
	background: url(../images/subNavi01.png) no-repeat;
}
#container ul#subNavi li a#subNavi01:hover,
#container ul#subNavi li a#subNavi01.subNaviAct {
	background-position: 0 -111px;
}
#container ul#subNavi li a#subNavi02:hover,
#container ul#subNavi li a#subNavi02.subNaviAct {
	background-position: 0 -148px;
}
#container ul#subNavi li a#subNavi03:hover,
#container ul#subNavi li a#subNavi03.subNaviAct {
	background-position: 0 -185px;
}

/* グローバルナビ カテゴリーC 位置オーバーライド */
#container #gNaviC {
	top: 65px;
}

/* 見出し */
h1 {
	background-position: 0 0;
}
h1#h1_02 {
	background-position: 0 -40px;
}
h1#h1_03 {
	background-position: 0 -80px;
}

h2#h2_01 {
	background-position: 10px 0;
}
h2#h2_02 {
	background-position: 10px -24px;
}
h2#h2_03 {
	background-position: 10px -48px;
}
h2#h2_04 {
	background-position: 10px -72px;
}
h2#h2_05 {
	background-position: 10px -96px;
}
h2#h2_06 {
	background-position: 10px -120px;
}
h2#h2_07 {
	background-position: 10px -144px;
}
h2#h2_08 {
	background-position: 10px -168px;
}
h2#h2_09 {
	background-position: 10px -192px;
}
h2#h2_10 {
	background-position: 10px -216px;
}
h2#h2_11 {
	background-position: 10px -240px;
}
h2#h2_12 {
	background-position: 10px -264px;
}
h2#h2_13 {
	background-position: 10px -288px;
}
h2#h2_14 {
	background-position: 10px -312px;
}
h2#h2_15 {
	background-position: 10px -336px;
}
h2#h2_16 {
	background-position: 10px -360px;
}
h2#h2_17 {
	background-position: 10px -384px;
}

/* 右コラム */
#container #rightCol {
	width: 263px;
	float: right;
}
#container #leftCol {
	width: 434px;
	float: left;
}
#container #content .article dl.whatsnew {
	overflow: auto;
	height: 150px;
	padding: 10px;
}
#container #content .article dl.whatsnew dt {
	width: 75px;
	clear: both;
	float: left;
	margin-bottom: 5px;
	padding-left: 0px;
	color: #36c;
	/*border-bottom: 1px dotted #36c;*/
}
#container #content .article dl.whatsnew dd {
	margin-left: 75px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #36c;
	padding-left: 5px;
}