@charset "utf-8";
/* CSS Document */

/**** Reset **************************************************************/
html, body,
h1, h2, h3, h4, h5, h6, a, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form,
fieldset {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	list-style-type: none;
}

html, body {
	height: 100%;
}

table, th, td {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

textarea { font-size: 100%; }



/**** Grobal **************************************************************/
body {
	color: #333333;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.5em;
}


a:link, a:hover, a:active { color: #0078B4; }
a:visited { color: #803090; }


#pan { padding: 5px 0 15px 0; }


.r_arrow_link,
.r_arrow_link_grey {
	margin-top: 3px;
	text-align: right;
}

.l_arrow_link {
	margin-top: 3px;
}

.r_arrow_link a,
.l_arrow_link a {
	background: url(../img/try_01.gif) 0 4px no-repeat;
	padding-left: 13px;
}

.r_arrow_link_grey a {
	background: url(../img/try_02.gif) 0 4px no-repeat;
	padding-left: 13px;
}


.r_arrow_link_grey a,
.r_arrow_link a,
.l_arrow_link a {
	color: #2E3192;
}

.r_arrow_link_grey a:visited,
.r_arrow_link a:visited,
.l_arrow_link a:visited {
}


.caution { color: #FF0000; }



/**** Wrapper **************************************************************/
#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}


#left_menu {
	float: left;
	width: 230px;
	background-color: #E6E6DE;
}


#main_contents {
	float: right;
	width: 720px;
}


/**** Hedder **************************************************************/
#header {
	width: 950px;
	background: url(../img/head_back.gif) 0 0 no-repeat;
}

#head_title {
	height: 80px;
}


#left_area {
	display: inline;
	float: left;
	width: 563px;
	margin-left: 37px;
	font-size: 0.8em;
	
}


#head_text {
	height: 15px;
	margin-top: 15px;
	font-size: 10px;
	line-height: 1.5em;
}


#left_area #logo {
	display: block;
	float: left;
	width: 310px;
	height: 40px;
}


#logo span {
	margin-left: -9999px;
}


#left_area #sitemap_link {
	display: inline;
	float: right;
	width: 100px;
	margin-top: 22px;
	margin-right: 30px;
	text-align: right;
}

#sitemap_link a {
	background: url(../img/try_03.gif) 0 2px no-repeat;
	padding-left: 13px;
	color: #333333;
	text-decoration: none;
}


#head_banner {
	display: inline;
	float: right;
	width: 332px;
	height: 67px;
	margin-right: 18px;
}


#top_image {
	margin-top: 7px;
}

#head_menu { height: 50px; }
.top_head_menu { margin-bottom: 20px; }
#head_menu li { float: left; }

#area_home {
	display: block;
	width: 178px;
	height: 50px;
	background: url(../img/menu_01_off.gif) 0 0 no-repeat;
}
#area_intro {
	display: block;
	width: 179px;
	height: 50px;
	background: url(../img/menu_02_off.gif) 0 0 no-repeat;
}

#area_guide {
	display: block;
	width: 179px;
	height: 50px;
	background: url(../img/menu_03_off.gif) 0 0 no-repeat;
}

#area_improve {
	display: block;
	width: 179px;
	height: 50px;
	background: url(../img/menu_04_off.gif) 0 0 no-repeat;
}

#area_faq {
	display: block;
	width: 179px;
	height: 50px;
	background: url(../img/menu_05_off.gif) 0 0 no-repeat;
}


#title_image { padding: 5px 0; }





/**** Footer **************************************************************/
#footer {
	width: 950px;
	margin: 27px 0 0 0;
	padding: 16px 0;
	background-color: #999999;
	color: #FFFFFF;
	text-align: center;
}



/**** Left Menu **************************************************************/
#left_menu .inner {
	padding: 25px 15px 50px;
}


#left_menu .banner {
	display: block;
	margin-bottom: 10px;
}

#left_menu .banner_plott {
	margin-top: 30px;
	padding: 30px 0 20px;
	border-top: 1px #999999 solid;
}


#left_menu .name_area {
	margin-top: 15px;
	padding: 0 5px 3px 5px;
	background-image: url(../img/left_dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}


#left_menu .text_area {
	padding: 2px 5px 0 5px;
	font-size: 0.85em;
}


#left_menu .menu li {
	width: 200px;
	height: 40px;
	margin-bottom: 5px;
	background: url(../img/left_menu_back.gif) 0 0 no-repeat;
}


#left_menu .menu li.bottom {
	margin-bottom: 50px;
}


.menu li div {
	padding: 0 0 0 24px;
}

.menu li a {
	width: 200px;
	height: 40px;
	color: #333333;
	text-decoration: none;
	line-height: 40px;
}

.menu li a:visited {
	color: #333333;
}


/**** Main Contents **************************************************************/
/*== Top Page ========================================*/
#main_contents .inner {
	margin-left:30px;
}


.pagetop {
	margin-top: 30px;
	margin-right: 45px;
	text-align: right;
}

.pagetop a {
	background: url(../img/try_04.gif) 0 5px no-repeat;
	padding-left: 16px;
	color: #2E3192;
	font-size: 0.8em;
}

.pagetop a:visited {
	color: #2E3192;
}


.top_title {
	margin: 5px 0 10px 0;
}

#top_outline_left {
	float: left;
	width: 480px;
	height: 111px;
}


#top_outline_right {
	display: inline;
	float: right;
	width: 161px;
	margin-right: 27px;
}


#top_access_map {
	float: left;
	margin-top: 35px;
}

#top_access_map .map { margin-right: 8px; }


#treatment_time {
	display: inline;
	float: right;
	width: 322px;
	height: 222px;
	margin: 35px 19px 0 0;
	background: url(../../img/top_img04.gif) 0 0 no-repeat;
}

#treatment_time .inner {
	padding: 148px 23px 0 20px;
}

#treatment_time .text {
	font-size: 0.85em;
	line-height: 1.4em;
}


/*== Greeting ========================================*/
h3.add_bottom_space { margin-bottom: 40px; }
h3.add_bottom_short_space { margin-bottom: 25px; }

#greeting_text {
	float: left;
	width: 495px;
}

#greeting_text div {
	padding: 0 40px 0 20px;
}

#greeting_photo {
	float: right;
	width: 195px;
}

#greeting_photo .caption {
	width: 150px;
	margin-top: 5px;
	text-align: center;
	font-size: 0.85em;
	line-height: 1.4em;
}

#greeting_photo .caption_bottom {
	width: 150px;
	margin: 5px 0 20px 0;
	text-align: center;
	font-size: 0.85em;
	line-height: 1.4em;
}


/*== AccessMap ========================================*/
.inner_area {
	padding: 0 45px 0 20px;
}


#map_area {
	float: left;
	width: 400px;
	height: 300px;
	border: 1px #333333 solid;
}


#map_caption {
	float: right;
	padding: 185px 0 0 40px;
	font-weight: 0.8em;
}


#map_caption .l_arrow_link {
	margin-top: 30px;
}


/*== Acceptance ========================================*/
.acceptance_time,
.acceptance_time td,
.acceptance_time th {
	height: 30px;
	border: 1px #808080 solid;
	border-collapse: collapse;
	text-align: center;
}

.acceptance_time .day td {
	background-color: #39B54A;
	color: #FFFFFF;
	font-weight: bold;
}

.day .wl_line { border-left: 1px #FFFFFF solid; }
.day .wr_line { border-right: 1px #FFFFFF solid; }

.acceptance_time th {
	background-color: #FDF688;
	font-weight: bold;
}


.org_list dt {
	float: left;
	width: 20px;
	text-align: center;
}

.org_list dd {
	display: inline;
	float: left;
	width: 600px;
}


h3.add_top_space { margin-top: 60px; }

h4 {
	padding-bottom: 15px;
	color: #39B54A;
	font-size: 1.3em;
}

h4.add_top_space { margin-top: 35px; }

h4.dotted {
	padding: 0 5px 5px;
	margin-right: 45px;
	margin-bottom: 12px;
	margin-left: 15px;
	background: url(../img/dot_green.gif) 0 bottom repeat-x;
}

.acceptance_image {
	width: 610px;
	margin-top: 25px;
	_margin-top: 0px;
}


.grey_line {
	width: 600px;
	height: 17px;
	background: url(../img/left_dot.gif) 0 8px repeat-x;
}

.sub_text {
	font-size: 0.8em;
}


.dot_line_box {
	width: 610px;
	margin-top: 35px;
	border: 1px #B2B2B2 dashed;
	background-color: #F2F2F2;
	color: #D40000;
	font-size: 0.8em;
}

.dot_line_box .dot_line_box_inner { padding: 20px 25px;}
.dot_line_box .org_list dd { width: 540px; }



/*== Treatment ========================================*/
h4.treatment {
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#treatment_top_image {
	padding: 15px 0 0 35px;
}

#treatment1 {
	margin-left: 35px;
	background: url(../../treatment/img/treatment_img02.jpg) 0 0 no-repeat;
}

#treatment1 div.wrap_area {
	width: 580px;
	height: 405px;
}

#treatment1 div.wrap_area div.inner_area {
	padding: 65px 45px 0 180px;
	font-size: 12px;
	line-height: 21px;
}

#treatment2 {
	margin: 35px 0 0 35px;
	background: url(../../treatment/img/treatment_img03.jpg) 0 0 no-repeat;
}

#treatment2 div.wrap_area {
	width: 580px;
	height: 405px;
}

#treatment2 div.wrap_area div.inner_area {
	padding: 65px 45px 0 58px;
	font-size: 12px;
	line-height: 21px;
}


#treatment2 .org_list dt {
	float: left;
	width: 20px;
	text-align: center;
}

#treatment2 .org_list dd {
	display: inline;
	float: left;
	width: 400px;
}

/*== Guide ========================================*/
.guide_image {
	margin: 40px 0 0 15px;
}


/*== FrequentlyAskedQuestions ========================================*/
.faq_caution {
	width: 660px;
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: right;
}

.question_list {
	padding: 0 45px 15px 15px;
	margin-bottom: 20px;
	background: url(../../faq/img/faq_box_bottom.gif) 15px bottom no-repeat;
}

.question_list a {
	display: block;
	height: 50px;
	background: url(../../faq/img/faq_box_top.gif) 0 top no-repeat;
	color: #39B54A;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
	outline: none;

}

.question_list a:visited {
	color: #39B54A;
}

.question_list a div { padding: 15px 0 0 18px; }

.answer {
	width: 630px;
	background-color: #8CE599;
}

.answer div {
	padding: 0 15px;
	background-color: #8CE599;
}

.answer_list dt {
	float: left;
	width: 25px;
	text-align: center;
}

.answer_list dd {
	display: inline;
	float: left;
	width: 575px;
}



/*== SiteMap ========================================*/
#sitemap_data {
	width: 520px;
	padding-left: 55px;
	font-size: 1.05em;
}

#sitemap_data .parent {
	border: 1px #39B54A solid;
}

#sitemap_data .add_top_space {
	margin-top: 20px;
}

#sitemap_data .parent a {
	display: block;
	padding: 2px 0 0 38px;
	background: url(../../img/sitemap_ico01.gif) 15px 10px no-repeat;
	color: #39B54A;
	line-height: 31px;
}

#sitemap_data .children {
	padding-top: 6px
}

#sitemap_data .children a {
	display: block;
	overflow: hidden;
	height: 30px;
	margin-left: 18px;
	padding-left: 41px;
	background: url(../../img/sitemap_ico03.gif) 0 0 no-repeat;
	color: #39B54A;
	line-height: 35px;
}

#sitemap_data a:visited {
	color: #39B54A;
}


/**** ClearFix **************************************************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
.clearfix {
	zoom /**/:1; /*for IE 5.5-7*/
	display /**/: inline-block; /* for IE8 */
	height /**/: 0;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height /**/: 1%;
}
.clearfix {
	display: block;
	clear: both;
}
/* End hide from IE-mac */

