@charset "utf-8";

/* ======================================
Since : 2008‒08‒26
Last Modified: 2008‒08‒26
Editor(s): Kei Fujita
Last Editor: Kei Fujita
======================================= */

/* グローバル */
*{
	margin:0;
	padding:0;
	text-indent:0px;
	line-height:150%;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
}
body {
	margin:0;
	padding:0;
	color:#3E3E3E;
	text-align:left;
	background-image: url(../images/header_images_background.jpg);
	background-repeat: repeat-x;
}
img {
	border:0;
	margin:0;
	padding:0;
}
form{
	display:inline;
}
.clear_both{
	clear:both;
	float:none;
	line-height:0px;
	font-size:0px;
}
#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

ol,ul{
	list-style-image: none;
	list-style-type: none;
}

/* --strong-- */
.strong {
	font-weight: bold;
	font-size: 12px;
}
/* リンク文字の設定 */
a:link,a:visited ,a:hover, a:active {/* リンク文字の設定 */
	color:#3E3E3E;
	text-decoration:underline;
}
a:hover{
	color:#555555;
	text-decoration:underline;
}



/* ======================================

	1.header

======================================= */

#header {
	height: 189px;
	width: 780px;
	padding-top: 9px;
}

/* --ロゴ-- */
#header .logo {
	float: left;
	height: 43px;
	width: 650px;
	margin: 0px;
	padding: 11px 0px 0px 0px;
}

/* --サイト説明文-- */
h1 {
	font-size: 10px;
	color: #3E3E3E;
	font-weight: normal;
	float: left;
	background-image: url(../images/header_images_result.jpg);
	background-repeat: no-repeat;
	background-position: 0px 14px;
	width: 496px;
	height: 16px;
	padding: 19px 0px 2px 154px;
	display: inline;
}

/* --バナー部分-- */
#wrapper #header .header_go_clinic {
	float: right;
	width: 104px;
	height: 18px;
	padding-bottom: 36px;
}
#wrapper #header .header_go_top {
	float: right;
	height: 19px;
	width: 104px;
	padding: 14px 0px 4px 0px;
}
#wrapper #header .header_go_allergy {
	float: right;
	height: 21px;
	width: 208px;
	margin-top: -24px;
}

/* --メニュー-- */
#header .header_menu {
	width: 780px;
	padding-top: 10px;
	height: 89px;
}
#header .header_menu li {
	float: left;
	margin: 0px;
	background-image: url(../images/header_images_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 17px 8px 14px;
	display: inline;
}
#header .header_menu a {
	color: #FFFFFF;
	line-height: 150%;
}



/* ======================================

	2.contents

======================================= */

#contents {
	width: 780px;
	text-align: left;
	padding-top: 22px;
}
#contents h2 {
	height: 23px;
	width: 400px;
	padding-bottom: 13px;
}
#contents h3 {
	height: 27px;
	width: 200px;
	font-weight: normal;
	float: left;
	padding: 8px 0px 0px 30px;
	font-size: 14px;
}
#contents h4 {
	height: 15px;
	width: 553px;
	padding: 25px 0px 6px 0px;
}

/* --区切り線-- */
#contents .hr {
	width: 100%;
	background-image: url(../images/hr_images_green.gif);
	background-repeat: repeat-x;
	height: 1px;
	background-position: 0px 0px;
	line-height: 100%;
	font-size: 1px;
}



/* ======================================

	3.footer

======================================= */

#footer {
	font-size: 12px;
	text-align:center;
	clear: both;
	float: none;
	height: 120px;
	background-image: url(../images/footer_images_background.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer .footer_link {
	width: 780px;
	height: 45px;
	padding-top: 17px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer .footer_link li {
	float: left;
	height: 38px;
	margin-right: 14px;
	width: 145px;
	padding-bottom: 14px;
}
#footer .copyright {
	background-image: url(../images/footer_images_hr.gif);
	background-repeat: repeat-x;
	width: 780px;
	height: 16px;
	margin: 0px auto 0px auto;
	background-position: 0px 0px;
	padding-top: 12px;
}

