@charset "UTF-8";
/* CSS Document */

/* reset */
html,body,div,h1,h2,h3,h4,h5,h6,p,img,dl,dt,dd,ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td,form,blockquote,fieldset,embed,object,applet
{margin:0;padding:0;border:0}

body
{font-size:75%;letter-spacing: 0.05em; line-height:1.8em; font-family:Arial,sans-serif,inherit;color:#555;background:#fff;} 
* + html body { font-family: "メイリオ","Meiryo";}
 a{color:#3A96FC} a:active{color:#f00} 
 a:visited{color:#003366} 
table{border-collapse:collapse;border-width:0;empty-cells:show} 
ul{list-style-type:none;}
li{list-style-position:outside;}
 h1,h2,h3,h4,h5{padding:0 0 0.5em 0} 
 h1,h2{font-size:1.1em} 
 h3{font-size:1.1em} 
 h4,h5,table{font-size:1em} 
 sup,sub{font-size:0.7em} 
 input,select,textarea,option{font-family:inherit;font-size:inherit}

body {
	text-align:center;
	
}

h1 {
padding-top:90px;
font-size:x-large;
color:333333;
}



h3 {
	/*border-top:1px dotted #dddddd;*/
	margin: 30px 0px 10px 0px;
	padding: 7px 0px 0px 0px;
	color:333333;
}


#page {
	margin: 0 auto;
	width: 780px;
}

#header {
	width: 780px;
	height: 140px;
	background-image:url(../img/top_bg.jpg);
}

#header01 {
	width: 780px;
	height: 190px;
	background-image:url(../img/head.jpg);
}

#content {
	text-align: left;
	
}

#footer {
clear:both;
font-size:x-small;
	/*border-top:1px solid #999999;*/
	height:50px;
background-color: #CCCCCC;
background-image:url(../img/menu_bg.jpg);
padding-top:5px;
margin-top:10px;
}

.visual_area {
	width: 340px;
	height: 350px;
	margin: 20px 0;
	float:left;
}

img, a img {
	border: 0 none;
	vertical-align: bottom;

}

.text_area {
	padding: 20px 0 0 24px;
	width: 400px;
	float:left;
}

.text_area img {
	float:right;
	
	margin: 5px 0px 5px 0px;

}

.text_area ul {
margin-top:1.5em;

}

.text_area li {
border-bottom: dotted 1px #DEDEDE;
margin:0.5em 0 0.5em 0;
padding-bottom:0.5em}


.description_area {
	clear:both;
	text-align:left;
	margin-bottom:80px;
}

.description_area ul {
margin:0 0 1.5em 1em;
list-style-type:disc;
}

.description_area li {
margin:0.5em 0 0 0;
}

.description_area table {
width:780px;
margin-top:10px;
}

.description_area table th {
text-align:center;
}

.description_area table th img{
margin-bottom:5px;
}

.description_area table td {
padding:5px 13px 0 13px;
width:30%;
text-align:left;

}



.description_area table td.right {
text-align:right;
}




.reccomend_area h3 {
	border-top:5px double #D7E2E4;
	margin: 30px 0px 10px 0px;
	padding: 7px 0px 0px 0px;
	color:333333;
}

.reccomend_area div.wh640{
line-height:1.3em;
margin-bottom:140px;

}

.reccomend_area div.block_l{
padding: 10px;
border: 1px solid #DEDEDE;
float:left;
width:45%;

}

.reccomend_area div.block_r{
padding: 10px;
border: 1px solid #DEDEDE;
float:right;
width:45%;
}

/* 共通
 -------------------------------------------------------*/
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

p.btm {
margin-bottom:10px;
}
