/*---------------全体---------------*/
*{
	font-size:12px;
	line-height:130%;
	color:#333333;
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#CCCCCC;
}
/*---一番外側を包括---*/
#wrapper{
	width:760px;
	background-image:url(/img/contents_bg.gif);
	background-repeat:repeat-y;
	position:relative;
}
a:link {color:#003399;text-decoration:none;}
a:visited {color:#0066CC;text-decoration:none;}
a:hover {color:#FF6600;text-decoration:none;}
.nodisplay{display:none;}
h1{
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	width:750px;
	background-color:#1D2088;
	background-image:url(/img/h1_back.jpg);
	padding-top:1px;
	padding-bottom:1px;
}
h2,h3,h4,h5,h6,h7,p{
	font-size:12px;
	margin:0px;
	padding:0px;
	font-weight:normal;
}
hr{color:#CCCCCC;}
#navi a,#navi{
	margin-bottom:5px;
	font-size:10px;
}
.red{color:#FF0000;}
a.redbold:link{color:#FF0000;font-weight:bold;}
a.redbold:visited{color:#FF0000;font-weight:bold;}
a.redbold:hover{color:#FF6600;font-weight:bold;}

/*---------------ヘッダ---------------*/

#head {
	width: 760px;
	height:90px;
	background-image:url(/img/head_bg.jpg);
	background-repeat:no-repeat;
	position:relative;
}
#headmenu{
	width:340px;
	text-align:right;
	background-image:url(/img/headmenu_bg.gif);
	position:absolute;
	left:400px;
	top:25px;
}
#headlogo{
	width:350px;
	text-align:left;
	position:absolute;
	left:0px;
	top:25px;
}

#headmrlogo{
	width:178px;
	text-align:left;
	position:absolute;
	left:370px;
	top:39px;
	font-size:9px;
	line-height:130%;
	color:#333333;
}
/*---------------中段---------------*/

#middle{
	width:760px;
	position:relative;
	margin-top:10px;
}

/*---------------中段右---------------*/

#content {
	width: 566px;
	float:left;
	border-top:2px solid #123555;
	padding-top:3px;
}
/*---トップページの上段---*/
#contenttop{
	width:566px;
	margin:0px auto 1px auto;
	position:relative;
	text-align:center;
}

/*---トップページの下段---*/
#contentbottom{
	width:566px;
	margin:3px auto 1px auto;
	position:relative;
}
.contentinner{
	width:380px;
	background-image:url(/img/point_bg.gif);
	background-repeat:repeat-y;
	margin-left:4px;
	margin-bottom:5px;
}
.explain{
	width:360px;
	margin:5px auto 0px auto;
	font-size:12px;
}
div.more a{
	display:block;
	width:337px;
	/*---padding分を差し引き---*/
	margin:0px auto 0px auto;
	padding:1px 1px 0px 18px;
	background-image:url(/img/mark_blue.jpg);
	background-repeat:no-repeat;
	background-position:0px 2px;
	font-weight:bold;
}
div.more a:hover {
	background-image:url(/img/mark_blue_f2.jpg);
	background-repeat:no-repeat;
	background-position:0px 2px;
}

#rightbar{
	width:170px;
	position:absolute;
	top:0px;
	left:390px;
	background-color:#CCCCCC;
	background-image:url(/img/jisyu_bg.gif);
}
#rightbar2{
	width:170px;
	position:absolute;
	top:0px;
	left:390px;

}
#rightbarinner{
	margin:2px auto 5px auto;
	width:150px;
}
#rightbarinner dl{
	margin:0px;
	padding:0px;
}
#rightbarinner dd{
	font-size:10px;
	margin:0px;
	padding:0px 0px 5px 5px;
}
#rightbarinner dt{
	font-weight:bold;
}
#rightbarinner dt a{
	font-size:10px;
}
#itiran{
	margin:10px auto 3px auto;
	width:150px;
	text-align:right;
}

/*---枝ページ用---*/
#categoryttl{
	width:500px;
	background-image:url(/img/categoryttl_bg.jpg);
	padding:0px;
}
#categoryttl h2{
	margin:0px;
	padding:20px 0px 16px 10px;
	font-size:14px;
	font-weight:bold;
}
#contenttext{
	width:500px;
	font-size:12px;
	margin:auto;
}
#contenttext h3{
	margin:3px 15px 3px 15px;
}
#contenttext h4{
	margin:3px 15px 3px 15px;
}
#contenttext p{
	margin:3px 15px 10px 15px;
}
#contenttext .explain{
	width:480px;
	margin:0px;
	background-image:url(/img/explain_bg.gif);
	padding:0px;
}

/*---エントリーまわり---*/
div#contenttext div.entrybody{
	margin-top:1em;
} 
div#contenttext div.entrybody h3{
	margin:3px 0px 3px 15px;
	color:#003399;
	font-weight:bold;
} 
div#contenttext div.entrybody dl,
div#contenttext div.entrybody dt,
div#contenttext div.entrybody dd{
	margin:1em;
}

div#contenttext div.entrybody ul,
div#contenttext div.entrybody li{
	list-style-type:none;
	margin:0.5em;
}
div#contenttext div.entrybody li{
	padding-left:1.3em;
	background-image:url(/img/mark_blue.jpg);
	background-repeat:no-repeat;
	background-position:0px 2px;
}


div#contenttext div.entrybody img{
	margin:0px 0px 3px 15px;
}
div#contenttext div.entrybody img.margin0{
	margin:0px;
	padding:0px;
}

div#contenttext div.entrybody p{
	margin-bottom:0px;
} 
div#contenttext div.entrybody div#figure{
	text-align:center;
}
div#contenttext div.entrybody div#figure img{
	margin:0px;
	padding:0px;
}

div#entryfoot { 
	margin-bottom:1em;
	text-align:right;
}

/*--自主調査一覧画面用--*/
div.jisyu h3{
	padding:0px 0px 0px 18px;
	background-image:url(/img/mark_blue.jpg);
	background-repeat:no-repeat;
	background-position:0px 1px;
	font-weight:bold;
}
div.jisyubody{
	margin-left:0px;
	padding-left:35px;
}


/*--フォーム関連--*/
.formttl {
	background-color:#EBEBEB;
	text-align:center;
}
.formbody{
	background-color:#FFFFFF;
}

/*--モニター属性画面用--*/

.numeric{
	text-align:center;
}
.numeric table{
	width:385px;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}
.numeric td{
	padding:3px;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
}

.title{
	background-color:#006699;
	border-bottom:1px solid #999999;
	padding:3px;
	color:#FFFFFF;
	font-size:small;
	font-weight:bold;
	margin-bottom:5px;
}
.trcolor{
	background-color:#E2EBF3
}
.graph{
	margin-top:5px;
	padding:5px;
	text-align:center
}
div#contenttext div.entrybody div.graph img{
	margin:0px;
	padding:0px;
}


/*--料金表--*/
.costtable{
margin-bottom:20px;
}
.costtitle{
	font-weight:bold;
	font-family:"Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
}
.costtable td{
	padding:2px;/*#####　3px －＞ 2px　################################################################################*/
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	font-family:"Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
}
.costtable table{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}

.trcolor{
	background-color:#99ccff;
}
.trcolor1{
	background-color:#ccffff;
}




/*---------------中段左---------------*/

#leftbar {
	position:relative;
	width: 181px;
	height:565px;
	background-image:url(/img/menu_bg.jpg);
	background-repeat:no-repeat;
	background-position:5px 0px;
	float:left;
}
#inquiry{
	position:relative;
	margin:10px auto 5px auto;
	width:160px;
	height:93px;
	background-image:url(/img/inquiry_bg.jpg);
}
#inquirybtn{
	position:absolute;
	top:55px;
	text-align:center;
	left: 0px;
	width:100%;
}
#menu{
	margin:8px auto 5px auto;
	width:156px;
	line-height:100%;
}
#menu p{
	margin:0px;
	padding:0px;
	text-align:right;
	line-height:100%;
}
#menu img{
	border:none;
}

#banner {
	margin-top:20px;
}

/*---------------フッタ---------------*/

#foot{
	width:760px;
}
#foothead{
}
#footinner a{
	padding-top:5px;
	font-size:10px;
}
#footinner{
	text-align:center;
	background-image:url(/img/foot_bg.jpg);
	background-repeat:repeat-y;
}
#footfoot{
}
/*--------プレスリリース--------*/

#press{
position:absolute;
	top:60px;
	left:390px;
	position:absolute;
	width:168px;
	margin:0px 10px 0px 10px;
	background-image:url(/img/report_bg.gif);
	font-size:9px;
margin-bottom:5px;

}

.presslist{
font-size:9px;
	width:150px;
	margin:0px auto 0px auto;
}
.presslist dl{
font-size:9px;
	margin:0px 10px 2px 10px;;
}
.presslist dd,
.presslist dt{
font-size:9px;
	margin:0px;
}
.presslist dd{
font-size:9px;
	padding-bottom:3px;
	background-image:url(/img/left_dotline.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

.presslist dd a{
font-size:9px;
	color:#006699;
}
.presslist dd a:hover{
font-size:9px;
	color:#FF9900;
}

/* シニアマーケティング自主調査（トップページ用）
---------------------------------------------  */
#seniorresearchbox {
}

#seniorresearchbox strong {
	font-weight:normal;
}

.seniorresearchbox1 {
	padding:5px 0px;
	margin-bottom:3px;
	border-bottom:1px dotted #D9D9D9;
}

.seniorresearcdate {
	margin-right:5px;
}

a.seniorresearctitle:link{color:#003399;text-decoration:none;}
a.seniorresearctitle:visited{color:#0066CC;text-decoration:none;}
a.seniorresearctitle:hover{color:#FF6600;text-decoration:none;}

