@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.wrapper {
	background-color: #FFFFFF;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: double;
	border-left-style: double;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

p.header {
	background-image: url(../img_health_top/header.gif);
	margin: 0px;
	height: 95px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFF00;
	border-bottom-width: 1px;
	width: 778px;
	border-bottom-color: #0000FF;
	border-bottom-style: solid;
}

p.menu {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	background-color: #f0fff0;
	text-align: center;
	margin: 0px;
	height: 3em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-bottom-style: solid;
}
p.menu a:hover {
	background-color: #996600;
}
p.menu a {
	line-height: 3em;
	color: #000000;
	text-decoration: none;
	background-color: #f0fff0;
	display: block;
	float: left;
	width: 109px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

p.menu_d {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	background-color: #f0fff0;
	text-align: center;
	margin: 0px;
	height: 1.5em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
p.menu_d a {
	line-height: 1.5em;
	color: #000000;
	text-decoration: none;
	background-color: #f0fff0;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	float: left;
	width: 10em;
}
p.menu_d a:hover {
	background-color: #FF0000;
}

/* main_contents1 styles
------------------------------*/
#main_contents1 {
	margin: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FF99FF;
	border-right-color: #FF99FF;
	border-bottom-color: #FF99FF;
	border-left-color: #FF99FF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

#main_contents2 {
	font-size: 12px;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 2em;
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 30px;
	margin-left: 50px;
	border: 1px solid #adff2f;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#main_contents {
	font-size: 14px;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 2em;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	border: 1px solid #adff2f;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#main_contents h1 {
	margin-bottom: 15px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
	padding: 5px;
	color: #000000;
	font-weight: normal;
	background-color: #f0fff0;
	line-height: 2em;
}


p img.left {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.img_float {
	float: left;
	padding-right: 20px;
}

/* footer styles
------------------------------*/

#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
	font-size: 12px;
}

#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
