@charset "utf-8";
/*-------------------------------------------------------------------------
	LEXUES Inc.
	cascading Style Sheets for Seitai Hiyane.
	[ top page css :top.css ]	
	Copyright（C）2007 LEXUES Inc.All Rights Reserved.
------------------------------------------------------------------------- */
/* ====================================================================== */
/* common*/
/* ====================================================================== */
body {
	color: #000000;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	margin: 0px auto;
}
/* ====================================================================== */
/* link */
/* ====================================================================== */
body a:link {
	text-decoration: underline;
	color: #0F0F0F;
}
body a:visited {
	text-decoration: none;
}
body a:active {
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
	color: #fe9b00;
}
/* ====================================================================== */
/* content*/
/* ====================================================================== */
#top-inner {
	width: 900px;
	margin: 0px auto;
	text-align: right;
}
#top-inner #top {
	width: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}
#top-inner #top ul {
	font-size: 0.8em;
	display: block;
	background-color: #000000;
	float: right;
	margin: 0px;
	padding: 2px 5px 3px 5px;
}
#top-inner #top li {
	display: inline;
	border-right: 1px solid #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
}
#top-inner #top .lineNone {
	border-right-style: none;
}
#top-inner #top li a{
	color: #FCFCFC;
	text-decoration: none;
}
#top-inner #top li a:hover{
	color: #fe9b00;
	text-decoration: none;
}
#top-inner #top p {
	clear: both;
	height: 23px;
	font-size: 0.9em;
	padding-left: 30px;
	padding-top: 6px;
	font-weight: bold;
}
#header-inner {
	background-image: url(../img/bodyBg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 214px;
}
#header-inner #header {
	background: url(../img/headerBg.jpg) no-repeat;
	height: 214px;
	width: 900px;
	clear: right;
	margin: 0px auto;
	text-align: left;
}
#header-inner #header h1 a {
	display: block;
	text-decoration: none;
	height: 59px;
	margin-left: 33px;
	padding-top: 46px;
}
#header-inner #header h1 {
	background: url(../img/logo.jpg) no-repeat 33px 46px;
	text-indent: -9999px;
	height: 105px;
	width: 270px;
}
#header-inner #header p {
	color: #FCFCFC;
	font-size: 0.8em;
	width: 235px;
	padding: 20px 0px 0px 40px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#header-inner #header .headerImg {
	height: 136px;
	width: 586px;
	float: right;
	margin-top: -130px;
}
#container {
	width: 830px;
	text-align: left;
	background-image: url(../img/side_bg.gif);
	background-repeat: no-repeat;
	padding-left: 70px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #main {
	width: 830px;
}
#container #main #nav {
	text-align: center;
	padding: 5px;
}
#container #main #nav ul {
	padding-bottom: 30px;
	float: right;
}
#container #main #nav li {
	float: left;
	margin-right: 2px;
	width: 100px;
}
#container #main #nav li a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	font-size: 0.9em;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 7px;
}
#container #main #nav li a:hover {
	background-color: #000000;
	background-image: url(../img/arr.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: center top;
	margin-top: 0px;	
}
#container #main #nav .current a{
	background-color: #000000;
	background-image: url(../img/arr.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: center top;
	margin-top: 0px;
}
#container #main #main_content {
	margin-bottom: 30px;
	width: 830px;
}
#container #main #main_content h2 {
	height: 38px;
	width: 810px;
	background-image: url(../img/access/title_bg.gif);
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 20px;
	background-repeat: no-repeat;
	font-size: 0.9em;
}
#container #main #main_content .privacy_block {
	padding: 10px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
}
#container #main #main_content .privacy_block h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333333;
}
#container #main #main_content .privacy_block p {
	padding: 5px;
}






/* ====================================================================== */
/* footer */
/* ====================================================================== */
#footer {
	background-color: #0c3200;
	clear: both;
}
#footer p {
	font-size: 0.8em;
	color: #FCFCFC;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

