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

/* 普遍的なクラスを定義 */

.clear {
	clear: both;
}
.center {
	text-align: center;
}
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
.um16 {
	padding-bottom: 16px;
}
.um8 {
	margin-bottom: 8px;
}
.um20 {
	padding-bottom: 20px;
}
.m_tourok {
	margin-right: 24px;
	margin-left: 4px;
	vertical-align: -2px;
}
.font12 {
	font-size: 90%;
}
.text-right {
	text-align: right;
}

/* 主なタグを定義 */

body {
	margin: 0px;
	padding: 0px;
	color: #4D4D4D;
	font: 85%/1.5em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	background-color: #38993c;
}
div {
	text-align: left;
}
p,ul,ol,form {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
th,td {
	vertical-align: top;
	text-align: left;
}
img {
	vertical-align: top;
	border: 0px;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
input,select {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
address {
	display: inline;
}

/* 共通リンクを定義 */

a:link {
	color: #669933;
	text-decoration: underline;
}
a:visited {
	color: #669933;
	text-decoration: underline;
}
a:hover {
	color: #ffa200;
	text-decoration: underline;
}
a:active {
	color: #ffa200;
	text-decoration: underline;
}
a.mark {
	background-image: url(../../img/m_link.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-bottom: 2px;
}

/* ブロックを定義 */

#home  #container {
	background-color: #FFFFFF;
	background-image: url(../../img/bg_home.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
#general #container {
	background-color: #FFFFFF;
	background-image: url(../../img/bg_general.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
#header {
	position: relative;
	height: 63px;
	width: 733px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	padding-top: 22px;
}
#sub_menu {
	position: absolute;
	left: 294px;
	top: 32px;
}
#sub_menu li {
	float: left;
	margin-right: 12px;
}
#pagename {
	position: absolute;
	top: 139px;
	width: 100%;
}
#pagename h2 {
	margin-right: auto;
	margin-left: auto;
	width: 733px;
}
#contents {
	background-color: #FFFFFF;
	width: 733px;
	margin-right: auto;
	margin-left: auto;
}
#contents .inner {
	padding-right: 30px;
	padding-left: 30px;
}
#general h3 {
	padding-top: 10px;
	padding-bottom: 18px;
}
.pagetop {
	text-align: right;
	padding-top: 12px;
	padding-bottom: 20px;
	clear: both;
}
#footer {
	background-image: url(../../img/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	font-size: 90%;
}
#footer .inner {
	height: 94px;
	width: 733px;
	margin-right: auto;
	margin-left: auto;
}
#footer_navi {
	padding: 12px 0px;
}
#footer_navi a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_navi a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_navi a:hover {
	color: #ffa200;
	text-decoration: underline;
}
#footer_navi a:active {
	color: #ffa200;
	text-decoration: underline;
}
#footer .credit {
}

/* 各ページを定義 */

#home h2 {
	font-size: 100%;
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 20px;
}
.home_box {
	background-image: url(../../img/home_bg.gif);
	background-repeat: no-repeat;
	padding: 31px 0px 16px 22px;
	margin-right: 2px;
	font-size: 90%;
}
.home_box p {
	padding-bottom: 14px;
}
.home_box .width {
	width: 412px;
}
#home h2.recommend {
	margin: 0px 0px 4px;
	padding: 0px;
}
.home_banner {
	margin-left: 2px;
	height: 100%;
}
.home_banner li {
	float: left;
	padding-bottom: 12px;
	padding-right: 14px;
}
.home_banner li.last {
	padding-right: 0px;
}
#ohenro-banner {
	text-align: center;
	padding-left: 2px;
	margin: 12px 0 24px;
}
.company_photo {
	float: right;
	width: 166px;
}
.company {
	width: 486px;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	float: left;
}
.company th {
	padding: 4px 2px 4px 18px;
	width: 112px;
	border-bottom: 1px solid #E7E7E7;
}
.company td {
	padding: 4px 2px 4px 24px;
	border-bottom: 1px solid #E7E7E7;
}
form.inq {
	background-color: #f7f3e4;
	background-image: url(../../img/bg_box_footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 8px;
}

.inq p {
	clear: both;
	line-height: 160%;
	font-size: 100%;
	padding-bottom: 12px;
}
.necessary {
	color: #FF0000;
}
.inq label.text {
	width: 140px;
	float: left;
	text-align: right;
	margin-right: 24px;
	display: block;
	clear: left;
}
.inq input {
	padding: 3px;
}
.inq input, .inq textarea {
	color:#000000;
	border:1px solid #333;
	background-color:#e6f5a6
}
.inq input:hover, .inq textarea:hover {
	background-color:#bae113
}
.inq input:focus, .inq textarea:focus {
	background-color:#bae113
}
.inq label.change {
	display:block;
	background-position:left center;
	background-repeat:no-repeat;
	cursor:pointer;
	float: left;
	padding-left: 18px;
	margin-right: 16px;
}
.inq .f_checkbox, .inq .f_radio{
	height:16px;
	cursor:pointer;
	line-height:120%
}
.inq .checked, .inq .selected{color:#000000}
.inq .f_radio:hover, .inq .f_checkbox:hover{
	color:#bae113 !important
}
.inq .f_checkbox{padding:0.5em 24px}
.checked{background-color:#222;background-image:url(chk_on.png)}
.unchecked{
	background-image:url(chk_off.png)
}
.selected{
	background-image:url(rdo_on.gif)
}
.unselected{
	background-image:url(rdo_off.gif);
}
.inq .submit {
	padding-left: 174px;
	padding-top: 18px;
}
.inq .submit input {
	margin: 0px;
	padding: 0px;
	border-style: none;
	vertical-align: top;
}
.send p span {
	display: block;
	float: left;
	width: 448px;
}
.about_box {
	background-image: url(../../about_us/img/bg_about.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 16px 16px 35px;
	height: 100%;
	margin-bottom: 8px;
}
.about_box h4 {
	padding-bottom: 16px;
}
.about_box p {
	padding-right: 4px;
	padding-left: 4px;
}
.about_box .right_p {
	float: right;
}
.about_box .left_p {
	float: left;
}
.about_box p strong {
	font-weight: bold;
	color: #FF3300;
}
.tell_us {
	background-color: #e4f1f7;
	border: 1px solid #a9d6eb;
	padding: 8px;
	margin-left: 18px;
	margin-bottom: 12px;
}
.tell_us h4 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 12px;
}
ol.number {
	padding: 0px 0px 20px 38px;
	list-style: decimal;
}
ol.number ul {
	margin: 6px 0px 6px 12px;
	list-style: disc;
}
table.cancel {
	margin-bottom: 12px;
	border-top: 1px solid #99ccff;
	border-left: 1px solid #99ccff;
}
.cancel td {
	background-color: #ffffff;
	text-align: center;
	padding: 4px 10px;
	width: 270px;
	border-right: 1px solid #99ccff;
	border-bottom: 1px solid #99ccff;
}
.cancel th {
	font-weight: bold;
	background-color: #99ccff;
	border-right: 1px solid #99ccff;
	border-bottom: 1px solid #99ccff;
	width: 270px;
	padding: 4px 10px;
	text-align: center;
}
.article h4 {
	font-size: 120%;
	font-weight: bold;
	color: #464646;
	margin-bottom: 12px;
}
.how {
	background-image: url(../../how_to_application/img/bg_how.gif);
	background-repeat: no-repeat;
	height: 348px;
	width: 651px;
	padding-top: 38px;
	padding-left: 22px;
	margin-bottom: 32px;
}
ul.disk {
	margin: 6px 0px 6px 12px;
	list-style: disc;
}
.plan_box {
	background-image: url(../../plan/img/bg_plan.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 6px;
	height: 100%;
}
.plan_box h4 {
	padding-top: 12px;
	padding-bottom: 18px;
}
.plan_box .photo {
	float: left;
	width: 201px;
	padding-left: 8px;
	padding-bottom: 6px;
	font-size: 90%;
}
.plan_box .r_column {
	float: right;
	width: 420px;
}
.plan_box  p  {
	padding-bottom: 10px;
}
.r_column table {
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #bae113;
}

.r_column th {
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom-color: #bae113;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #bae113;
	font-weight: bold;
	text-align: center;
}

.r_column td {
	padding-bottom: 4px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #ff0000;
	font-size: 120%;
	text-align: center;
	background-color: #FFFFFF;
}
.r_column td div {
}

.r_column span {
	font-family: "Comic Sans MS";
	color: #ff0000;
	font-size: 20px;
}

small {
	color: #4D4D4D;
	font-size: 85%;
}

table.sch {
	width: 100%;
	border-top: 1px solid #99ccff;
	border-right: 1px solid #99ccff;
	border-left: 1px solid #99ccff;
}

.sch td {
	background-color: #ffffff;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #99ccff;
}

.sch span {
	font-family: "Comic Sans MS";
	color: #000000;
	font-size: 20px;
}

.sch th.head {
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom-color: #99ccff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
	background-color: #99ccff;
	text-align: center;
}

.sch th.date {
	padding-bottom: 4px;
	padding-top: 2px;
	width: 50px;
	font-weight: bold;
	background-color: #ccffff;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #99ccff;
	border-bottom: 1px solid #99ccff;
}
.plan_application {
	background-image: url(../../plan/img/bg_plan_last.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 172px;
	padding-left: 15px;
	padding-right: 246px;
	margin-bottom: 12px;
	font-size: 90%;
	padding-top: 12px;
}
.plan_application a.mark {
	background-image: url(../../img/m_link_bg.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-bottom: 2px;
}
#general .plan_application h3 {
	margin: 0px;
	padding: 0px 0px 10px;
}
.jumpmenu {
	text-align: right;
	margin-top: -40px;
	padding-bottom: 18px;
}
.red {
	color: #FF0000;
}

/*  メディカルプランテーブル
----------------------------------------------------------- */

table.medical_sch {
	width: 646px;
	border-top: 1px solid #99ccff;
	border-left: 1px solid #99ccff;
	margin-bottom: 8px;
}

.medical_sch td {
	background-color: #ffffff;
	padding: 4px 10px;
	vertical-align: middle;
	width: auto;
	border-right: 1px solid #99ccff;
	border-bottom: 1px solid #99ccff;
}

.medical_sch th {
	padding: 4px;
	border-right: 1px solid #99ccff;
	border-bottom: 1px solid #99ccff;
	font-weight: bold;
	background-color: #ccffff;
	text-align: center;
}

.medical_sch th.head {
	padding: 4px;
	border-bottom-color: #99ccff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
	background-color: #99ccff;
	text-align: center;
}

.medical_sch td.date {
	width: 82px;
	background-color: #ccffff;
	vertical-align: middle;
	border-right: 1px solid #99ccff;
	border-bottom: 1px solid #99ccff;
}

