@charset "utf-8";

/* コンテンツタイトル */

div#contents_title div h2 {
	width: 290px;
	height: 50px;
	background: url(../../images/date/h2_title.gif) 0 0 no-repeat;
}


/* グローバルナビ */

div#global_navi ul li#gnavi_analysis a {
	background: url(../../../common/images/head/global_navi.gif) -152px -20px no-repeat;
}

div#global_navi ul li ul li#gnavi_analysis01 a {
	color: #66CC00;
	background: url(../../../common/images/head/icon_global_navi02.gif) 0 center no-repeat;
}



/* コンテンツスタイル
----------------------------------------------------------- */
div#main {
	background: url(../../images/main_bg_analysis.jpg) -14px 28px no-repeat;
}


/* リードスタイル */

div#main div#lead {
	min-height: 84px;
	margin: 0 0 20px 80px; 
	background: url(../../images/date/lead.gif) 0 center no-repeat;
}

* html div#main div#lead {
	height: 84px;
}

div#main div#lead p {
	font-size: 0;
	text-indent: -9999px;
	line-height: 0;
}


/* 画像スタイル */

div#main div.image {
	width: 526px;
	margin: 0 39px;
	text-align: center;
	overflow: hidden;
}

* html div#main div.image {
	display: inline-block;
}

div#main div.image img {
	margin-bottom: 10px;
}

div#main div p.btn_demo {
	float: right;
	margin: 0;
}

div#main div p.btn_demo a {
	display: block;
	width: 90px;
	height: 20px;
	background: url(../../images/btn_demo.gif) 0 0 no-repeat;
	font-size: 0;
	text-indent: -9999px;
	line-height: 0;
	overflow: hidden;
}

div#main div p.btn_demo,
div#main div p.btn_demo a:hover {
	background: url(../../images/btn_demo.gif) 0 -20px no-repeat;
}


/* ポイントスタイル */

div#main div#point {
	width: 526px;
	margin: 30px 39px;
	padding: 0 0 20px 0;
	background: url(../../images/point_bg.gif) 0 bottom no-repeat;
}

div#main div#point h4 {
	width: 526px;
	height: 22px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../../images/title_point.gif) 0 0 no-repeat;
	font-size: 0;
	text-indent: -9999px;
	line-height: 0;
}

div#main div#point ul {
	list-style-type: square;
	margin: 0 20px 0 40px;
}

div#main div#point ul li {
	margin: 0 0 5px 0;
}

div#main div#point ul li em {
	color: #990000;
	font-weight: bold;
}

div#main div#point p {
	margin: 10px 20px 0 25px;
	font-size: 80%;
}


/* ボタンスタイル */

div#main ul#btn {
	margin: 50px 0 0 111px;
	overflow: hidden;
}

* html div#main ul#btn {
	display: inline-block;
}

div#main ul#btn li {
	float: left;
}

div#main ul#btn li#btn_results {
	margin: 0 20px 0 0;
}

div#main ul#btn li a {
	display: block;
	width: 181px;
	height: 37px;
	font-size: 0;
	text-indent: -9999px;
	line-height: 0;
	overflow: hidden;
}

div#main ul#btn li#btn_results a {
	background: url(../../images/btn_results.jpg) 0 0 no-repeat;
}

div#main ul#btn li#btn_price a {
	background: url(../../images/btn_price.jpg) 0 0 no-repeat;
}

div#main ul#btn li#btn_results,
div#main ul#btn li#btn_results a:hover {
	background: url(../../images/btn_results.jpg) 0 -37px no-repeat;
}

div#main ul#btn li#btn_price,
div#main ul#btn li#btn_price a:hover {
	background: url(../../images/btn_price.jpg) 0 -37px no-repeat;
}

