@charset "utf-8";


/* ===================================================================

CSS information

 file name  :  index.css
 style info :  インデックス専用CSS
 
=================================================================== */


/*---------------------------------------------------------------
share
---------------------------------------------------------------*/


body {
	font-size: 12px;
	color: #FFF;
}
	body#top {
		background-color: #000; 
	}


/*---------------------------------------------------------------
#wrap
---------------------------------------------------------------*/


#top #wrap {
	width: 700px;
	margin: 0 auto;
}


/*---------------------------------------------------------------
#body
---------------------------------------------------------------*/


#top #contentsBox {
	width: 700px;
	margin: 10px auto;
	padding: 20px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
	#top #contentsBox .leftBox {
		float: left;
		padding-top: 6px;
	}
	#top #contentsBox .rightBox {
		float: left;
		width: 553px;
		padding-left: 20px;
	}
		#top #contentsBox .menu li {
			display: inline;
			padding-right: 5px;
		}
	#top #contentsBox .promoWord {
		font-size: 12px;
		padding-top: 10px;
		line-height: 150%;
	}
		#top #contentsBox .promoWord strong {
			color: #FF0;
		}
	#top #contentsBox .notes {
		color: #666;
		padding-top: 5px;
	}
		#top #contentsBox .notes li {
			line-height: 150%;
		}
		#top #contentsBox .notes li.toneDown {
			color: #333;
			padding-top: 5px;
		}


/*---------------------------------------------------------------
#footer
---------------------------------------------------------------*/


#top #footer {
	width: 700px;
	margin: 0 auto 10px auto;
}
	#top #footer .copyright {
		width: 196px;
		height: 5px;
		background: url(/images/official/top/copyright.gif) no-repeat 0 0;
		margin: 0 auto;
	}