@charset "utf-8";
/* CSS Document */



/*  共通  */


body{
	width:100%;
	margin:0px auto;
	font-size:12px;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image:url(img/body_bg.jpg);
	background-repeat: repeat;

	}


.clear{
	clear:both;
	}
	
	
img{
	border:0px;
	}




#top{
	text-align:center;
	}
	
	
	
	

/*  ヘッダー  */


#header{
	margin-top:3px;
	padding-top:15px;
	height:93px;
	background-color:#FFFFFF;
	background-image:url(img/header.jpg);
	background-repeat: repeat-x;
	}




h1{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:10px;
	font-size:12px;
	color:#666666;
	font-weight:normal;
	text-align:center;
	}


.head{
	width:800px;
	height:45px;
	margin:0px auto;
	background-image:url(img/head_bg.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	}


.logo{
	margin-bottom:10px;
	float:left;
	}


.link{
	margin-top:10px;
	margin-bottom:10px;
	float:right;
	}



/*  コンテンツ上  */



#main{
	width:820px;
	margin:0px auto;
	clear:both;
	background-color:#FFFFFF;
	background-image:url(img/main_bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	
	}







#right_contents{
	width:620px;
	height:300px;
	padding-right:25px;
	margin-top:25px;
	float:right;
	}
	

.rigth_text{
	padding-top:200px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	}




h2{
	margin:0px;
	font-size:13px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.2em;
	line-height:160%;
	font-weight:400;
	
	text-align:left;
	}
	
	
	

#left_contents{
	width:140px;
	padding-left:25px;
	margin-top:25px;
	float:left;
	}











li,ul{
	text-align:left;
	margin:0px;
	padding:0px;
	list-style-type: none;
	display: inline;
	}


.left_img{
	margin-top:15px;
	}



/*  コンテンツ下  */


#main2{
	width:100%;
	clear:both;
	/*background-image:url(img/main_bg2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
	}



#main_contents2{
	width:800px;
	margin:0px auto;
	}


#main_contents3{
	width:800px;
	background-color:#FFFFFF;
	margin:0px auto;
	}


#left_contents2{
	width:450px;
	float:left;
	margin-top:15px;
	padding-top:30px;
	background-image:url(img/infomation_bg.jpg);
	background-repeat:no-repeat;
	text-align:left;
	}
	
		
	
table{
	font-size:12px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	line-height:140%;
	border-collapse:collapse;
	}


td,tr{
	border-collapse:collapse;
	}






hr{
	margin:5px 0;
	color:#000099;
	}

	



#right_contents2{
	width:340px;
	
	float:right;
	}


.sub_contents{
	float:left;
	margin-top:15px;
	}


.sub_contents2{
	margin-top:12px;
	margin-left:10px;
	}


.sub_contents3{
	margin-left:10px;
	}




.map_text{
	background-image:url(img/point.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:30px;
	font-size:16px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	font-weight:bold;
	}






.map_text2{
	font-size:15px;
	color:#333333;
	/*font-family:Arial, Helvetica, sans-serif;*/
	/*letter-spacing:0.1em;*/
	}






/*  フッター  */



#futter{
	
	padding-top:20px;
	height:120px;
	background-color:#FFFFFF;
	background-image:url(img/futter.jpg);
	background-repeat: repeat-x;
	}


.futter{
	width:820px;
	margin:0px auto;
	font-size:12px;
	color:#333333;
	letter-spacing:0.1em;
	font-family:Arial, Helvetica, sans-serif;
	}


a{
	font-size:12px;
	color:#333333;
	letter-spacing:0.1em;
	text-decoration: none;
	}



a:link{
	font-size:12px;
	color:#333333;
	letter-spacing:0.1em;
	text-decoration:none;
	}
	

a:visited{
	font-size:12px;
	color:#666666;
	letter-spacing:0.1em;
	}
	
	
a:hover{
	color:#000099;
	text-decoration:none;
	}






address{
	font-size:11px;
	color:#000099;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	font-style:normal;
	}
	
