@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_bg2.jpg);
	background-repeat:no-repeat;
	}



.main2{
	width:770px;
	margin:0px auto;
	}


#right_contents{
	width:600px;
	margin-top:25px;
	float:right;
	}
	

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


td,tr{
	border-collapse:collapse;
	}



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;
	}
	
	
	
h3{
	
	margin:0px;
	font-size:14px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	font-weight:normal;
	}


strong{
	font-weight:bolder;
	}




.t_border{
	border-bottomt:thin;
	border-bottom-color:#666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}



.test1{
	margin-left:10px;
	font-size:13px;
	color:#000099;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	font-weight:bolder;
	
	}



.coment{
	background-image:url(img/coment_bg.jpg);
	padding:15px;
	border-bottomt:thin;
	border-bottom-color:#000099;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top:thin;
	border-top-color:#000099;
	border-top-width: 1px;
	border-top-style: solid;
	border-left:thin;
	border-left-color:#000099;
	border-left-width: 1px;
	border-left-style: solid;
	border-right:thin;
	border-right-color:#000099;
	border-right-width: 1px;
	border-right-style: solid;
	background-repeat: no-repeat;
	background-position: top;
	}





a{
	margin:0px;
	}




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



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






/*  フッター  */



#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;
	}



.a_point{
	font-size:12px;
	color:#000099;
	letter-spacing:0.1em;
	text-decoration: none;
	}


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