@charset "utf-8";
/*-------------------------------------------------------------------------
	LEXUES Inc.
	cascading Style Sheets B&G Oceanic center.
	[ base css :base.css ]	
	Copyright（C）2007 LEXUES Inc.All Rights Reserved.
------------------------------------------------------------------------- */

/* ====================================================================== */
/* common */
/* ====================================================================== */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 62.5%;
	color: #444444;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #f4f4f4;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
h1,h2,h3,h4,h5,p,b,i,u,form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
ul {
	margin: 0px; 
	padding: 0px; 
	list-style: none
}
li {
	margin: 0px; 
	padding: 0px; 
	list-style: none
}
body a:link {
	text-decoration: none;
	color: #302B9B;
}
body a:visited {
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:active {
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}
hr {
	clear: both;
	visibility: hidden;
}
.clear {
	clear: both;	
}
#wrapper {
	margin: 0px auto;
}
#main {
	width: 810px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}
/* ====================================================================== */
/* header */
/* ====================================================================== */
#wrapper #main #header {
	height: 101px;
	width: 810px;
	padding-bottom: 0px;
	margin-bottom: 2px;
	background-repeat: no-repeat;
	background-position: 11px!important;
	background-position: 12px;
	background-image: url(../img/top/heada.gif);
}
#wrapper #main #header h1 {
	height: 86px;
	text-indent: -9999px;
}
#wrapper #main #header #top_navi_container{
	background-color: #000000;
	height: 20px;
	width: 195px;
	text-align: right;
	float: right;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 8px;
	font-size: 0.9em!important;
	font-size: 1.0em;
}
/* safari only \*/
html:\66irst-child #wrapper #main #header #top_navi_container{
	background-color: #000000;
	height: 20px;
	width: 195px;
	text-align: right;
	float: right;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 8px;
	font-size: 0.8em;
}
#wrapper #main #header #top_navi_container a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#wrapper #main #header #top_navi_container a:visited {
	text-decoration: none;
	color: #FFCCCC;
}
#wrapper #main #header #top_navi_container a:hover {
	text-decoration: none;
}
#wrapper #main #header #top_navi_container a:active {
	text-decoration: none;
}
#wrapper #main #header #top_navi_container a:hover {
	text-decoration: underline;
}
/* ====================================================================== */
/* navigation */
/* ====================================================================== */
#wrapper #main #left_container #nav {
	background-image: url(../img/suvnavBg.jpg);
	background-repeat: no-repeat;
	width: 160px;
	height: 320px;
	text-align: left;
}
#wrapper #main #left_container #nav ul {
	font-size: 1.2em!important;
	font-size: 1.3em;
	padding-top: 8px;
	width: 160px;
}
/* safari only \*/
html:\66irst-child #wrapper #main #left_container #nav ul {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 8px;
	width: 160px;
}
#wrapper #main #left_container #nav li {
	line-height: 2.5;
	display: block;
	width: 160px;
}
#wrapper #main #left_container #nav li a {
	background-image: url(../img/raindrop.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0em 0.6em;
	text-decoration: none;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#wrapper #main #left_container #nav li a:hover {
	background-image: url(../img/raindrop_over.gif);
	background-repeat: no-repeat;
	display: block;
}
#wrapper #main #left_container #nav #current a {
	background-image: url(../img/raindrop_over.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0em 0.6em;
}
/* ====================================================================== */
/* footer */
/* ====================================================================== */
#wrapper #footer {
	text-align: left;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 5px;
	clear: both;
	height: 65px;
	margin-top: 20px;
}
#wrapper #footer p {
	font-size: 1.2em;
	padding-top: 2px;
	text-align: left;
	color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 5px;
	padding-bottom: 2px;
}
#wrapper #footer ul {
	padding-top: 1px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#wrapper #footer li {
	list-style-type: circle;
	margin-left: 20px;
	font-size: 1.2em;
}
#wrapper #footer .copy {
	padding-top: 10px;
	color: #333333;
}

#wrapper #footer #team_banner{
	float: right;
}
