@charset "utf-8";

/* ==========================
   0.基本構造

			2.#header
			3.ul#siteNavi
			4.ul#siteNaviSub
			5.#contents
			6.#content
			7.#sideNavi
			8.#footer
========================== */




/* ================================================================
   0.基本構造
================================================================ */
body {
	font-size: 75%;
	color: #333;
	line-height: 1.6;
}

#header{
	width: 800px;
	margin: 28px auto 0px;
	padding-bottom: 60px;
	background: url(../img/_body_bk01.jpg) no-repeat center bottom;
	font-size: 11px;
}
#contents{
	width: 800px;
	clear: both;
	float: none;
	margin: 0px auto;
	background: url(../img/_body_bk02.jpg) repeat-y center top;
}
#contentsWP{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 50px;
	background: url(../img/_body_bk03.jpg) no-repeat center bottom;
}
#dvd2010contentsWP{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 50px;
	background: url(../img/_body_bk03.jpg) no-repeat center bottom;
}
#footer{
	width: 100%;
	margin: 0px auto;
	font-size: 11px;
	line-height: 1.3;
}



/* 回り込み解除 */
#header,
#contentsWP,
#contents,
#footer{	zoom:1; } 
#header:after,
#contentsWP:after,
#contents:after,
#footer:after{	content:".";	display:block;	height:0;	clear:both;	visibility:hidden;}

/* a:link
------------------------------------------------- */
a:link,a:visited{
	color: #156ea3;
	text-decoration: none;
}
a:hover,a:active{
	color: #e63c69;
	text-decoration: underline;
}




/* ================================================================
   2.#header
================================================================ */
#header h1,
#header h2 a{
	float: left;
	width: 163px;
	height: 43px;
	padding-left: 5px;
	background: url(../img/_bisco_logo.gif) no-repeat left top;
	text-indent: -9999px;
}

#header ul{
	float: right;
	padding-top: 20px;
	padding-right: 5px;
}
#header ul li{
	display: block;
	float: left;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	padding: 0px 5px;
}
#header ul li a:link,
#header ul li a:visited{
	display: block;
	padding: 0px;
	border-bottom: 3px solid #c0c0c0;
	line-height: 1.1;
	text-decoration: none;
	color: #666;
}
#header ul li a:hover,
#header ul li a:active{
	border-bottom: 3px solid #069;
	color: #069;
	text-decoration: none;
}
#header ul li.current a:link,
#header ul li.current a:visited{
	border-bottom: 3px solid #e63c69;
	color: #e63c69;
}
#header ul li.current a:hover,
#header ul li.current a:active{
	border-bottom: 3px solid #e63c69;
	color: #e63c69;
}




/* ================================================================
   4.#contents
================================================================ */

/* one colmun　
------------------------------------------------- */
.oneC #content{
	width: 690px;
	margin-right: auto;
	margin-left: auto;
}




/* ================================================================
   4.#content
================================================================ */
#content{}




/* ================================================================
   5.#sideNavi
================================================================ */




/* ================================================================
   6.#footer
================================================================ */
#footer a:link,
#footer a:visited{	color: #666;	text-decoration: none;}
#footer a:hover,
#footer a:active{	color: #e15a00;	text-decoration: underline;}
#footer ul{
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	zoom:1;
}
#footer ul:after{	content:".";	display:block;	height:0;	clear:both;	visibility:hidden;}
#footer li{
	display: inline;
	float: none;
	padding-right: 7px;
	padding-left: 7px;
	border-right: 1px solid #c0c0c0;
	line-height: 1.1;
}
#footer .navi01 li.last,
#footer ul.navi02 li.last,
#footer ul.navi03 li.last{	border-right-style: none;}

/* .navi01{
------------------------------------------------- */
#footer .navi01{
	width: 100%;
	margin: 0px auto;
	padding: 20px 0px;
}
#footer .navi01 ul{
	width: 800px;
	margin: 0px auto;
}
#footer .navi01 li.toTop{
	float: right;
	padding: 0px 0px 0px 10px;
	border: none;
	background: url(../img/arr01.gif) no-repeat left center;
}

/* ul.navi02{
------------------------------------------------- */
#footer ul.navi02{
	width: 100%;
	background: #fff url(../img/_footer_bk.gif) repeat-x left top;
	padding-top: 25px;
}
#footer ul.navi02 li{
	padding-right: 7px;
	padding-left: 7px;
	border-right: 1px solid #c0c0c0;
	line-height: 1.1;
}

/* ul.navi03{
------------------------------------------------- */
#footer ul.navi03{
	clear: both;
	float: none;
	width: 100%;
	padding: 25px 0px 45px 0px;
	background: #fff;
}
#footer ul.navi03 li{
	padding-right: 7px;
	padding-left: 7px;
	border-right: 1px solid #c0c0c0;
	line-height: 1.1;
}
#footer ul.navi03 li.copyright{
	display: block;
	float: none;
	padding: 25px 0px 0px 0px;
	border-right: none;
}



/* EOF */

