@charset "Shift_JIS"; 
/* ========BASIC======== */

/*
html {
	overflow-y:scroll;
}
*/

body {
	background-image:url(./img/back_image.jpg);
	background-repeat:repeat-x;
	font-size:14px;
	margin:0;
	padding:0;
	letter-spacing:1px;
	line-height:130%;
}

div#header {
	width:800px;
	margin:0 auto;
	padding:10px 10px 0 10px;
	background-color:#ffffff;
	text-align:center;
}

div#main {
	width:800px;
	margin:0 auto;
	padding:0 10px 10px 10px;
	background-color:#ffffff;
	text-align:center;
}

div#footer {
	width:800px;
	margin:0 auto;
	padding:10px;
	background-color:#ffffff;
	text-align:center;
	/*color:dimgray;*/
	font-size:12px;
}


/* ========CUSTOMIZE======== */

a:link {
	text-decoration : none;
	color:#2E8B57;
}

a:visited {
	text-decoration : none;
	color:#2E8B57;
}

a:active {
	text-decoration : underline overline;
	color:#2E8B57;
}

a:HOVER {
	text-decoration : underline overline;
	color:#2E8B57;
}

a[name]:hover {
	text-decoration : none;
	color: black;
}

br {
	letter-spacing:normal;
}

img {
	border:0px
}

.font_pagetop {
	font-size: 12px;
	padding:0px 5px 5px;
}

.back1 {
	background:url(./img/hosobaran01.jpg) no-repeat 100% 0%;
}

.table_gaiyou {
	border:1px solid #666666;
	color:#4F4F4F;
	line-height:1.4em;
}

.table_gaiyou2 {
	border:0px solid #666666;
	color:#666666;
	line-height:1.4em;
}

.title_border {
	margin:0 0 10px 0;
	/* background:#ffe4e1 none repeat scroll 0 0; */
	background-image:url(./img/back_image.jpg);
	border-color:#28AF78;
	border-style:solid;
	/* border-width:0 0 1px 7px; */
	border-width:1px 1px 1px 7px;
	font-size:16px;
	font-weight:bold;
	padding:5px 0px 2px 10px;
}

.title_border2 {
	background-color:#E0EEEE;
	border:1px solid #000000;
	clear:left;
	color:#000000;
	margin-top:0;
	padding:2px 0 2px 15px;
	clear:left;
	display:block;
	font-size:14px;
	font-weight:bold;
}

table.line_height {
	line-height:180%;
}

td.midashi {
	text-align:center;
	font-weight:bold;
	background-color:#c1f2bb;
	border-bottom:1px solid lightslategray;
	border-right:1px solid lightslategray;
}

td.waku_left {
	border-bottom:1px solid lightslategray;
	border-right:1px solid lightslategray;
	text-align:center;
	font-weight:bold;
	background-color:#c1f2bb;
}

td.waku_right {
	border-bottom:1px solid lightslategray;
	border-right:1px solid lightslategray;
	color:dimgray;
	background-color:#ffffff;
	font-size:14px;
	text-align:center;
}

.font_honbun {
	font-family:"ＭＳ Ｐゴシック";
	line-height:145%;
	padding:0 5px;
	color:#4F4F4F;
	text-align:left;
}

.font_honbun_center {
	font-family:"ＭＳ Ｐゴシック";
	line-height:150%;
	padding:5px;
	color:#4F4F4F;
	text-align:center;
}

.font_monshinhyou {
	font-family:"ＭＳ Ｐゴシック";
	line-height:150%;
	padding:10px;
	color:#4F4F4F;
	text-align:center;
}

.font_submenu {
	font-size:14px;
	font-weight:bold;
}

.komidashi_waku{
	padding: 3px 0;
	margin: 15px 0 10px;
	color: #CD5B45;
	border:solid 1px #CD5B45;
	line-height: 140%;
	font-weight:bold;
	font-size: 16px;
	background-color:#FFFFFF;
	text-align:center;
}

.komidashi_waku_green{
	padding: 2px 0;
	margin: 10px 0 5px;
	color: #28A371;
	border:solid 1px #28A371;
	line-height: 140%;
	font-weight:bold;
	font-size: 16px;
	background-color:#FFFFFF;
	text-align:center;
}

div.doctor_syoukai {
	border:#28A371;	/* 枠の色 */
	padding:10px 0 5px;	/* 余白の幅 */
	border-style:double;	/* 枠の種類 */
	border-width:4px 4px;	/* 枠の幅 */
	line-height:160%;	/* 行の高さ */
	text-align:center;
	color:#28A371;
	margin:5px 10px;
	font-weight:bold;
}

