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

/*  角丸用
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
*/

/*-------------------------------------- header --------------------------------------*/
#header_wrap{
	width: 100%;
	background-image: url(../images/header_back.jpg);
}
#header{
	width: 1080px;
	margin-top: 0px;
	-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: auto;
}
#head_topline{
	width: 100%;
	margin: 0;
	background-color: #198442;
	border-bottom-width: 2;
	border-bottom-style: solid;
	border-bottom-color: #ED6510;
}

#head_textarea{
	width: 1070px;
	height: 25px;
	margin: 0 auto;
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 5px;
	color: #FFF;
}



#head_left{
	width: 558px;
	height: 100px;
	float: left;
	padding-left: 10px;
}
#head_right{
	height: 100px;
	float: right;
	padding-right: 10px;
}




#head_navi_wrap{
	width: 100%;
	background-image: url(../images/naviback5.jpg);
}
/*-- ナビゲーション浮上用は上記の下３行

	position:absolute;
	top:160px;
	z-index:100;

 --*/





#head_navi{
	overflow: hidden;
	height: 50px;
	width: 1080px;
	margin: 0 auto;
	padding: 0px;
}
#head_navi ul {
	zoom: 1;
}
#head_navi ul:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}
#head_navi li {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#head_navi .sub-menu {
	position: absolute;
	font-size: 14px;
	width: 180px;
	background-color: #FAF9F3;
	top: 180px;/*-------------------------------------- menulist position --------------------------------------*/
	display: none;
}
#head_navi .sub-menu a {
	color: #666;
	width: 160px;
	padding: 5px 10px;
	display: block;
}
#head_navi .sub-menu a:hover {
	color: #666;
	
}

/* ホバーで子メニュー表示 */
#head_navi .menu-item-has-children:hover ul {
	display: block;
	z-index: 99;
}
#head_navi li.menu-item-has-children li a:hover {
	background-color: #E4E3D3;
	width: 160px;
	padding: 5px 10px;
	text-decoration:none;
	display: block;
}


/*-------------------------------------- main area --------------------------------------*/
#mainwrap{
	width:100%;
}
/*-- ナビゲーション浮上用は上記の下２行

	position: relative;
	z-index: 5;

 --*/



#main{
	width: 1080px;
	padding: 0px;
	margin: 0 auto;
	background-color: #FFF;
}

#mainimagewrap{
	width: 100%;
	height: 300px;
	background-image: url(../images/mainback.jpg);
}



#mainimage{
	width: 1080px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
}


/*-------------------------------------- information --------------------------------------*/
#topinfo{
	height: 230px;
	width: 788px;
	border: 1px solid #88A73F;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	overflow: auto;
}



/*-------------------------------------- clinic information --------------------------------------*/
#baseinfo{
	background-color: #FFF;
	padding-top: 10px;
	border: 2px solid #696;
}
#baseinfo_left{
	width: 370px;
	margin-right: 10px;
	float: left;
}
#baseinfo_right{
	width: 360px;
	float: right;
}
#baseinfo_btm{
	margin-left: 10px;
	padding-bottom: 20px;
}



/*-------------------------------------- footer --------------------------------------*/
.footer_wrap{
	width: 100%;
	background-image: url(../images/FooterBack.jpg);
	background-repeat: repeat-x;
}

.footer{
	width: 1080px;
	padding: 0px;
	margin: 0 auto;
}
.footer a:link {
	color: #FFF;
	text-decoration: none;
}
.footer a:visited {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #2E9053;
	text-decoration: underline;
}


.footer_logo{
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	margin-bottom: 10px;
}
.footer_info{
	float: left;
	margin-left: 20px;
	padding-bottom: 10px;
	line-height: 1.2em;
	color: #FFF;
	margin-top: 10px;
}








/*-------------------------------------- footer_list --------------------------------------*/
.footer_list li{
	/* background: url("../images/footerback.jpg") no-repeat; */
	background-position: 0px 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px; /* space of list */
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

.footer_list li.hoge{
	margin-top:1.7em;
}

.ft_menu{
	float: left;
	width: 150px;
	height: 100%;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.ft_menu2{
	float: left;
	width: 120px;
	height: 100%;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.ft_menu3{
	float: left;
	width: 120px;
	height: 100%;

}








/*-------------------------------------- main area --------------------------------------*/
#navi{
	width: 250px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}
#navi li:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}
#navi li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#contents{
	width: 790px;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}



/*-------------------------------------- base box --------------------------------------*/
.textbox{
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 1.6em;
}
.IndexBox{
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.6em;
	padding-left: 150px;
	padding-top: 50px;
	height: 200px;
	background-image: url(../images/IndexBG.jpg);
}
.paddingL20{
	padding-left:20px;
}

#footertopline{
	text-align: center;
	color: #FFF;
	font-size: 12px;
	background-image: url(../images/sabanna.png);
	margin: 0px;
	padding: 0px;
	height: 40px;
}


/*-------------------------------------- bottomline --------------------------------------*/
#bottomline{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}



/*-------------------------------------- QA --------------------------------------*/
.QAbox{
	padding-left:10px;
	margin-bottom:20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FDBA21;
	padding-bottom: 10px;
	margin-right: 10px;
}

.QA_Q_Left{
	float:left;
	width:50px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color: #F90;
}
.QA_Q_Right{
	font-size:20px;
	float:left;
	width:600px;
	color: #F90;
	margin-bottom:10px;
}

.QA_A_Left{
	float:left;
	width:50px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color: #8FC41C;
}
.QA_A_Right{
	float:left;
	width:600px;
}





.wrapbox{
	padding: 16px;
	margin-bottom: 20px;
	line-height: 1.6em;
}


.featureboxA{
	padding: 0px;
	margin-bottom: 20px;
	background-color: #EBEBEB;
}
.FBA{
	float:left;
	margin-left:20px;
	margin-bottom:20px;
}



.flowbox{
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	background-color:#FFE3B9;
	padding: 20px;
}
.flowtitle{
	font-size:1.4em;
	font-weight:normal;
	color:#7C2810;
}
.flowarrow{
	font-size:24px;
	font-weight:normal;
	color:#FF9900;
	text-align:center;
	margin-bottom: 10px;
}

/*-------------------------------------- Others --------------------------------------*/


.topfeature01{
	padding-left:190px;
	padding-right:2px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #FFFCEE;
	background-image: url(../images/mezashiback.png);
	background-repeat: no-repeat;
}

.CLimage{
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	text-align:center;
}
.CLimage5{
	float:left;
	margin-right:14px;
	margin-bottom:20px;
	text-align:center;
}
.kanbi{
	margin:0 auto 5px;
	color: #FFF;
	border-radius: 5px;       
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	background-color:#ED6510;
	padding: 5px 5px;
	width:65%;
	line-height:1.2em;
}

.kanbi span{
	font-size:80%;
}
