html{
	margin:0;
	height:100%;
}
body{
	margin:0;
	background-image:url(images/back.jpg);
	text-align:center;
	height:100%;
}

a{
	color:#FF0;
}

img{
	border-width:0;
}

#wrapper{
	width:843px;
	margin-right:auto;
	margin-left:auto;
	background:#000 url(images/contentBg.jpg) repeat-y;
	min-height:100%;
	_height:100%;
	position:relative;
}

#content{
	width:843px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-bottom:120px;
}

.clear{
	clear:both;
}

h{
	font-size:120%;
	font-weight:bold;
}

/*-----------------------
ダウンロード方法
-----------------------*/
#manual{
	margin-right:auto;
	margin-left:auto;
	padding-top:145px;
	padding-bottom:15px;
	text-align:left;
	color:#fff;
	font-size:11px;
	width:700px;
	line-height:1.5;
}

#manual ol{
	margin:5px 5px;
	margin-left:-20px;
	list-style-type:decimal;
}

#manual ol li{
	font-size:11px;
}

/*-----------------------
情　報
-----------------------*/
#info{
	width:709px;
	margin-right:auto;
	margin-left:auto;
	border:3px #660 double;
	text-align:left;
	background-image:url(images/pBodyBg2.png);
}

#info #alert{
	color:#900;
	font-size:14px;
	padding:10px;
	line-height:1.5;
	font-weight:bold;
}

#info p{
	font-weight:bold;
	font-size:12px;
	margin:2px 10px;
}

#info table{
	margin-left:10px;
	color:#333;
}

#info table th{
	width:50px;
}

#info table *{
	font-size:12px;
}

/*-----------------------
ダウンロードコンテンツ	
-----------------------*/

div.Accordion{
	margin-top:0px;
	border-width:0;
}

div.AccordionPanel{
	width:713px;
	background-image:url(images/pBodyBg.png);
	border:1px #5c573c solid;
	margin:10px auto 0 auto;
	padding-top:3px;
	padding-bottom:3px;
}

div.AccordionPanel .AccordionPanelTab{
	border-width:0;
	display:block;
	background-image:url(images/pTitle.jpg);
	background-repeat:no-repeat;
	width:709px;
	height:37px;
	margin:0;
	margin-right:auto;
	margin-left:auto;
	text-decoration:none;
	color:#fff;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	text-indent:10px;
	line-height:2.5;
	padding:0;
}

/*予告AccordionPanel用NOTICEマーク*/
div.AccordionPanel .notice{
	background-image:url(images/pTitle_notice.jpg);
}

/*新AccordionPanel用NEWマーク*/
div.AccordionPanel .new{
	background-image:url(images/pTitle_new.jpg);
}

/*AccordionPanel説明本体*/
div.AccordionPanel .AccordionPanelContent{
	width:685px;
	color:#333;
	font-size:12px;
	text-align:left;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	line-height:1.5;
/*	overflow:hidden;*/
}

div.AccordionPanel .AccordionPanelContent .p1{
	padding-top:30px;
	color:#ab3810;
	font-weight:bold;
}

div.AccordionPanelContent div.p1:first-child{
	padding-top:0px;
}

div.AccordionPanelContent div.p1 span{
	color:#fff;
	padding:2px 3px;
	margin-left:10px;
}
div.AccordionPanelContent div.p1 span.free{
	background-color:#06F;
}
div.AccordionPanelContent div.p1 span.charge{
	background-color:#F30;
}

/*「※」などの補足用小テキスト*/
div.AccordionPanel .AccordionPanelContent .sub{
	color:#666;
	font-size:10px;
}

/*AccordionPanelの補足説明等、本文とは差別化する項目*/
div.AccordionPanel .AccordionPanelContent .option{
	border:0px #403c35 dotted;
	width:645px;
	color:#f3f3f3;
	margin-left:10px;
	padding:5px;
	font-weight:bold;
}
	
/*AccordionPanelのストーリー解説パート*/
div.AccordionPanel .AccordionPanelContent .story{
	border:1px #403c35 dotted;
	background-color:#403c35;
	background-image:url(images/story_bg.jpg);
	width:675px;
	padding:5px;
	margin-top:20px;
}
	
/*AccordionPanel用画像レイアウト*/
div.AccordionPanel .image{
	width:675px;
	text-align:center;
	margin-top:10px;
}

/*AccordionPanel用画像レイアウト*/
div.AccordionPanel .image .cos{
	float:left;
	width:203px;
	text-align:center;
	margin:0 11px;
}

/*ZOOM用画像およびZOOMアイコン*/
div.AccordionPanel .image a.imgCap{
	display:block;
	float:left;
	width:162px;
	height:91px;
	background-repeat:none;
	border:1px #999 solid;
/*	position:relative;*/
	margin:0 2px;
}

div.AccordionPanel .image a.imgCap img{
	/*position:absolute;
	bottom:0;
	right:0;*/
	margin:44px 0 0 115px;
}

.spBox{
	padding:5px;
	border:1px #999 solid;
	background-color:#FFF;
}


/*-----------------------
フッター
-----------------------*/
#footer{
	position:absolute;
	left:0;
	bottom:0;
}


/*-----------------------
LightBox css　オーバーライト
-----------------------*/
#hoverNav a#prevLink,
#hoverNav a#nextLink,
#hoverNav a#prevLink:hover,
#hoverNav a#nextLink:hover{
	background-repeat:no-repeat;
}

#hoverNav a#prevLink,
#hoverNav a#prevLink:hover{
	background-image:url(lightbox2/images/prevlabel.gif);
	background-position:top left;
}
#hoverNav a#nextLink,
#hoverNav a#nextLink:hover{
	background-image:url(lightbox2/images/nextlabel.gif);
	background-position:top right;
}
