/***** 共通 *****/

*{
	margin:0;
	padding:0;
}

img{
	border:none;
	vertical-align:bottom;
}

li{
	list-style:none;
}

p{
	margin:20px 0;
}

.blue,#right strong{
	color:#0447ba;
	font-weight:bold;
}

.tel{
	margin-left:5px;
}

.kome{
	color:#f33;
	font-weight:bold;	
}

h1{
	position:absolute;
	top:14px;
	left:24px;
}

h2{
	margin-bottom:20px;
	text-align:left;
}

h3{
	height:25px;
	margin:20px 0;
	background:url(img/cmn_h3_bg.gif) right bottom no-repeat;
}

h4{
	margin:20px 0;
}

html{
	height:100%;
}

body{
	line-height:175%;
	font-size:78%;
	height:100%;
	background:#fff url(img/cmn_bg_01.gif) center top repeat-x;
	text-align:center;
}


body.top{
	background-image:url(img/top_bg.gif);
}



#wrapper{
	min-height:100%;
	_height:100%;
	width:810px;
	margin:0 auto;
	background:url(img/cmn_bg_02.gif) center top repeat-y;
	text-align:left;
}

#header{
	background:url(img/cmn_hdr_bg.gif) left top no-repeat;
}

body.top #header{
	background-image:url(img/top_hdr_bg.gif);
}

#container{
	width:810px;
	overflow:hidden;
	background:url(img/cmn_cnt_bg.gif) left top no-repeat;
	padding-top:50px;
}

#left{
	float:left;
	width:220px;
	background:#ecebf0 url(img/cmn_gnv_btm.gif) left bottom no-repeat;
	margin-left:15px;
	display:inline;
}

#right{
	margin-right:10px;
	float:right;
	width:550px;
	display:inline;
}

#footer{
	clear:both;
	border-top:#0447ba 1px solid;
	padding-top:0px;
	padding-bottom:30px;
	margin:0 auto;
	width:780px;
	text-align:right;
}


#footer p{
	margin:10px 0 0 0;
}


#gnavi{
	background:url(img/cmn_gnv_top.gif) left top no-repeat;
	padding:8px 0;
	margin-bottom:5px;
}

#gnavi li{
	margin-left:8px;
	margin-bottom:2px;
}

#gnavi li a:hover{
	position:relative;
	top:1px;
	left:1px;
}

#gnavi li.inquiry{
	margin-bottom:10px;
}

#add{
	width:200px;
	margin-left:10px;
	margin-bottom:10px;
	font-size:83%;
	background:url(img/cmn_add_mdl.gif) 0 0 repeat-y;
	line-height:150%;
}

#add dt,#add dd{
	padding:5px 10px;
}

#add dt{
	background:url(img/cmn_add_top.gif) 0 0 no-repeat;
	padding-bottom:5px;
}

#add dd{
	background:url(img/cmn_add_btm.gif) left bottom no-repeat;
	padding-top:0;
}


#header_in{
	position:relative;
	height:170px;
	background-position:5px bottom;
	background-repeat:no-repeat;
}

body.inquiry #header_in{
	background-image:url(img/inquiry_hdr_bg.jpg);
}

body.merit #header_in{
	background-image:url(img/merit_hdr_bg.jpg);
}

body.flow #header_in{
	background-image:url(img/flow_hdr_bg.jpg);
}

body.company #header_in{
	background-image:url(img/company_hdr_bg.jpg);
}

body.price #header_in{
	background-image:url(img/price_hdr_bg.jpg);
}


body.top #header_in{
	height:270px;
	background-image:url(img/top_hdr_bg.jpg);
}

body.service #header_in{
	background-image:url(img/service_hdr_bg.jpg);
}

body.mysteryshopper #header_in{
	background-image:url(img/mysteryshopper_hdr_bg.jpg);
}

body.group #header_in{
	background-image:url(img/group_hdr_bg.jpg);
}

body.questionnaire #header_in{
	background-image:url(img/questionnaire_hdr_bg.jpg);
}

body.homeuse #header_in{
	background-image:url(img/homeuse_hdr_bg.jpg);
}

body.sampling #header_in{
	background-image:url(img/sampling_hdr_bg.jpg);
}

body.blog #header_in{
	background-image:url(img/blog_hdr_bg.jpg);
}

body.others #header_in{
	background-image:url(img/others_hdr_bg.jpg);
}

body.faq #header_in{
	background-image:url(img/faq_hdr_bg.jpg);
}

#header_in strong{
	position:absolute;
	top:22px;
	left:260px;	
	width:530px;
	font-size:83%;
	font-weight:normal;
	line-height:150%;
}

#right .each{
	margin: 0 25px 20px 5px;
}

p.btn{
	text-align:center;
}

#footer p{color:#666;}

/***** テーブル *****/

table{
	border-top:#666 1px dotted;
	/*ie5.5*/
	width:520px;
	voice-family: "\"}\"";
    voice-family:inherit;
	/*ie5.5*/
	width:100%;
}

table th,table td{
	vertical-align:top;
	border-bottom:#666 1px dotted;
	padding:5px 10px;
	/*ie5.5*/
	font-size:78%;
	voice-family: "\"}\"";
    voice-family:inherit;
	/*ie5.5*/
	font-size:100%;	
}

table th{
	background-color:#f2f6fd;
	text-align:right;
	/*ie5.5*/
	width:130px;
	voice-family: "\"}\"";
    voice-family:inherit;
	/*ie5.5*/
	width:150px;
}

table td{

}

table th span.must{
	color:#f33;
	float:right;
}

table th span.txt{
	display:block;
	margin-right:1.5em;
}


table td span{
	margin-right:5px;
}


table td span.blue{
	color:#0447ba;
}

table td p{
	margin:0 0 5px 0;

}

input.long,input.short{
	margin-right:10px;
}

input.radio{
	margin-right:5px;
}

input.long{
	width:250px;
}

input.short{
	width:100px;
}

textarea{
	width:250px;
	height:100px;	
}

/***** トップ *****/

h3.toptxt{
	height:50px;
}

/***** 会社概要 *****/

#txtbg_01{
	padding-left:200px;
	min-height:340px;
	_height:340px;
	background:url(img/merit_img_01.gif) 0 0 no-repeat;
}

#txtbg_01 p{
	margin:0;
}

dl.privacy{
	
}

dl.privacy dt{
	padding-left:20px;
	margin:10px 0;
	font-weight:bold;
	background:url(img/cmn_arw.gif) 0 0.2em no-repeat;
}

dl.privacy dd{
	margin:10px 0 10px 20px;	
}

dl.privacy dd li{
	padding-left:15px;
	background:url(img/cmn_ccl.gif) 0 0.4em no-repeat;
}

body.company ul#naiyo{
	margin-left:20px;
	color:#a3c500;
}

body.company ul#naiyo li{
	padding:2px 0 2px 20px;
	font-weight:bold;
	background:url(img/cmn_arw.gif) left center no-repeat;
}

/***** 流れ *****/

dl.flow{
	position:relative;	
	margin-bottom:3px;
}

dl.flow dt{
	background-position:0 0;
	background-repeat:no-repeat;
}

dl.flow dd{
	min-height:115px;
	_height:115px;
	padding-left:120px;
	padding-right:10px;
	background-position:left bottom;
	background-repeat:no-repeat;	
}

dl.flow dt img{
	position:absolute;
	top:10px;
	left:10px;
}

dl.flow.f01{
	background:url(img/flow_green_mid.gif) 0 0 repeat-y;
}


dl.flow.f01 dt{
	height:5px;
	background:url(img/flow_green_top.gif) 0 0 no-repeat;
}

dl.flow.f01 dd{
	background:url(img/flow_green_btm.gif) left bottom no-repeat;	
}


dl.flow.f02{
	background:url(img/flow_blue_mid.gif) 0 0 repeat-y;
}


dl.flow.f02 dt{
	height:5px;
	background:url(img/flow_blue_top.gif) 0 0 no-repeat;
}

dl.flow.f02 dd{
	background:url(img/flow_blue_btm.gif) left bottom no-repeat;	
}

div#flow_img{
	padding:20px 0;
	background:#eef6ff url(img/flow_img_top.gif) 0 0 no-repeat;
}

div#flow_img .img{
	margin:0 20px;
	text-align:center;
	background:url(img/flow_img_btm.gif) left bottom no-repeat;
}

div#flow_img .txt{
	margin:0 20px 10px 20px;
	background:url(img/flow_img_btm.gif) left bottom no-repeat;
}

/***** トップ *****/

body.top div#list{
	padding-bottom:10px;
	background:#eef6ff url(img/flow_img_btm.gif) left bottom no-repeat;
}

body.top div#list ul{
	padding-top:10px;
	background:url(img/flow_img_top.gif) 0 0 no-repeat;
	overflow:hidden;
	width:520px;
}

body.top div#list ul li{
	padding:3px 0 3px 15px;
	border-bottom:#666 1px dotted;
	width:215px;
	display:inline;
	background:url(img/top_sqr.gif) left center no-repeat;
}

body.top div#list ul li.top{
	border-top:#666 1px dotted;
}

body.top div#list ul li.l{
	float:left;
	margin-left:20px;
}

body.top div#list ul li.r{
	float:right;
	margin-right:20px;
}

/***** サービス *****/

body.service #right .each .box{
	margin-right:10px;
	width:246px;
	float:left;
	line-height:1.5;
	margin-bottom: 15px;
}

div.lineup{margin:0 0 10px 5px; height:350px;}

#fee{margin:20px 0;}
#fee th{text-align:center; width:auto;}
#fee th.w115{width:115px;}
#fee th.w60{width:60px;}
#fee th.w80{width:80px;}

#revel{width:350px; margin:20px 0;}
#revel th{text-align:center;}
#revel td{padding:5px 20px;}

#fee2{margin:0 0 20px -10px;}
#fee2 th{text-align:center; width:auto; background-color:#e1e1e1;}
#fee2 td{
	padding:5px 3px;
}

.feature li{background:url(img/service_sqr.gif) left top no-repeat;padding:3px 0 3px 15px; margin-left:10px;}


div#serv03list{
	padding-bottom:10px;
	background:#eef6ff url(img/flow_img_btm.gif) left bottom no-repeat;
}

div#serv03list ul{
	padding-top:10px;
	background:url(img/flow_img_top.gif) 0 0 no-repeat;
	overflow:hidden;
	width:520px;
}

div#serv03list ul li{
	padding:3px 0 3px 15px;
	border-bottom:#666 1px dotted;
	width:215px;
	display:inline;
	background:url(img/top_sqr.gif) left center no-repeat;
}

div#serv03list ul li.top{
	border-top:#666 1px dotted;
}

div#serv03list ul li.l{
	float:left;
	margin-left:20px;
}

div#serv03list ul li.r{
	float:right;
	margin-right:20px;
}

.right{text-align:right; margin:5px 0 20px;}

#servnavi{line-height:2em;}

#servnavi li{background:url(img/servnavi_ico.gif) left center no-repeat; padding-left:10px;}

* html #servnavi {margin-top:-1em;}
*:first-child+html #servnavi {margin-top:-1em;}

#servnavi li a{color:#0000FF;}

h4.case{font-size:100%; color:#a3c500;margin-bottom:10px;}

