@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;
	line-height:1.2;
}

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

	大枠の部分

---------------------------------------------*/
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;
}
.contentBlock{
padding-bottom:2em;
}

.caseexample{
min-height:200px;
/height:200px;
margin:0;
padding:210px 48px 0;
background-image:url(images/analysisImage.png);
background-position:top center;
background-repeat:no-repeat;
}
.before,
.after{
display:inline-block;
/display:block;
/float:left;
width:300px;
vertical-align:top;
}
.after{
padding-left:96px;
}

.before h3,
.after h3{
font-weight:bold;
font-size:14px;
color:rgb(178,0,128);
}
.before ol,
.after ol{
margin-bottom:1.5em;
}
.before ol li,
.after ol li{
margin-left:2em;
list-style:disc;
}

.ml48{margin-left:48px;}

.feature{
margin:0;
padding:0 48px 0;
}
.feature li{
display:inline-block;
/display:block;
/float:left;
width:328px;
vertical-align:top;
}
.feature ol li{
margin-bottom:2em;
font-size:14px;
}
.feature .right{
padding-left:48px;
}

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