@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	color:#454545;
}

a {
	outline: 0;
}
a:hover {
	text-decoration:none;
}

/** font **/
body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}
table {
    font-size:inherit;
    font:100%;
}
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }


/** tag **/
dl, ul, li, dd, dt {
	list-style: none;
	margin:0;
	padding:0;
	line-height:100%;
}

img {
	border: none;
}

/** wrapper **/
#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/** header **/
#header {
	margin: 0 auto;
}
#header h1{
	padding:20px 0 0 0;
}

/** nav **/
#nav {
	margin: 15px auto 0;
}
#nav li { 
	list-style:none;
	text-indent: -8467px;
	float: left;
	display: block;
	height: 40px;
}
#nav li a {
	background: url(../img/nav.gif) no-repeat;
	margin: 0;
	padding: 0;
	display: block;
	height: 40px;
}
#nav li#nav01 { width: 118px; }
#nav li#nav02 { width: 166px; }
#nav li#nav03 { width: 206px; }
#nav li#nav04 { width: 146px; }
#nav li#nav05 { width: 176px; }
#nav li#nav06 { width: 188px; }

#nav li#nav01 a { background-position:    0px 0px; }
#nav li#nav02 a { background-position: -118px 0px; }
#nav li#nav03 a { background-position: -284px 0px; }
#nav li#nav04 a { background-position: -490px 0px; }
#nav li#nav05 a { background-position: -636px 0px; }
#nav li#nav06 a { background-position: -812px 0px; }

#nav li#nav01 a:hover { background: url(../img/nav_on.gif)    0px 0px; }
#nav li#nav02 a:hover { background: url(../img/nav_on.gif) -118px 0px; }
#nav li#nav03 a:hover { background: url(../img/nav_on.gif) -284px 0px; }
#nav li#nav04 a:hover { background: url(../img/nav_on.gif) -490px 0px; }
#nav li#nav05 a:hover { background: url(../img/nav_on.gif) -636px 0px; }
#nav li#nav06 a:hover { background: url(../img/nav_on.gif) -812px 0px; }

#nav li#nav01.current { background: url(../img/nav_on.gif)    0px 0px; }
#nav li#nav02.current { background: url(../img/nav_on.gif) -118px 0px; }
#nav li#nav03.current { background: url(../img/nav_on.gif) -284px 0px; }
#nav li#nav04.current { background: url(../img/nav_on.gif) -490px 0px; }
#nav li#nav05.current { background: url(../img/nav_on.gif) -636px 0px; }
#nav li#nav06.current { background: url(../img/nav_on.gif) -812px 0px; }

/** contents **/
#contents {
	width: 1000px;
	margin: 0 auto 20px;
	padding: 20px 0 0;
}
#contents #contents-L {
	float:left;
	width:230px;
}
#contents #contents-L p{
	margin-bottom:7px;
}
#contents #contents-R {
	float:left;
	width:750px;
	padding-left:20px;
}

/** footer **/
#footer {
	background-image:url(../img/footer_bg.gif);
	background-repeat:no-repeat;
	padding-top:15px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666;
	margin-bottom:10px;
}

/** clearfix **/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


