@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 {
	height: 79px;
	background-image: url(../img/header_bg.gif);
	margin: 0 auto;
	background-repeat: no-repeat;
}
#header h1{
	padding:18px 0 0 10px;
}

/** nav **/
#nav {
	margin: 10px 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:124px;}
#nav li#nav02 { width:199px;}
#nav li#nav03 { width:272px;}
#nav li#nav04 { width:246px;}
#nav li#nav05 { width:159px;}

#nav li#nav01 a { background-position:    0px 0px; }
#nav li#nav02 a { background-position: -124px 0px; }
#nav li#nav03 a { background-position: -323px 0px; }
#nav li#nav04 a { background-position: -595px 0px; }
#nav li#nav05 a { background-position: -841px 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) -124px 0px; }
#nav li#nav03 a:hover { background: url(../img/nav_on.gif) -323px 0px; }
#nav li#nav04 a:hover { background: url(../img/nav_on.gif) -595px 0px; }
#nav li#nav05 a:hover { background: url(../img/nav_on.gif) -841px 0px; }

#nav li#nav01.current { background: url(../img/nav_on.gif)    0px 0px; }
#nav li#nav02.current { background: url(../img/nav_on.gif) -124px 0px; }
#nav li#nav03.current { background: url(../img/nav_on.gif) -323px 0px; }
#nav li#nav04.current { background: url(../img/nav_on.gif) -595px 0px; }
#nav li#nav05.current { background: url(../img/nav_on.gif) -841px 0px; }

/** contents **/
#contents {
	width: 900px;
	margin: 0 auto 20px;
	padding: 15px 20px 0;
}
.top #contents {
	width: 1000px;
	margin: 0 auto 20px;
	padding: 15px 20px 0;
}
.top #contents #index-L {
	float:left;
	width:640px;
}
.top #contents #index-R {
	float:left;
	width:220px;
	margin-top:198px;
	padding-left:100px;
}
.top #contents #index-R #dc {
	background-image:url(../img/menu_dc.gif);
	background-repeat:no-repeat;
	text-indent: -8467px;
}
.top #contents #index-R #jcb {
	background-image:url(../img/menu_jcb.gif);
	background-repeat:no-repeat;
	margin-top:10px;
	text-indent: -8467px;
}
.top #contents #index-R #dc a,
.top #contents #index-R #jcb a{
	display:block;
	width:189px;
	height:113px;
}
.top #contents #index-R #dc a:hover {
	background-image:url(../img/menu_dc_on.gif);
}
.top #contents #index-R #jcb a:hover {
	background-image:url(../img/menu_jcb_on.gif);
}

/** 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;
	/**/
}

