﻿@charset "UTF-8";
/*初期化*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, p {
	margin:0;
	padding:0;
	border:0;
}

/*一般設定*/
body {
	background-attachment: fixed;
	background-color: #F6F6F6;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	font-family: "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
}
hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #666666;
	text-align: center;
	display: block;
	width: 100%;
	clear: both;
	margin: 20px auto;
}
h1 {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	height: 12px;
	line-height: 100%;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
h2 {
	font-size: 16px;
	color: #000000;
	line-height: 100%;
	display: block;
	background: url(h2bg.png) no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 15px;
}
h3 {
	font-size: 14px;
	color: #000000;
	line-height: 100%;
	display: block;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #009900;
	border-left-color: #009900;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
h4 {
	font-size: 14px;
	color: #0066CC;
	line-height: 100%;
	display: block;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000099;
	border-left-color: #000099;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.fp18 {
	font-size: 18px;
	line-height: 120%;
}
.fp16 {
	font-size: 16px;
	line-height: 120%;
}
.fp14 {
	font-size: 14px;
	line-height: 120%;
}
.fp12 {
	font-size: 12px;
	line-height: 120%;
}
.fp10 {
	font-size: 10px;
	line-height: 120%;
}
#header {
	width:900px;
	margin: 0px auto;
}
#container {
	width:900px;
	margin:0px auto;
	text-align:left;
	background-color: #FFFFFF;
}

/*画像関連*/
img {
	vertical-align: bottom;
}
.center {
	margin: 15px auto;
	display: block;
}
.right {
	display:block;
	float: right;
	margin-bottom: 10px;
}
.left {
	float: left;
	display: inline;
}

/*メニュー*/
/* Basic code - don't modify */
 #nav {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
#nav a {
	display: block;
}
#nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
* html #nav ul {
	line-height: 0;
} /* IE6 "fix" */
#nav ul a {
	zoom: 1;
} /* IE6/7 fix */
#nav ul li {
	float: none;
}
#nav ul ul {
	top: 0;
}
/* Essentials - configure this */
#nav ul {
	width: 320px;
}
#nav ul ul {
	left: 321px;
}
/* Everything else is theming */
#nav {
	background-color: #006600;
	height: 24px;
	padding-left: 48px;
	background-image: url(nav_bg.gif);
}
#nav *:hover {
	background-color: #006600;
}
#nav a {
	border-right: 1px solid white;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#nav li.hover a {
	background-color: #009933;
}
#nav ul {
	top: 25px;
}
#nav ul li a {
	background-color: #009933;
}
#nav ul a.hover {
	background-color: #006600;
}
#nav ul a {
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/*フッター*/
#footer {
	font-size: 12px;
	background: #FFFFFF no-repeat;
	color: #666666;
	line-height: 200%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}

/*リンク設定*/
a:link {
	color:#0066FF;
	text-decoration: underline;
}
a:active {
	color:#009900;
	text-decoration: none;
}
a:hover {
	color:#009900;
	text-decoration: none;
}
a:visited {
	color:#006699;
	text-decoration: underline;
}
a:visited:hover {
	color:#009900;
	text-decoration: none;
}

/*コンテンツ文章用（プロポーショナル）*/
.contentsp {
	margin: 0px;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	text-align: left;
}
/*コンテンツ文章用（等幅）*/
.contents {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	margin: 0px;
	font-size: 12px;
	line-height: 150%;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	text-align: left;
}

/*テーブル*/
table#table-01 {
	width: 100%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
table#table-01 th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	width: 150px;
}
table#table-01 td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	white-space: nowrap;
}
table#table-02 {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: 30px;
}
table#table-02 th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	width: 150px;
}
table#table-02 td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	white-space: nowrap;
	width: 120px;
}
table#table-02 .td2 {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	white-space: nowrap;
	background-color: #009900;
	color: #FFFFFF;
	width: 80px;
}
table#table-02 .td3 {
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	white-space: nowrap;
	width: 370px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

/*フォーム関連*/
p input {
	border: solid #DFDFDF 2px;
	padding: .2em;
}
p input:hover {
	border-color: #F60;
}
input#name01, #name02, #name03, #name04, #name05, #name06, #name07 {
	width: 420px;
}
input#yuubin {
	width: 80px;
}
input#name09 {
	width: 80px;
}
input#button01 {
	width: 180px;
	font-size: 16px;
	height: 30px;
}

/*各種ボタン*/
*html .siryoubtn { 
	width:160px;
	height:100px;
	background:url(index_siryou_btn_o.png) no-repeat center bottom;
	display: block;
	float: right;
	margin-top: 20px;
	margin-right: 5px;
}/* IE6 "fix" */
.siryoubtn {
	width:160px;
	height:100px;
	background:url(index_siryou_btn_o.png) no-repeat center bottom;
	display: block;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}
.siryoubtn a {
	width:160px;
	height:100px;
	display: block;
}
.siryoubtn a:hover {
	text-indent:-9999px;
}
*html .diabetes80btn {
	width:250px;
	height:140px;
	background:url(index_diabetes80_btn_o.png) no-repeat center bottom;
	display: block;
	float: left;
	margin-left: 50px;
	margin-top: 50px;
}/* IE6 "fix" */
.diabetes80btn {
	width:250px;
	height:140px;
	background:url(index_diabetes80_btn_o.png) no-repeat center bottom;
	display: block;
	float: left;
	margin-left: 100px;
	margin-top: 50px;
}
.diabetes80btn a {
	width:250px;
	height:140px;
	display: block;
}
.diabetes80btn a:hover {
	text-indent:-9999px;
}
*html .diabetes300btn {
	width:250px;
	height:140px;
	background:url(index_diabetes300_btn_o.png) no-repeat center bottom;
	display: block;
	float: right;
	margin-right: 50px;
	margin-top: 50px;
}/* IE6 "fix" */
.diabetes300btn {
	width:250px;
	height:140px;
	background:url(index_diabetes300_btn_o.png) no-repeat center bottom;
	display: block;
	float: right;
	margin-right: 100px;
	margin-top: 50px;
}
.diabetes300btn a {
	width:250px;
	height:140px;
	display: block;
}
.diabetes300btn a:hover {
	text-indent:-9999px;
}
.siryoulongbtn {
	width:410px;
	height:50px;
	background:url(index_siryou_long_btn_o.png) no-repeat center bottom;
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	margin-bottom: 30px;
}
.siryoulongbtn a {
	width:410px;
	height:50px;
	display: block;
}
.siryoulongbtn a:hover {
	text-indent:-9999px;
}
*html .diacare80btn {
	width:250px;
	height:140px;
	background:url(diacare80_btn_o.png) no-repeat center bottom;
	display: block;
	float: left;
	margin-left: 50px;
	margin-top: 50px;
}/* IE6 "fix" */
.diacare80btn {
	width:250px;
	height:140px;
	background:url(diacare80_btn_o.png) no-repeat center bottom;
	display: block;
	float: left;
	margin-left: 100px;
	margin-top: 50px;
}
.diacare80btn a {
	width:250px;
	height:140px;
	display: block;
}
.diacare80btn a:hover {
	text-indent:-9999px;
}
*html .diacare300btn {
	width:250px;
	height:140px;
	background:url(diacare300_btn_o.png) no-repeat center bottom;
	display: block;
	float: right;
	margin-right: 50px;
	margin-top: 50px;
}/* IE6 "fix" */
.diacare300btn {
	width:250px;
	height:140px;
	background:url(diacare300_btn_o.png) no-repeat center bottom;
	display: block;
	float: right;
	margin-right: 100px;
	margin-top: 50px;
}
.diacare300btn a {
	width:250px;
	height:140px;
	display: block;
}
.diacare300btn a:hover {
	text-indent:-9999px;
}
*html .onlinebtnleft {
	width:250px;
	height:90px;
	background:url(online_btn_left_o.png) no-repeat center bottom;
	display: block;
	float: left;
	margin-left: 50px;
	margin-top: 30px;
}/* IE6 "fix" */
.onlinebtnleft {
	width:250px;
	height:90px;
	background:url(online_btn_left_o.png) no-repeat center bottom;
	display: block;
	float: left;
	margin-left: 100px;
	margin-top: 30px;
}
.onlinebtnleft a {
	width:250px;
	height:90px;
	display: block;
}
.onlinebtnleft a:hover {
	text-indent:-9999px;
}
*html .onlinebtnright {
	width:250px;
	height:90px;
	background:url(online_btn_left_o.png) no-repeat center bottom;
	display: block;
	float: right;
	margin-right: 50px;
	margin-top: 30px;
}/* IE6 "fix" */
.onlinebtnright {
	width:250px;
	height:90px;
	background:url(online_btn_left_o.png) no-repeat center bottom;
	display: block;
	float: right;
	margin-right: 100px;
	margin-top: 30px;
}
.onlinebtnright a {
	width:250px;
	height:90px;
	display: block;
}
.onlinebtnright a:hover {
	text-indent:-9999px;
}

/*その他個別設定*/
.pagetop {
	font-size: 10px;
	padding: 0px;
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#tokuchou {
	padding-top: 25px;
	padding-left: 270px;
	list-style-type: none;
	padding-bottom: 25px;
	background-image: url(index_tokuchou_bg.png);
	background-repeat: no-repeat;
}
#tokuchou li {
	font-size:18px;
	line-height: 220%;
}
blockquote {
	background-color:#FAFAFA;
	line-height: 180%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00CC66;
	border-right-color: #00CC66;
	border-bottom-color: #00CC66;
	border-left-color: #00CC66;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
blockquote ol li {
	margin-left: 30px;
}


.list {
	list-style: disc inside;
	margin-left: 20px;
	line-height: 150%;
	margin-bottom: 10px;
}
.listol {
	margin-left: 40px;
	line-height: 150%;
	margin-top: 5px;
	list-style-position: outside;
	list-style-type: decimal;
}
.note {
	margin-left: 40px;
	margin-top: 5px;
	color: #666666;
	margin-bottom: 20px;
}
.righttext {
	text-align: right;
	margin: 4px;
	color: #999999;
}
.voice {
	background-color:#FFFFFF;
	font-size: 14px;
	background-image: url(voice.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 120px;
	line-height: 150%;
	color: #333333;
}
.red {
	color: #FF0000
}
.orange {
	color: #FF6600
}
sup {
	color: #FF0000;
}
.exceaid {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	text-indent: 0pt;
	vertical-align: middle;
	white-space: normal;
	background-color: #FFFFFF;
}
.link {
	margin-bottom: 20px;
	margin-top: 10px;
}
#btnwaku {
	height: 350px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #FFFFFF;
	background-image: url(btnwaku_bg.png);
	background-repeat: no-repeat;
	border: 2px solid #D9ECB3;
}
.webentry {
}

.faq {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(q.gif);
}
.clearboth {
	clear: both;
}
.news li {
	list-style-type: none;
}
.contentsnews {
	margin-right: 0px;
	margin-left: 0px;
}
.contentsnews p {
	margin: 2em;
}

