@charset "utf-8";
/* CSS Document */

html {}

body {
	font-family: Verdana, Arial, Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	color: #323232;
	text-align: left;
	line-height: 1;
	height: 100%;
}

img			{ vertical-align: middle;}	
strong 		{ font-weight: bold; }
a:link		{ color: #e69d00; text-decoration: underline; outline: none; }
a:visited 	{ color: #e69d00; text-decoration: underline; outline: none; }
a:hover		{ color: #efba01; text-decoration: none; outline: none; }
a:active	{ color: #efba01; text-decoration: none; outline: none; }
.text-left  { text-align: left;}
.text-center{ text-align: center;}
.text-right { text-align: right;}
.img-left   { float: left; margin: 0 15px 10px 0;}
.img-right  { float: right; margin: 0 0 10px 15px;}
.size93     { font-size: 93%;}
.size85     { font-size: 85%;}
.mb20       { margin-bottom: 20px;}
.notice      { color: #cc0000; font-size: 93%;}

/* table
------------------------------------------------------------*/
table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #c4c4c4;
}
table th, table td{
	padding: 15px;
	border: 1px solid #c4c4c4;
	line-height: 1.6;
}
table th{ background: #dadfde; font-weight: bold;}
table td{ background: #ffffff;}

/*
10 	77%
11 	85%
12 	93%		(was 93)
13 	100%
14 	108%	(was 107)
15 	116%	(was 114)
16 	123.1%	(was 122)
17 	131%	(was 129)
18 	138.5%	(was 136)
19 	146.5%	(was 144)
20 	153.9%	(was 152)
21 	161.6%	(was 159)
22 	167%
23 	174%
24 	182%
25 	189%
26 	197%
*/


/* clearfix
------------------------------------------------------------*/
.clearfix:after {
content: '';
display: block;
clear: both;
height:0;
}
.clearfix { /zoom: 1; } /* IE */

.clear{ clear: both; }


/* COMMON			##################################### */
html, body{
	background-color: #ffffff;
}

/* WRAP 			##################################### */
#wrap{
	background: #f6f6f6 url(../img/bg_wrap.gif) center top repeat-x;
}

/* CONTAINER		##################################### */
#container{
	margin: 0 auto;
	padding: 0 30px;
	width: 1000px;
	background: #f6f6f6 url(../img/bg_wrap.gif) center top repeat-x;
}

	/* HEADER			##################################### */
	#header {
		height: 141px;
		overflow: hidden;
	}
		#overview{
			margin-bottom: 22px;
			padding-top: 4px;
			height: 19px;
			color: #ffffff;
			font-size: 93%;
			overflow: hidden;
		}
		#header #logo{
			float: left;
			width: 460px;
		}
		address{
			float: right;
			width: 315px;
			line-height: 1.3;
		}
		address p{
			margin-bottom: 3px;
			font-weight: bold;
		}
	
		/* GNAV			##################################### */
		#gnav {
			margin-left: 21px;
			padding-top: 10px;
			height: 46px;
			overflow: hidden;		
		}
			#gnav li{
				float: left;
				margin-right: 15px;
			}

	/* CONTENTS			##################################### */
	#contents{
		padding: 0 0 80px;
		overflow: auto;
	}
		/* MAIN			##################################### */
		#main{
			float: left;
			padding: 20px 0 0;
			width: 692px;
		}
			h2{
				margin-bottom: 20px;
			}
			h3{
				position: relative;
				margin-bottom: 10px;
				padding: 12px 12px 12px 43px;
				background:#ffffff url(../img/bg_h3.gif) left center no-repeat;
				border-top: 1px solid #4fb09d;
				border-bottom: 1px solid #4fb09d;
				font-size: 108%;
				font-weight: bold;
			}
			#breadcrumb{
				margin-bottom: 20px;
				font-size: 85%;
			}
			.box-cont{
				padding: 0 15px 40px;
				overflow: hidden;
			}
				.box-cont p{
					margin-bottom: 1em;
					line-height: 1.6;					
				}
		
		/* SIDE			##################################### */
		#side{
			float: right;
			padding: 50px 0 0;
			width: 278px;
		}
			#banner li{
				margin-bottom: 6px;
			}
			#list-treatment{
				margin-bottom: 20px;
				padding: 8px;
				background-color: #dedede;
			}
				#list-treatment li{
					margin-bottom: 8px;
				}
				#list-treatment li.edge{
					margin-bottom: 0;
				}
				
		
/* FOOTER			##################################### */
#wrap-footer {
	background-color: #ffffff;
	border-top: 1px solid #4fb09d;
}
	#footer{
		margin: 0 auto;
		padding: 0 30px;
		width: 1000px;
		text-align: center;
	}
		#fnav{
			padding: 40px 0 30px;
			font-size: 12px;
			line-height: 1.4;
		}
		#copy{ margin-bottom: 40px;}