@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;
	border-color:#999999;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.2em;
	line-height:140%;
	font-weight:400;
	text-align:left;
	border-collapse:collapse;
	}


td,tr{
	border-color:#999999;
	border-collapse:collapse;
	}



hr{
	color:#6699FF;
	}



h2{
	padding-bottom:2px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding-left:60px;
	font-size:16px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.2em;
	font-weight:bold;
	text-align:left;
	}


.sub_text{
	
	font-size:15px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	line-height:160%;
	font-weight:bolder;
	text-align:left;
	}


.sub_text2{
	
	font-size:12px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-0.1em;
	}





.step1{
	padding-top:5px;
	height:30px;
	background-image:url(img/step1.jpg);
	background-repeat:no-repeat;
	}



.step2{
	padding-top:5px;
	height:30px;
	background-image:url(img/step2.jpg);
	background-repeat:no-repeat;
	}
	



.step3{
	padding-top:5px;
	height:30px;
	background-image:url(img/step3.jpg);
	background-repeat:no-repeat;
	
	}
	


.step4{
	padding-top:5px;
	height:30px;
	background-image:url(img/step4.jpg);
	background-repeat:no-repeat;
	}




.text1{
	height:140px;
	background-image:url(img/text1.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	}



.text2{
	height:210px;
	background-image:url(img/text2.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	}




.text3{
	height:150px;
	background-image:url(img/text3.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	}











strong{
	font-weight:normal;
	}






h3{
	margin:0px;
	font-size:14px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;
	
	font-weight:bolder;
	
	}

	





#left_contents{
	width:140px;
	margin-right:30px;
	margin-top:25px;
	display: inline-block;
	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;
	}
	
