@charset "UTF-8";

/*初期化*/


body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,th,td{
	margin:0;
	padding:0;
	text-decoration: none;
	font-style:normal;
	}




table{
	border-collapse:collapse;
	border-spacing:0;
	}


	
ul{
	list-style:none;
	}



fieldset,img{
	border:0;
	}	
	
select option{
	padding:0 5px;
	}	

form label{
	cursor:pointer;
	}
	
	
	
/*初期化 end*/	
	
body{
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}


#page{
	background-image: url(../img/back_top.gif);
	background-repeat: repeat;
	background-position: center top;
	width: 100%;
	padding-bottom: 100px;
	z-index: 1;
	float: left;
}
#page_under {
	background-image: url(../img/back_under.gif);
	background-position: center;
	height: 70px;
	width: 100%;
	float: left;
	background-repeat: no-repeat;
}
.wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}



/*　ヘッダー　*/
#header {
	background-image: url(../img/header.jpg);
	height: 85px;
	width: 770px;
	float: left;
}

#logo a{
	float: left;
	height: 65px;
	width: 160px;
	display: block;
	text-indent: -9999px;
}


#header_navi ul{
	margin-top: 25px;
	margin-left: 445px;
}

#header_navi li{
	float: left;
	list-style-type: none;

}
#header_navi a{
	height: 25px;
	width: 100px;
	display: block;
	text-indent: -9999px;
}



.container {
	float: left;
	width: 100%;
}
.contents1 {
	float: left; 
	width: 400px;
}
.contents2 {
	float: right;
	width: 570px;
}

.contents2_bk {
	float: right;
	width: 570px;
	background-image: url(../img/about_index_bk.jpg);
	background-repeat: repeat-y;
}




.left_contents {
	float: left;
	width: 195px;
	font-size: 95%;
}

/* right_contents */
.right_contents {
	float: right;
	width: 168px;
}

/* navi */
#navi {
	float: left;
	height: 25px;
	width: 770px;
	background-image: url(../img/navi.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
#navi ul{
	list-style-type: none;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

#navi li{
	float: left;
}
#navi li a{
	width: 100px;
	height :25px;
	background-image:url(../img/navi.jpg);
	text-align: center;
	color: #333333;
	text-decoration: none;
	font-size: 95%;
	display: block;
	line-height: 2em;
	}

#navi li a:hover{ }

#navi_01 a{
	background-position:-1px 0px;	
}
#navi_01 a:hover{
	background-position:-1px -30px;	
}

#navi_02 a{
	background-position:600px 0px;	
}
#navi_02 a:hover{
	background-position:600px -30px;	
}
#navi_03 a{
	background-position:450px 0px;
}
#navi_03 a:hover{
	background-position:450px -30px;
}
#navi_04 a{
	background-position:300px 0px;
}
#navi_04 a:hover{
	background-position:300px -30px;
}
#navi_05 a{
	background-position:150px 0px;
}
#navi_05 a:hover{
	background-position:150px -30px;
}



/*news　*/  

.news_top {
	background-image: url(../img/news_index.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 195px;
}
.news_under {
	background-image: url(../img/news_under.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 195px;
}
.news {
	float: left;
	background-image: url(../img/news_bk.jpg);
	background-repeat: repeat-y;
	width: 195px;
	height: 100%;
}


.news ul {
	margin-left: 10px;
}

.news li {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC6600;
	width: 95%;
	font-size: 95%;
	}

.news li a{
	display: block;
	margin-bottom: 2px;
	color: #009900;
}

.news li a:hover{
	color: #FF9900;
}

.news span {
	font-size: 85%;
	color: #666666;
}



/*center_banner　*/   


#center_banner {
}


#center_banner ul{
	margin: 0px;
	padding: 0px;
}


#center_banner li {
	list-style-type: none;
	float: left;

}
#center_banner a{
	background-image: url(../img/center_banner.jpg);
	height:170px;
	width: 190px;
	display: block;
	text-indent: -9999px;
	}


#center_banner_01 a {
	background-position:0px 0px;
}

#center_banner_01 a:hover {
	background-position:0px -170px;
}

#center_banner_02 a {
	background-position:-190px 0px;
}

#center_banner_02 a:hover {
	background-position:-190px -170px;
}

#center_banner_03 a {
	background-position:-380px 0px;
}

#center_banner_03 a:hover {
	background-position:-380px -170px;
}












#footer {
	text-align: center;
	width: 770px;
	float: left;
	margin-top: 25px;
}

/*
.contents2 li {
	text-indent: 30px;
	text-align: left;
	list-style-type: none;
}*/
.contents_text {
	margin-right: 25px;
	margin-left: 25px;
	line-height:1.3
}

.contents_color_black {
	color: #000000;
	font-size: 115%;
	margin-left: 5px;
}
.contents_color_blue {
	color: #0099FF;
	margin-left: 5px;
}
.contents_color_brown {
	color: #996600;
	font-size: 130%;
}
/*画像を横並びでリスト表示する*/
.image_list {

}
.image_list li{
	float: left;
	margin-left: 2px;

}
.image_list ul{
	display: inline;
	list-style-position: inside;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	float: left;
}
.image_list a{
	display: block;
	text-align: center;
	margin-right: 5px;
}
#banner {
	margin-bottom: 15px;
	width: 770px;
}

.tb1 {
	background-color: #CCCCCC;

}

.tb1,
.tb2 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

h2{
	font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
}
