﻿@charset "utf-8";


/*サイト全体に適用
----------------------------------------------------------- */

a:link {
	text-decoration: none;
	color: #646464;
}

a:visited {
	text-decoration: none;
	color: #646464;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

p.comment {
	margin: 0;
}

body{
	margin: 0;
	padding: 0 auto;
	font-family: ＭＳ ゴシック;
	font-size: 11px;
	color: #000000;
	background-color: #F5F5F5;
}

h1 {
	color: #C8C8C8;
	font-size: 9px;
	font-weight: normal;
	font-family: ＭＳ ゴシック;
	padding: 5px 0 0 5px;
}

.content{
	margin: 0 auto;
	width: 800px;
	height: auto;
	border: 0 solid #000000;
	border-top: none;
	background-color: #ffffff;
}

.top{
	width: 800px;
	height: 20px;
	background-color: #000000;
}

.logo_l{
	float: left;
	padding: 30px 0 0 20px;
	width: 330px;
	height: 70px;
}

.logo_r{
	float: right;
	width: 450px;
	height: 10px;
	padding-top: 90px;
	text-align: right;
}

.index{
	clear: both;
	width: 800px;
	height: 50px;
}

img{
	border-style: none;
}


/*サイト全体に適用end
----------------------------------------------------------- */




/* #top_index
----------------------------------------------------------- */

#top_index {
	height:43px;
	padding-top: 8px;
	background: url(../img/header/index_bg.gif) repeat-x top left;
	font-size: 14px;

}
#top_index ul {
	width:800px;	
	height:43px;
	margin:0 auto;
	list-style:none;
}
#top_index li {
	display:block;
	float:left;	
	height:43px;
	list-style:none;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 43px;
}
#top_index li a {
	display:block;
	float:left;	
	height:43px;
	color:#555555;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 20px;				
}
#top_index li a:hover {
	color: #999999;
	display:block;
	float:left;	
	height:43px;
	background: url(../img/header/gnav_hover.gif) no-repeat bottom center;
}
#top_index ul li a.current {
	display:block;
	float:left;
	height:43px;
	color: #999999;
	text-decoration:none;
	text-transform:uppercase;
	padding: 0 20px;
	background: url(../img/header/gnav_current.gif) no-repeat bottom center;
}

/* #top_indexNav_end
----------------------------------------------------------- */




/* #left_index
----------------------------------------------------------- */


#left_index {
	height:20px;
	font-size: 14px;

}
#left_index ul {
	width:162px;	
	height:20px;
	margin:0 auto;
	list-style:none;
}
#left_index li {
	display:block;
	float:left;	
	height:20px;
	list-style:none;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 20px;
}
#left_index li a {
	display:block;
	float:left;	
	height:20px;
	color:#555555;
	text-decoration:none;
	text-transform:uppercase;
	padding-left: 20px;			
}
#left_index li a:hover {
	color: #999999;
	display:block;
	float:left;	
	height:20px;
	background: url(../img/side/test1.jpg) no-repeat bottom left;
}
#left_index ul li a.current {
	display:block;
	float:left;
	height:20px;
	color: #999999;
	text-decoration:none;
	text-transform:uppercase;
	padding: 0 20px;
	background: url(../img/side/test1.jpg) no-repeat left;
}

.document_l_back_top{
	height: 4px;
	background: url(../img/side/006top.jpg) no-repeat top center;
}
.document_l_back_bottom{
	height: 4px;
	background: url(../img/side/006bottom.jpg) no-repeat top center;
}



/* #left_index end
----------------------------------------------------------- */



/*コピーライト
----------------------------------------------------------- */


.copyright{
	color: #C8C8C8;
	clear: both;
	width: 795px;
	background-color: #000000;
	text-align: right;
	padding: 4px 5px 3px 0;
}


/*コピーライトend
----------------------------------------------------------- */
