@charset "UTF-8";
/* ボックス設定 */



/* ヘッダ関連の設定
------------------------------------------------- */
#headerLogo p{
	float: left;
	width: 375px;
	margin-top: 25px;
	padding: 0;
}



/* 基本ボックス設定
------------------------------------------------- */

/*　メインイメージエリア　*/
#titleArea{
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}


#titleArea h1{
}

#titleArea p{
	padding:1.3em 0 0;
	text-align:right;
	float:right;
	display:block;
	width:400px;
	font-size:x-small;
}

#titleArea a:link{
	color: #666;
}

#titleArea a:visited{
	color: #666;
}

#titleArea a:hover{
	color: #a4a4a4;
}



/* メインエリア設定
------------------------------------------------- */
#mainArea{
	float: left;
	width: 595px;
}

#mainArea h2{
	clear: both;
	margin-top: 15px;
	margin-bottom: 1.3em;
}

#mainArea h3{
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #B3B3B3;
	background-image: url(../../images/common/h3_back.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-bottom: 1.2em;
}






/*　心臓ドックボックス　*/
#heartBox{
	background-image: url(../../images/common/commodity/heart_back.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#heartBox h3{
	border: none;
	background-image: url(../../images/common/vi_image.gif;);
	margin-bottom: 18px;
	padding-top: 35px;
	padding-left: 20px;
}


#heartBox ul{
	padding-left: 20px;
	padding-bottom: 10px;
}

#heartBox li{
	float: left;
	list-style-type: none;
}

/* 心臓ドックボックス CSSハック設定
------------------------------------------------- */
/* hide from Mac IE \*/
* html #heartBox{
	margin-bottom: 5px;
}
/* */ 

*:first-child+html #heartBox{
	margin-bottom: 5px;
}

html>/**/body #heartBox{
	margin-bottom: 5px\9;
}







/*　脳ドックボックス　*/
#brainBox{
	background-image: url(../../images/common/commodity/brain_back.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-bottom: 1em;
}

#brainBox h3{
	border: none;
	background-image: url(../../images/common/vi_image.gif;);
	margin-bottom: 8px;
	padding-top: 10px;
	padding-left: 20px;
}


#brainBox ul{
	padding-left: 20px;
	padding-bottom: 15px;
}

#brainBox li{
	float: left;
	list-style-type: none;
}


