@charset "utf-8";
/*
メモを入れる
*/

/*---------------------------------------------

	リセット

---------------------------------------------*/

html {
	overflow-y:scroll;
	filter:expression(document.execCommand("BackgroundImageCache", false, true));/*IE6でのhoverした際の背景画像の読み込み遅延の防止*/
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,brockquote,pre,table,caption,address,form,fieldset,legend,object {
 	margin:0;
 	padding:0;
}

h1,h2,h3,h4,h5,h6,pre,table,code,kbd,samp,acronym,input,textarea {
	font-size:100%;
}

a,ins {
	text-decoration: none;
}

address,em,cite,dfn,var {
	font-style:normal;
}

input,textarea {
	font-family:sans-serif;
	font-weight:normal;
}

li {
	list-style-type:none;
}

img {
	vertical-align:bottom;
}

a img {
	border:none;
}

/*---------------------------------------------

	フォント

---------------------------------------------*/

body {
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:12px;
	line-height:1.5;/* 18px相当 */
	color:#000;
}

/* IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/*---------------------------------------------

	大枠の部分

---------------------------------------------*/
body{
background-image:url(images/background01.png);
background-position:top center;
background-repeat:no-repeat;
}
.headline{
width:800px;
margin:0 auto;
}
.content{
width:800px;
margin:0 auto;
padding:0 9px;
background-image:url(images/background02.png);
background-position:top center;
background-repeat:repeat-y;
}
h2 img{
margin-bottom:2em;
}
.section{
margin-bottom:2em;
}
.read{
width:735px;
margin:0 auto;
padding-bottom:2em;
}
.results{
width:755px;
margin:0 auto;
}
.servicePoints ul{
width:735px;
margin-left:0 auto;
}
.left{
float:left;
}
.right{
float:right;
}
.serviceDetails{
background-image:url(images/background03.png) ;
background-position:top center ;
background-repeat:no-repeat ;
width:800px ;
height:290px ;
margin-top:1em;
padding-top:2em;
margin:0;
font-size:14px;
}
.serviceDetails h2{
font-size:18px;
visibility:hidden;
}
.serviceDetails .left{
width:310px;
margin-left:30px;
}
.serviceDetails .right{
width:410px;
margin-right:20px;
}
.serviceDetails ol{
margin-left:2em;
color:#990033;
font-weight:bold;
}
.serviceDetails ol li{
list-style:circle;
}


#contactBannar{
width:780px;
margin:0 auto;
}
.footer{
width:800px;
margin:0 auto;
padding:0 9px;
background-image:url(images/background02.png);
background-position:top center;
background-repeat:repeat-y;
}
.footer p{
padding:12px 0;
background-color:rgb(0,0,0);
text-align:center;
color:rgb(255,255,255);
font-size:10px;
}

.hidden{
display:none;
}