@charset "utf-8";
/* CSS Document */

* { margin : 0 ; padding : 0 ; }

/* default */

body {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 160%;
	color: #333333;
	background-color: transparent;
	letter-spacing: 0.1em;
}
li {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


h1 {
	display: block;
	background-image: url(../img/bc_h1.gif);
	background-repeat: no-repeat;
	height: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 200%;
	margin-bottom: 10px;
	font-size: 118%;
	text-indent: 20px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	line-height: 30px;
}

h3 {

}

h4 {

}

h5 {

}
h6 {
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}




#container {
	padding: 0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


#header {
	background-image: url(../img/head_logobk.jpg);
	background-repeat: repeat;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	width: 900px;


}

#maincatch {
	width: 900px;
	display: block;
	background-color: #0B1253;
	text-align: center;

}

#globalnavi_container {
	height: 35px;
	width: 900px;
	background-image: url(../img/bc_gnavibg.png);
	float: left;
	margin-bottom: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

#main_container {
	width: 900px;
	display: block;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#main_left {
	float: left;
	width: 480px;
	margin-left: 50px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.bnews {
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
}

#news_area {
	width: 470px;
	border: 1px solid #CCCCCC;
}
#news_area ul {
	padding: 0px;
}
#news_area li {
	width: 400px;
	list-style-type: none;
	display: block;
	padding-left: 10px;
	line-height: 180%;
}
#news_area li a {
	color: #666666;
	text-decoration: none;
}
#news_area li a:hover {
	color: #333333;
	background-color: #E7E7E7;
	display: block;
}

#news_area li.top {
	display: block;
	text-indent: -9999px;
	height: 12px;
}
#whats_biocool {
	width: 470px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 30px;
}
#whats_biocool li {
	display: block;
	line-height: 180%;
	padding-left: 30px;
	list-style-type: none;
}

#main_right {
	float: left;
	width: 280px;
	margin-bottom: 20px;
	margin-left: 30px;
}


#banner_area {

}
#banner_area ul {
	padding: 0px;
}
#banner_area li {
	display: block;
	width: 250px;
	list-style-type: none;
	line-height: 180%;
	padding-left: 10px;
}
#banner_area li.top {
	height: auto;
	width: 260px;
	display: block;
}
.topnews {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	padding: 0px;
}
.othersec li {
	list-style-type: none;
	display: block;
	line-height: 180%;
}

ul.dot li  {
	list-style-type: none;
	display: inline;
	clear: both;
}
ul.dot li img {
	border: 1px solid #CCCCCC;
}

#footer {
	width: 900px;
	display: block;
	color: #666666;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat;
	text-align: center;
	background-color: transparent;
	background-attachment: scroll;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}




#footer p {
	clear:both;
	text-align:center;
	width:760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
p#footer_menu {
	clear: both;
	text-align: left;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

