@charset "UTF-8";
/* CSS Document */
body {
	margin-top:0;
	margin-bottom: 0;
	background-color:#CCCCCC;
	text-align:center;
	font-family:Verdana, Helvetica, Arial, sans-serif, "ＭＳ Ｐゴシック", Osaka;
	font-size: 10px;
}
ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
p, h2, h3 {
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	background: url(img/common/bg_main.jpg) repeat-y;
}
#header {
	background-image:url(img/common/header.jpg);
	background-repeat:no-repeat;
	height:81px;
}
#header a{
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover{
	color: #323232;
	text-decoration: none;
}
#header ul{
	float: right;
	margin-right: 18px !important;
	margin-right: 10px;
}

#header li{
	display: block;
	height: 10px;
	float: left;
	margin: 59px 0 0 0;
	padding: 0 8px 0 8px;
	border-right: #323232 solid 1px;
}
#header li a{
	display: block;
	height: 10px;
	float: left;
	
}
.firstli {
	display: block;
	height: 10px;
	border-left: #323232 solid 1px;
}
#container {
	position: relative;
	margin: 0; /* 上下方向に10pxのマージンを指定 */
	width: 100%; /* ボックスの幅を指定 */
	background: url(img/common/bg_main.jpg) repeat-y;
}
#primary {
	/* positionの指定を削除 */
	margin-left: 198px; /* 左方向に198pxのマージンを指定 */
	
}
#secondary {
	position: absolute;
	left: 0px;
	top: 0px; /* 上方向からの配置位置を変更 */
	width: 192px;
}
/**--------------------------------
navigation area
**/
#moduleleft1 {
	width:183px;
	margin:0 0 10px 9px;
	height:237px;
	background-image:url(img/common/bg_navi.jpg);
}
#moduleleft1 ul{
	margin:0;
	padding:20px 0 0 0;
	list-style-type:none;
	font-size:12px;
}
#moduleleft1 li{
	margin:0;
	padding:0 0 0 10px;
}
#moduleleft1 a{
	color:#333333;
	padding: 4px 0 4px 10px;
	text-decoration:none;
}
#moduleleft1 a:hover{
	color:#FFFFFF;
	background:url(img/common/navi_arrow.gif) left center no-repeat;
	text-decoration:underline;
}
#moduleleft2 {
	width:183px;
	margin:0 0 5px 9px;
	padding:0;
}
/**--------------------------------
contents area
**/
#banner {
	width: 728px;
	height: 90px;
	background: url(img/common/dummy_banner.jpg);
	margin-bottom: 10px;
}
#contColumn {
	width: 240px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
#contA {
	width: 240px;
	background: url(img/common/bg_mid.jpg);
	
}
#contA a {
	color: #009BDB;
}
#contA h2 {
	color: #000000;
	background: url(img/common/bg_h3.jpg) left top no-repeat;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 0 10px;
	height: 20px;
}
#contA ul {
	margin: 10px 10px 0 10px;
}
#contA li {
	padding-bottom: 5px;
	
}
#cdBOX {
	height: 104px;
	padding-bottom: 5px;
}

#cdBOX dt{
	background: url(img/common/bg_cd.jpg) no-repeat;
	width: 104px;
	height: 104px;
	padding-top: 4px;
	padding-left: 4px;
	margin-right: 5px;
	float: left;
}
#cdBOX dd{
	font-size: 12px;
	width: 100px;
	float: left;
}
#videoBOX {
	height: 100px;
	padding-bottom: 10px;
}

#videoBOX dt{
	background: url(img/common/bg_video.jpg) no-repeat;
	width: 138px;
	height: 105px;
	padding-top: 4px;
	padding-left: 4px;
	margin-right: 5px;
	float: left;
}
#videoBOX dd{
	font-size: 12px;
	width: 200px;
	float: left;
}
#aboutBOX {
	padding-bottom: 5px;
	margin: 0;
}

#aboutBOX dt{
	background: url(img/common/bg_raid.jpg) no-repeat;
	width: 208px;
	height: 107px;
	padding-top: 4px;
	padding-left: 4px;
	margin-right: 5px;
}
#aboutBOX dd{
	font-size: 12px;
	
}
.dot {
	background: url(img/common/div_dot.gif) repeat-x;
	height: 20px;
	width: 220px;
}
#bgBottom {
	height: 20px;
	background:url(img/common/bg_bottom.jpg) no-repeat;
	margin-top: 0;
	margin-bottom: 10px;
	
}
/**--------------------------------
footer area
**/

#footer {
	clear: left;
	margin-bottom: 0;
	padding-top:6px;
	background: url(img/common/bg_footer.gif) no-repeat;
	height:20px;
	text-align:center;
	font-size:9px;
	color:#666666;

}
.clear {
	clear: both;
}

