/* CSS Document */

/*
 HTMLグローバル設定 [
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {

	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:0.9em;
	background-image:url(img/back_img.gif);
	text-align:center;
	margin:0;
	padding:0;
	color:#333333;

}

html {

	overflow: scroll;
	
}

h1,h2,h3,h4,h5,h6,address {

	font-size: 90%;
	font-weight: normal;
	
}

p,li,dt,dl {

	line-height: 1.4;
	
}

p {

	margin: 0;
	
}

li {

	list-style-type: none;
	
}

img {

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

}
td{
	padding:0;
	margin:0;
	vertical-align:top;
}

.r {
	float: right;
}

.l {
	float: left;
}

.clear {
	clear: both;
}

.clear_r {
	clear: right;
}

.clear_l {
	clear: left;
}

.text_l{
text-align:left;
}

.text_r{
text-align:right;
}

/*original CSS
----------------------------------------------------*/

#body{
	margin:auto;
	width:780px;
	border:1px #cccccc solid;
	background-color:#ffffff;
	text-align:center;
}
#header{
	background-image:url(img/header_img.jpg);
	width:778px;
	height:89px;
	margin:0;
	text-align:left;

}
#logo{
float:left;
width:370px;
}
#header h1{/*
	float:right;*/
	float:left;
	padding:0 30px;
}
#header p{
float:left;
padding:0 30px;
}
#inq{
	width:325px; 
	height:66px; 
	background-image:url(img/inq.jpg); 
	float:right; 
	margin:3px 20px;
}
#inq p{
padding:20px 10px 0px 200px;
}
#main_img{
	margin:10px 0 10px 0;
}

#reff{
	width:780px;
	height:245px;
	background-image:url(img/reff.gif);
	background-position:top center;
	background-repeat:no-repeat;
	margin-bottom:10px;

}
	#reff p{
	text-align:left;
	padding:60px 45px 30px 425px;
	}
	
#disc{
text-align:left;
padding:10px;
}
#disc h2{
border-left:6px #003399 solid;
border-bottom:1px #CCCCCC solid;
font-size:1.2em;
padding:2px;
}
#disc p{
margin-top:5px;
padding:15px;
background-color:#F6F6F6;
border:1px #cfcfcf solid;
}
#keyword{
width:780px;
height:245px;
background-image:url(img/keyword.gif);
	background-position:top center;
background-repeat:no-repeat;
margin-bottom:10px;
}
	#keyword p{
	text-align:left;
	padding:60px 45px 30px 425px;
	}
#abtest{
width:780px;
height:387px;
background-image:url(img/abtest.gif);
	background-position:top center;
background-repeat:no-repeat;
margin-bottom:10px;
}
	#abtest p{
	text-align:left;
	padding:295px 35px 30px 35px;
	}
#recommend{
width:780px;
height:419px;
background-image:url(img/recommend.gif);
	background-position:top center;
background-repeat:no-repeat;
margin-bottom:10px;
}
	#bih{

	float:left;
	width:380px;
	}
	#bih p{
	text-align:left;
	padding:260px 30px 0px 40px;	
	}
	
	
	#sim{
	width:380px;
	float:right;
	}
	#sim p{

	text-align:left;
	padding:260px 35px 0px 40px;	
	}	
#submit{
width:760px;
height:200px;
background-position:top;
background-repeat:no-repeat;
margin-bottom:10px;
}
	#submit p{
	text-align:left;
	padding:60px 0px 0px 160px;
	float:left;
	width:300px;
	}
	
#footer{
border-top:#3333CC 1px solid;
}
#Footer{
	margin:10px 0;
	padding-top:10px;
	width:780px;
	border-top:3px #003399 solid;
}
#Footer #FooterLogo{
float:left;
width:150px;
}
#Footer #FooterLink{
width:540px;
float:right;
}
#Footer #FooterLink li{
float:left;
background:url(/img/link_point.gif) no-repeat left;
padding:0 20px 0 13px;
}

#FooterLink .footer01 li{
	width:80px;
}
#FooterLink .footer02 li{
	width:145px;
}

address {
	padding-top:20px;
	font-style:normal;
	color:#999999;
}