@charset "utf-8";
/* -----------------------------------------------------------------
	http://www.*****.**.**
	更新日：2008年11月11日
	バージョン：2.0
------------------------------------------------------------------*/

/* -----------------------------------------------------------------
	目次
	
	リセット
	基本スタイル
	wrapper
	CSSハック
	○○○○○
	○○○○○
	○○○○○
	○○○○○

------------------------------------------------------------------*/

/* -----------------------------------------------------------------

	リセット

------------------------------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 62.5%;
	line-height: 1.5;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align:left
}
ol,ul {
	list-style:none;
}
fieldset {
	border: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}


/* -----------------------------------------------------------------

	基本スタイル

------------------------------------------------------------------*/
body {
	color: #333333;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-image: url(images/bg/bg.gif);
	background-repeat: repeat;
}
/*#bgGra {
	background-image: url(images/bg/bgGra.png);
	background-repeat: repeat-y;
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}*/
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: normal;
}
p,li,dt,dd {
	font-size: 1.2em;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
a img {
	border-style: none;
}
a:link {
	color: #692e9d;
	text-decoration: underline;
}
a:visited {
	color: #692e9d;
	text-decoration: underline;
}
a:hover {
	color: #692e9d;
	text-decoration: none;
}
/*a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}*/

/* -----------------------------------------------------------------

	wrapper

------------------------------------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0px auto;
}

/* -----------------------------------------------------------------

	CSSハック

------------------------------------------------------------------*/
/* Internet Explore6.0 用 */
/*ヘッダ部分*/
* html #content {
	margin-top:-2px;
	text-align: center;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}

/*hides form IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End hide form IE-mac */

/* -----------------------------------------------------------------

	各種クラス

------------------------------------------------------------------*/
.mgnTop5 {
	margin-top: 5px;
}
.mgnTop10 {
	margin-top: 10px;
}
.mgnTop15 {
	margin-top: 15px;
}
.mgnTop20 {
	margin-top: 20px;
}
.mgnTop25 {
	margin-top: 25px;
}
.mgnTop30 {
	margin-top: 30px;
}
.mgnBtm5 {
	margin-bottom: 5px;
}
.mgnBtm10 {
	margin-bottom: 10px;
}
.mgnBtm15 {
	margin-bottom: 15px;
}
.mgnBtm20 {
	margin-bottom: 20px;
}
.mgnBtm25 {
	margin-bottom: 25px;
}
.mgnBtm30 {
	margin-bottom: 30px;
}
.s8 {
	font-size: 0.8em;
	line-height: 1.4;
}
.s9 {
	font-size: 0.9em;
	line-height: 1.4;
}
.s10 {
	font-size: 1em;
	line-height: 1.4;
}
.s12 {
	font-size: 1.2em;
}
.s14 {
	font-size: 1.4em;
}
.s15 {
	font-size: 1.5em;
}
.s16 {
	font-size: 1.6em;
}

/* -----------------------------------------------------------------

	header

------------------------------------------------------------------*/
#header {
	height: auto;
	width: 800px;
	overflow: hidden;
	margin-bottom: 10px;
}
#header h1 {
	background-image: url(images/header/obi.gif);
	background-repeat: no-repeat;
	line-height: 28px;
	padding-left: 20px;
	font-weight: normal;
	color: #FFFFFF;
}
#header #headerL {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	height: auto;
	width: 570px;
}
#header #headerL p {
	font-size: 1.1em;
	color: #005f37;
	height: 33px;
	line-height: 33px;
}
#header #headerR {
	float: right;
	padding-right: 10px;
	padding-top: 10px;
	width: 184px;
	height: auto;
}

/* -----------------------------------------------------------------

	contents

------------------------------------------------------------------*/
#contents {
	height: auto;
	width: 800px;
	overflow: hidden;
	margin-bottom: 10px;
}
#keyVisual {
	height: auto;
	width: 570px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#msL {
	float: left;
	height: auto;
	width: 580px;
}
#main {
	float: right;
	height: auto;
	width: 390px;
}
#sidebarL {
	height: auto;
	width: 160px;
	padding-left: 10px;
}
#sidebarR {
	float: right;
	height: auto;
	width: 190px;
	padding-right: 10px;
}

/* -----------------------------------------------------------------

	sidebarL

------------------------------------------------------------------*/
/* -----------------------------------------------------------------
	ranking
------------------------------------------------------------------*/
#sidebarL #ranking {
	height: auto;
	width: 160px;
	overflow: hidden;
	margin-bottom: 15px;
}
#sidebarL #ranking ol {
	height: auto;
	width: 160px;
}
#sidebarL #ranking ol li {
	background-image: url(images/side1/ranking/listBg01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1em;
	line-height: 1.4em;
	border-bottom: 2px solid #e1e1b2;
	background-color: #fff9e5;
	height: auto;
	width: 95px;
	float: left;
	margin-bottom: 0px;
	padding: 10px 5px 10px 60px;
}
#sidebarL #ranking ol li.r02 {
	background-image: url(images/side1/ranking/listBg02.gif);
}
#sidebarL #ranking ol li.r03 {
	background-image: url(images/side1/ranking/listBg03.gif);
}
#sidebarL #ranking ol li.r04 {
	background-image: url(images/side1/ranking/listBg04.gif);
}
#sidebarL #ranking ol li.r05 {
	background-image: url(images/side1/ranking/listBg05.gif);
}
#sidebarL #ranking ol li.r06 {
	background-image: url(images/side1/ranking/listBg06.gif);
}
#sidebarL #ranking ol li.r07 {
	background-image: url(images/side1/ranking/listBg07.gif);
}
#sidebarL #ranking ol li.r08 {
	background-image: url(images/side1/ranking/listBg08.gif);
}
#sidebarL #ranking ol li.r09 {
	background-image: url(images/side1/ranking/listBg09.gif);
	padding-left: 15px;
	background-color: #fff9e5;
	height: auto;
	width: 145px;
	float: left;
	margin-bottom: 0px;
}
#sidebarL #ranking p {
	clear: left;
}

/* -----------------------------------------------------------------
	shiin soryo
------------------------------------------------------------------*/
#sidebarL #shiin,
#sidebarL #soryo {
	background-image: url(images/side1/shiin_Soryo/titleBg.gif);
	background-repeat: no-repeat;
	height: auto;
	width: 160px;
	margin-bottom: 15px;
	background-color: #fff9e5;
	padding-top: 6px;
}
#sidebarL #shiin h2,
#sidebarL #soryo h2 {
	color: #7f4f2c;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 0em;
	font-weight: bold;
}
#sidebarL #shiin p,
#sidebarL #soryo p {
	font-size: 1.1em;
	height: auto;
	width: 150px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sidebarL #soryo h3 {
	font-size: 1.1em;
	height: auto;
	background-color: #fff9e5;
	width: 150px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}

/* -----------------------------------------------------------------

	sidebarR

------------------------------------------------------------------*/
#sidebarR h2 {
	font-size: 1em;
	background-color: #009644;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 180px;
	height: auto;
	color: #FFFFFF;
	margin-bottom: 7px;
	padding-left: 10px;
	clear: left;
}

/* -----------------------------------------------------------------
	GnavR01
------------------------------------------------------------------*/
#sidebarR #GnavR01 {
	height: auto;
	width: 190px;
	overflow: hidden;
	margin-bottom: 15px;
}
#sidebarR #GnavR01 ul li {
	font-size: 1.2em;
	line-height: 1.4em;
	height: auto;
	width: 190px;
	margin-bottom: 7px;
	float: left;
}
#sidebarR #GnavR01 ul li#k08 {
	margin-bottom: 0px;
}
#sidebarR #GnavR01 ul li#t04 {
	margin-bottom: 15px;
}
#sidebarR #GnavR01 ul li a {
	display: block;
	height: auto;
	width: 158px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	float: left;
	border: 1px solid #c1c1c1;
	background-image: url(images/side2/Gnav/gnavArr01.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	text-decoration: none;
	color: #005f37;
}
#sidebarR #GnavR01 ul li a:hover {
	background-color: #fbee96;
}
#seisansha #sidebarR #GnavR01 ul #t01 a,
#seiho #sidebarR #GnavR01 ul #t02 a,
#seichi #sidebarR #GnavR01 ul #t03 a,
#nomiyasusa #sidebarR #GnavR01 ul #t04 a,
#diet #sidebarR #GnavR01 ul #k01 a,
#kenko #sidebarR #GnavR01 ul #k02 a,
#seijinbyo #sidebarR #GnavR01 ul #k03 a,
#metabo #sidebarR #GnavR01 ul #k04 a,
#atopy #sidebarR #GnavR01 ul #k05 a,
#kafunsho #sidebarR #GnavR01 ul #k06 a,
#hiro #sidebarR #GnavR01 ul #k07 a,
#enquete #sidebarR #GnavR01 ul #k08 a {
	background-color: #fbee96;
}

/* -----------------------------------------------------------------
	GnavR02
------------------------------------------------------------------*/
#sidebarR #GnavR02 {
	height: auto;
	width: 190px;
	overflow: hidden;
}
#sidebarR #GnavR02 ul li#v01 {
	margin-bottom: 0px;
    background-image: url(images/side2/Gnav/voice01H.gif);
	background-repeat: no-repeat;
	line-height: 190px;
	height: 68px;
	width: 190px;
	overflow: hidden;
	float: left;
}
#sidebarR #GnavR02 ul li#v01 a {
	margin-bottom: 0px;
    background-image: url(images/side2/Gnav/voice01L.gif);
	background-repeat: no-repeat;
	line-height: 190px;
	height: 68px;
	width: 190px;
	overflow: hidden;
    display: block;
	float: left;
}
#sidebarR #GnavR02 ul li#v01 a:hover {
	background-image: none;
}
#sidebarR #GnavR02 ul li#v02 {
	margin-bottom: 0px;
    background-image: url(images/side2/Gnav/voice02H.gif);
	background-repeat: no-repeat;
	line-height: 190px;
	height: 68px;
	width: 190px;
	overflow: hidden;
	float: left;
}
#sidebarR #GnavR02 ul li#v02 a {
	margin-bottom: 0px;
    background-image: url(images/side2/Gnav/voice02L.gif);
	background-repeat: no-repeat;
	line-height: 190px;
	height: 68px;
	width: 190px;
	overflow: hidden;
    display: block;
	float: left;
}
#sidebarR #GnavR02 ul li#v02 a:hover {
	background-image: none;
}
#sidebarR #GnavR02 ul li#v03 {
	margin-bottom: 0px;
    background-image: url(images/side2/Gnav/voice03H.gif);
	background-repeat: no-repeat;
	line-height: 190px;
	height: 68px;
	width: 190px;
	overflow: hidden;
	float: left;
}
#sidebarR #GnavR02 ul li#v03 a {
	margin-bottom: 0px;
    background-image: url(images/side2/Gnav/voice03L.gif);
	background-repeat: no-repeat;
	line-height: 190px;
	height: 68px;
	width: 190px;
	display: block;
	float: left;
}
#sidebarR #GnavR02 ul li#v03 a:hover {
	background-image: none;
}
#sidebarR #GnavR02 ul li#v04 {
	font-size: 1.2em;
	line-height: 1.4em;
	height: auto;
	width: 190px;
	float: left;
	margin-bottom: 7px;
	margin-top: 7px;
}
#sidebarR #GnavR02 ul li#v04 a {
	display: block;
	height: auto;
	width: 158px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	float: left;
	border: 1px solid #c1c1c1;
	background-image: url(images/side2/Gnav/gnavArr01.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	text-decoration: none;
	color: #005f37;
}
#sidebarR #GnavR02 ul li#v04 a:hover {
	background-color: #fbee96;
}
#sidebarR #GnavR02 p {
	clear: left;
}

/* -----------------------------------------------------------------
	banner
------------------------------------------------------------------*/
#sidebarR #banner {
	height: auto;
	width: 190px;
	overflow: hidden;
}
#sidebarR #banner p {
	background-image: url(images/side2/banner/chumonH.gif);
	background-repeat: no-repeat;
	line-height: 205px;
	height: 82px;
	width: 190px;
	overflow: hidden;
}
#sidebarR #banner p a {
	background-image: url(images/side2/banner/chumonL.gif);
	background-repeat: no-repeat;
	line-height: 205px;
	height: 82px;
	width: 190px;
	display: block;
}
#sidebarR #banner #fax {
	background-image: url(images/side2/banner/chumon2H.gif);
	background-repeat: no-repeat;
	line-height: 205px;
	height: 52px;
	width: 190px;
	overflow: hidden;
}
#sidebarR #banner #fax a {
	background-image: url(images/side2/banner/chumon2L.gif);
	background-repeat: no-repeat;
	line-height: 205px;
	height: 52px;
	width: 190px;
	display: block;
}
#sidebarR #banner #tel {
	background-image: url(images/side2/banner/chumon3H.gif);
	background-repeat: no-repeat;
	line-height: 205px;
	height: 52px;
	width: 190px;
	overflow: hidden;
}
#sidebarR #banner #tel a {
	background-image: url(images/side2/banner/chumon3L.gif);
	background-repeat: no-repeat;
	line-height: 205px;
	height: 52px;
	width: 190px;
	display: block;
}
#sidebarR #banner p a:hover,
#sidebarR #banner #fax a:hover,
#sidebarR #banner #tel a:hover {
	background-image: none;
}

/* -----------------------------------------------------------------
	GnavR04
------------------------------------------------------------------*/
#sidebarR #GnavR04 {
	height: auto;
	width: 190px;
	overflow: hidden;
	margin-bottom: 15px;
	clear: both;
}
#sidebarR #GnavR04 ul li {
	margin-bottom: 7px;
	font-size: 1.2em;
	height: auto;
	width: 190px;
	float: left;
}
#sidebarR #GnavR04 ul li a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009644;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-image: url(images/side2/banner/gnavArr02.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	display: block;
	height: auto;
	width: 160px;
    float: left;
}
#sidebarR #GnavR04 ul li a:hover {
	color: #fbee96;
}


/* -----------------------------------------------------------------

	footer

------------------------------------------------------------------*/
#footer {
	clear: both;
	overflow: hidden;
	height: auto;
	width: 800px;
}
#footer #fNav01 {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #2ab93f;
}
#footer #fNav02 {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #009644;
}
#footer #fNav03 {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #00A64C;
}
#footer ul {
	width: 800px;
	text-align: center;
	height: auto;
}
#footer ul li {
	padding-right: 4px;
	padding-left: 4px;
	border-right: 1px solid #FFFFFF;
	display: inline;
	font-size: 1.1em;
	line-height: 1em;
}
#footer ul li.liEnd01 {
	border-right-style: none;
}
#footer  ul  li  a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer  ul  li  a:hover {
	color: #fffada;
}
#footer address {
	padding-top: 3em;
	padding-bottom: 0.5em;
	background-color: #005f37;
	text-align: center;
	color: #FFFFFF;
	font-size: 1em;
}
#footer p {
	padding-bottom: 0.5em;
	background-color: #005f37;
	text-align: center;
	color: #FFFFFF;
	font-size: 1em;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

