/**********************************************************
0.reset
**********************************************************/
html{
	-webkit-text-size-adjust: none;
	letter-spacing: -0.01px;
	font-size: 62.5%;
}

* {
	margin:0;
	padding:0;
}

body {
	background-color:#FFFFFF;
	color: #535353;
	text-align:left;
	font-size: 1.3rem;
	font-family: "メイリオ", " Meiryo", Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	line-height:1.5;
	-webkit-text-size-adjust: 100%;

}	

h1, h2, h3, h4, h5, h6, address, dt, dd{
	font-size: 1.3rem;
	font-weight:normal;
	font-style:normal;
	font-family: "メイリオ", " Meiryo", Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	line-height:1.3;
}

textarea{
	font-size: 1.0rem;
	font-weight:normal;
	font-style:normal;
	font-family: "メイリオ", " Meiryo", Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	line-height:1.3;
}
  
img {
	border:none;
	vertical-align:bottom;
}

hr {
	display: none;
}

li {
	list-style-type:none
}

a {
	color:#0099CC;
	text-decoration:none;
}

/**********************************************************
1.body
**********************************************************/

.clear{
	clear:both;
}

.center,
#contents .center{
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	font-size: 1.4rem;		
}

#contents .center300{
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	font-size: 1.4rem;
	padding-right: 10px;
	padding-left: 10px;
}

.left{
	float: left;	
}

.right{
	float: right;	
}

.textcenter{
	text-align: center;	
}

.textleft{
	text-align: left;	
}

.textright{
	text-align: right;	
}

#contents .imgleft {
	float: left;
	margin-right: 6px;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 1.2rem;
}

#contents .imgright{
	float: right;
	margin-right: 10px;
	padding: 0px;
	margin-left: 6px;
	margin-bottom: 0px;
	text-align: center;	
	font-size: 1.2rem;
}

#contents .box320{
	width: 320px;
	text-align: center;		
	margin-right: auto;
	margin-left: auto;		
	font-size: 1.2rem;
}

.box2{
	float: left;
	width: 160px;
	font-size: 1.2rem;
	text-align: center;
	
}

.box2l{
	float: left;
	width: 143px;
	font-size: 1.2rem;
	text-align: center;
    padding-right: 12px;		
    padding-left: 5px;			
}

.box2l_b{
	float: left;
	width: 167px;
	font-size: 1.2rem;
	text-align: center;
    padding-right: 12px;		
    padding-left: 5px;			
}

.box2r{
	float: left;
	width: 143px;
	font-size: 1.2rem;
	text-align: center;
    padding-right: 6px;
    padding-left: 11px;					
}

.box2r_b{
	float: left;
	width: 117px;
	font-size: 1.2rem;
	text-align: center;
    padding-right: 6px;
    padding-left: 11px;					
}

.orange{
	color:#FD8544;
}

.green{
	color:#009999;
}
.green1{
	color: #009999;
	font-weight:bold;
}
.red{
	color:#CC3333;
}

.pink{
	color:#FF3366;
}

.blue{
	color:#0066CC;
}

.yellow{
	color:#FFFF00;
}

.mos{
	color:#666600;
}

.fontbold{
	font-weight: bold;
}


.font12{
	font-size: 1.2rem;
}

.font14{
	font-size: 1.4rem;
}

.font15{
	font-size: 1.5rem;
}

.font16{
	font-size: 1.6rem;
}
#contents .linehight160,
#contents #mailform p.linehight160{
	line-height: 160%;
}

/**********************************************************
2.header
**********************************************************/

#headerbg {

}

#header{
	width: 100%;
	float: left;
	margin-bottom : 1px;	
}

#header p.headerinfo{
	height: 24px;
	background-color: #C5DBAA;
	font-size: 1.4rem;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	color: #003300;
	text-align: center;
}

#header #headernamebg{
	background-color: #F5F9F2;
	width: 100%;
	float: left;
	clear: both;
}


#header #headernamebg #headername{
	text-align: center;
	background-color: #F5F9F2;
	float: left;
	width: 265px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#header #headernamebg #headername p{
	font-size: 1.2rem;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#header #headernamebg #headername a{
	font-size: 1.2rem;
	text-align: center;
	display: block;
	background-image: url(../image/common/headername.png);
	background-repeat: no-repeat;
	background-position: center 22px;
	-moz-background-size: 265px 35px; /* Firefox */
	-webkit-background-size: 265px 35px; /* Safari,Chrome */
	-o-background-size: 265px 35px; /* Opera */
	-ms-background-size: 265px 35px; /* ie */
	background-size: 265px 35px;
	height: 58px;
	color: #333333;
}
#header #headernamebg #headername a .ncolor{
	color: #C53C07;
}


#header #headernamebg #headermenu{
	float: right;
	width: 50px;
	padding-top: 16px;
	padding-right: 4px;		
	background-color: #F5F9F2;	
}


/* header contact */
#header #headerinfo{
	width: 100%;
	clear: both;
	float: left;
	background: -moz-linear-gradient(top, #41ACB3, #048D9C);
	background: -webkit-gradient(linear, left top, left bottom, from(#41ACB3), to(#048D9C));
}

#header #headerinfo .yoyaku{
	width: 41%;
	float: left;
	background: -moz-linear-gradient(top, #41ACB3, #048D9C);
	background: -webkit-gradient(linear, left top, left bottom, from(#41ACB3), to(#048D9C));	
	text-align: center;
}

#header #headerinfo .yoyaku p{
	margin: 5px 2px 5px 6px;
	border: 1px solid #048D9C;
	background: -moz-linear-gradient(top, #F4FBFB, #CAECF0);
	background: -webkit-gradient(linear, left top, left bottom, from(#F4FBFB), to(#CAECF0));
	border-radius: 3px;
	text-align: center;	
}

#header #headerinfo .yoyaku a{
	height: 26px;
	display: block;
	text-align: center;
	color: #235844;
	text-decoration: none;
	font-size: 1.5rem;
	padding-top: 8px;
	padding-bottom: 10px;
}

#header #headerinfo .tel{
	width: 41%;
	float: left;
	background: -moz-linear-gradient(top, #41ACB3, #048D9C);
	background: -webkit-gradient(linear, left top, left bottom, from(#41ACB3), to(#048D9C));	
}

#header #headerinfo .tel p{
	margin: 5px 2px 5px 2px;
	border: 1px solid #048D9C;
	background: -moz-linear-gradient(top, #F4FBFB, #CAECF0);
	background: -webkit-gradient(linear, left top, left bottom, from(#F4FBFB), to(#CAECF0));
	border-radius: 3px;
	text-align: center;	
}

#header #headerinfo .tel a{
	display: block;
	color: #235844;
	text-decoration: none;
	font-size: 1.5rem;
	height: 26px;
	padding-top: 8px;
	padding-bottom: 10px;	
}

#header #headerinfo .map{
	width: 18%;
	float: left;
	background: -moz-linear-gradient(top, #41ACB3, #048D9C);
	background: -webkit-gradient(linear, left top, left bottom, from(#41ACB3), to(#048D9C));	
}

#header #headerinfo .map p{
	margin: 5px 6px 5px 2px;
	border: 1px solid #048D9C;
	background: -moz-linear-gradient(top, #F4FBFB, #CAECF0);
	background: -webkit-gradient(linear, left top, left bottom, from(#F4FBFB), to(#CAECF0));
	border-radius: 3px;
	text-align: center;	
}

#header #headerinfo .map a{
	display: block;
	color: #235844;
	text-decoration: none;
	font-size: 1.5rem;
	height: 26px;
	padding-top: 12px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;		
}

/**********************************************************
3.visual
**********************************************************/

#visual{
	background-image: url(../image/top/visual.png);
	-moz-background-size: 310px 150px; /* Firefox */
	-webkit-background-size: 310px 150px; /* Safari,Chrome */
	-o-background-size: 310px 150px; /* Opera */
	-ms-background-size: 310px 150px; /* ie */
	background-size: 310px 150px;
	background-repeat: no-repeat;
	background-position: center 10px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	height: 190px;
	width: 310px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}

#visual h1{
	margin-right: auto;
	margin-left: auto;
	padding-top: 168px;
	font-weight: bold;
	color: #F95C3C;
	font-size: 1.4rem;
	text-align: center;
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 110%;
}


/**********************************************************
4.footer
**********************************************************/


#footer{
	clear: both;
	padding-top: 1px;
}

#copyright p{
	font-size: 0.9rem;
	text-align: center;
	line-height: 20px;
}

/**********************************************************
5.contents
**********************************************************/

#contents{
	background-color:#FFFFFF;
	font-size: 1.4rem;
	margin-top: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 26px;
	padding-left: 0px;
	clear: both;
}

#contents p{
	font-size: 1.4rem;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 12px;
}

#contents h1{
	font-size: 1.7rem;
	color: #336633;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 8px;
	padding-left: 6px;
	margin-bottom: 20px;
	text-shadow: 1px 1px 2px #ccc;
	border-bottom-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #336633;
	background-color: #F5F9F2;
	margin-top: 0px;
}

#contents h2{
	font-size: 1.6rem;
	color: #006699;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-bottom: 16px;
	text-shadow: 1px 1px 2px #ccc;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
	margin-right: 5px;
	margin-left: 5px;
	clear: both;
}

#contents h2 a{
	font-size: 1.6rem;
	color: #006699;
	text-decoration: none;
}

#contents h3{
	font-size: 1.5rem;
	color: #4B824A;
	font-weight: bold;
	border: none;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 6px;
	margin-bottom: 14px;
	background-color: #E2EDE8;
	margin-right: 4px;
	margin-left: 4px;
	clear: both;
	margin-top: 10px;
}

#contents h3 a{
	font-size: 1.5rem;
	color: #4B824A;
	text-decoration: none;	
}

#contents h4{
	clear: both;
	font-size: 1.4rem;
	color: #3699BA;
	font-weight: bold;
	border: none;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-bottom: 8px;
}

#contents h4 a{
	font-size: 1.4rem;
	color: #3699BA;
	text-decoration: none;	
}


#contents .mart0{
	margin-top: 0px;
}

#contents .mart10{
	margin-top: 10px;
}

#contents .mart20{
	margin-top: 20px;
}

#contents .mart30{
	margin-top: 30px;
}

#contents .mart40{
	margin-top: 40px;
}

#contents .mart50{
	margin-top: 50px;
}

#contents .mart60{
	margin-top: 60px;
}

#contents .marb0{
	margin-bottom: 0px;
}

#contents .marb10{
	margin-bottom: 10px;
}

#contents .marb20{
	margin-bottom: 20px;
}

#contents .marb30{
	margin-bottom: 30px;
}

#contents .marb40{
	margin-bottom: 40px;
}

#contents .marb50{
	margin-bottom: 50px;
}

#contents .marb60{
	margin-bottom: 60px;
}

#contents .marlr10{
	margin-left: 10px;
	margin-right:10px;	
}


/* a */

#contents a{
	font-size: 1.4rem;
	padding-left: 24px;
	color: #0099CC;
	text-decoration: underline;
	padding: 0px;
}

#contents a.mark{
	font-size: 1.4rem;
	background-image: url(../image/common/link.png);
	background-repeat: no-repeat;
	-moz-background-size: 15px 15px; /* Firefox */
	-webkit-background-size: 15px 15px; /* Safari,Chrome */
	-o-background-size: 15x 15x; /* Opera */
	-ms-background-size: 15x 15x; /* ie */
	background-size: 15x 15px;
	padding-left: 24px;
	color: #009966;
	text-decoration: underline;
	background-position: left 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 4px;
	margin-bottom: 4px;	
}

#contents a.nomark{
	font-size: 1.4rem;
	padding-left: 0px;
	color: #009966;
	text-decoration: underline;
	background-image: none;
}




/* ul li */

#contents ul{
	font-size: 1.4rem;
	margin-top: 12px;
	margin-bottom: 10px;	
}

#contents li{
	font-size: 1.4rem;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 28px;
	margin-right: 10px;
	list-style-position: outside;
	list-style-type: disc;
	color: #333333;
}

/* table */

#contents table{
	margin: 10px;
	clear: both;
}

#contents th{
	font-size: 1.4rem;
	padding: 5px;
	background-color: #006699;
	color: #FFFFFF;
	width: 100px;
}

#contents td{
	font-size: 1.4rem;
	padding: 5px;
	border-top-color: #7191A8;
	border-right-color: #7191A8;
	border-bottom-color: #7191A8;
	border-left-color: #7191A8;
	background-color: #FFFFFF;
}

/* top */

#contents #top1{
	background-image: url(../image/top/top1.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 310px;
	-moz-background-size: 310px 33px; /* Firefox */
	-webkit-background-size: 310px 33px; /* Safari,Chrome */
	-o-background-size: 310px 33px; /* Opera */
	-ms-background-size: 310px 33px; /* ie */
	background-size: 310px 33px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	clear: both;
	line-height: 110%;
}

#contents #top1 p{
	font-size: 1.4rem;
	border: none;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 45px;
	text-align: center;

}

#contents #top1 a{
	font-size: 1.3rem;
	background: -moz-linear-gradient(top, #52C8DC, #33BDCC);
	background: -webkit-gradient(linear, left top, left bottom, from(#52C8DC), to(#33BDCC));
	line-height: 140%;
	text-decoration: none;
	color: #333333;

}

#contents #top1 #top1-1,
#contents #top1 #top1-2,
#contents #top1 #top1-3,
#contents #top1 #top1-4{
	clear: both;
	padding-right:4px;	
}

#contents #top1 #top1-1 p,
#contents #top1 #top1-2 p,
#contents #top1 #top1-3 p,
#contents #top1 #top1-4 p{
	float: left;
	width: 95px;
	height: 56px;
	border-radius: 5px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.30);
	border-top-width: 3px;
	border-top-style: solid;
	padding: 0px;
	margin-left: 6px;
	margin-bottom: 4px;
}

#contents #top1 #top1-1 p{
	border-top-color: #957196;
}

#contents #top1 #top1-2 p{
	border-top-color: #D89A73;
}

#contents #top1 #top1-3 p{
	border-top-color: #C4BB7A;
}

#contents #top1 #top1-4 p{
	border-top-color: #7E85C0;
}

#contents #top1 #top1-1 a,
#contents #top1 #top1-2 a,
#contents #top1 #top1-3 a,
#contents #top1 #top1-4 a{
	border-radius: 5px;
	font-size: 1.3rem;
	width: 95px;
	height: 46px;
	background: -moz-linear-gradient(top, #FFFFFF, #E7E7E7);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E7E7E7));
	display: block;
	float: left;
	margin: 0px;
	padding: 8px 0 0 0;
}

#contents #top1 #top1-2 a.top1-2-3{
	width: 83px;
	padding-left: 6px;
	padding-right: 6px;	
}

#contents #top1 #top1-4 a.top1-4-2,
#contents #top1 #top1-3 a.top1-3-3{
	width: 71px;
	padding-left: 12px;
	padding-right: 12px;	
}

#contents #top2{
	background-image: url(../image/top/top2.png);
	background-repeat: no-repeat;
	background-position: left 30px;
	-moz-background-size: 310px 42px; /* Firefox */
	-webkit-background-size: 310px 42px; /* Safari,Chrome */
	-o-background-size: 310px 42px; /* Opera */
	-ms-background-size: 310px 42px; /* ie */
	background-size: 310px 42px;
	width: 310px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 84px;
	
}

#contents #top2 #top2text{
	background-image: url(../image/top/top2img.png);
	background-repeat: no-repeat;
	background-position: left 14px;
	-moz-background-size: 114px 114px; /* Firefox */
	-webkit-background-size: 114px 114px; /* Safari,Chrome */
	-o-background-size: 114px 114px; /* Opera */
	-ms-background-size: 114px 114px; /* ie */
	background-size: 114px 114px;
	clear: both;
	float: left;
}

#contents #top2 #top2text p{
	float: right;
	font-size: 1.4rem;
	width: 180px;
}

#contents #top2 #top2text a.markbtn{
	font-size: 1.3rem;
	background: -moz-linear-gradient(top, #E7A392, #E88568);
	background: -webkit-gradient(linear, left top, left bottom, from(#E7A392), to(#E88568));
	display: block;
	color: #FFFFFF;
	border-radius: 5px;
	float: left;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	text-decoration: none;
	text-align: center;
	width: 100px;
	margin-top: 136px;
}



#contents #top2 #top2box{
	clear: both;
	border: 1px dotted #80A77C;
	padding: 5px 0 0 0;
	width: 306px;
	float: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#contents #top2 #top2box p{
	margin: 6px 6px 0px 6px;
	padding: 0px;
	font-size: 1.4rem;
	line-height: 140%;		
}

#contents #top2 #top2box p.top2s{
	font-size: 1.5rem;
	text-align: center;
	color: #FF3366;
	background-color: #EEECF0;
	width: 295px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#contents #top2 #top2box .line{
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 8px;	
	float: left;
	background-color: #EEF3ED;
}

#contents #top2 #top2box #top2btn{
	clear: both;
	padding-left: 5px;
}

#contents #top2 #top2box #top2btn p.top2-1,
#contents #top2 #top2box #top2btn p.top2-2,
#contents #top2 #top2box #top2btn p.top2-3,
#contents #top2 #top2box #top2btn p.top2-4,
#contents #top2 #top2box #top2btn p.top2-5,
#contents #top2 #top2box #top2btn p.top2-6{
	float: left;
	width: 95px;
	height: 76px;
	background-image: url(../image/top/yajirushi.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0 4px 0 0;
	padding: 0px;
}

#contents #top2 #top2box #top2btn p.top2-6{
	background-image: none;
}

#contents #top2 #top2box #top2btn p.top2-1 a,
#contents #top2 #top2box #top2btn p.top2-2 a,
#contents #top2 #top2box #top2btn p.top2-3 a,
#contents #top2 #top2box #top2btn p.top2-4 a,
#contents #top2 #top2box #top2btn p.top2-5 a,
#contents #top2 #top2box #top2btn p.top2-6 a{
	width: 76px;
	height: 76px;
	display: block;
	float: left;
	font-size: 1.4rem;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #999;
	background-repeat: no-repeat;
	background-position: left top;
	-moz-background-size: 76px 76px; /* Firefox */
	-webkit-background-size: 76px 76px; /* Safari,Chrome */
	-o-background-size: 76px 76px; /* Opera */
	-ms-background-size: 76px 76px; /* ie */
	background-size: 76px 76px;
	text-align: center;
	text-decoration: none;
	line-height: 114%;
	height: 58px;
	padding-top: 18px;
}

#contents #top2 #top2box #top2btn p.top2-1 a{
	background-image: url(../image/top/top2-1img.png);
}

#contents #top2 #top2box #top2btn p.top2-2 a{
	background-image: url(../image/top/top2-2img.png);
}

#contents #top2 #top2box #top2btn p.top2-3 a{
	background-image: url(../image/top/top2-3img.png);
}

#contents #top2 #top2box #top2btn p.top2-4 a{
	background-image: url(../image/top/top2-4img.png);
	padding-bottom: 10px;
}

#contents #top2 #top2box #top2btn p.top2-5 a{
	background-image: url(../image/top/top2-5img.png);
	padding-bottom: 10px;
}

#contents #top2 #top2box #top2btn p.top2-6 a{
	background-image: url(../image/top/top2-6img.png);
	height: 50px;
	padding-top: 26px;
	padding-bottom: 10px;
}







#contents #topinfobg{
	margin-right: 6px;
	margin-left: 5px;
}

#contents #topinfo{
	clear: both;
	padding: 5px 0;
	margin-bottom: 16px;
	background-color: #1A444A;
	border: 1px solid #13280F;
	margin-top: 15px;
	float: left;
	width: 100%;
}

#contents #topinfo h2{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #13280F;
	padding: 5px 0 0 0;
	margin: 0 5px 10px 5px;
}

#contents #topinfo .scroll{
	overflow-y:scroll;
	height: 92px;
	margin: 0 5px 10px 5px;
	border-radius: 5px;
	background-color: #FFFFFF;
	padding: 0 2px 2px 2px;
}

#contents #topinfo .scroll li{
	font-size: 1.4rem;
	padding-bottom: 5px;	
}

#contents #topinfo .scroll li a{
	font-size: 1.4rem;
}



#contents #topstory{
	width: 320px;
	background-image: url(../image/top/topstory.png);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: 320px 160px; /* Firefox */
	-webkit-background-size: 320px 160px; /* Safari,Chrome */
	-o-background-size: 320px 160px; /* Opera */
	-ms-background-size: 320px 160px; /* ie */
	background-size: 320px 160px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	height: 190px;
	margin-top: 30px;
	margin-bottom: 0px;
}

#contents #topstory h2{
	border: none;
	text-shadow: 1px 1px 2px #cccccc;
	padding-top: 10px;
	margin-bottom: 3px;
	color: #333333;
	font-size: 1.8rem;
}

#contents #topstory p{
	font-size: 1.4rem;
	line-height: 130%;
}

#contents #topstory #storybox{
	clear: both;

}

#contents #topstory #storybox p{
	float: left;
	width: 100px;
	height: 76px;
	font-size: 1.0rem;
	margin-left : 4px;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 5px;	
}

#contents #topstory #storybox a{
	float: left;
	width: 98px;
	height: 54px;
	font-size: 1.3rem;
	margin: 0px;
	background: -moz-linear-gradient(top, #41ACB3, #048D9C);
	background: -webkit-gradient(linear, left top, left bottom, from(#41ACB3), to(#048D9C));
	display: block;
	color: #FFFFFF;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 110%;
}


#contents #topstory #storybox p.storybtn1 a{

}

#contents #topstory #storybox p.storybtn2 a{

}

#contents #topstory #storybox p.storybtn3 a{

}



/* menu */





/* menu */

#accordion-menu{
	clear: both;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #336633;
	margin: 0px;
	padding: 0px;
}

#accordion-menu ul.accordion {
	font-size: 1.4rem;
	margin-bottom:16px;
	margin-top: 0px;
}

#accordion-menu ul.accordion a {
	display:block;
	padding:10px;
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #47351F;
}

#accordion-menu ul.accordion span {
	display: block;
	padding: 10px;
	background-position: 95% center;
	background-repeat: no-repeat;
	color: #13280F;
}

#accordion-menu ul.accordion ul {
	display:none;
}

#accordion-menu ul.accordion ul a{
	color:#333; 
}

#accordion-menu ul.accordion li.menutitle {
	list-style-type: none;
	background-color: #8CAE75;
	font-size: 1.4rem;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}

#accordion-menu ul.accordion li p {
	font-size: 1.5rem;
	background: -moz-linear-gradient(top, #F9FCF8, #E2F0DC);
	background: -webkit-gradient(linear, left top, left bottom, from(#F9FCF8), to(#E2F0DC));
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5BC96;
	text-align: left;
	margin: 0 0 1px 0;
	padding-right: 8px;
}

#accordion-menu ul.accordion li.infohome p {
	font-size: 1.5rem;
	background: -moz-linear-gradient(top, #96C096, #65A068);
	background: -webkit-gradient(linear, left top, left bottom, from(#96C096), to(#65A068));
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5BC96;
	text-align: center;
	margin: 0 0 1px 0;
	padding-right: 8px;
	color: #FFFFFF;
}

#accordion-menu ul.accordion li.infohome p a{
	font-size: 1.5rem;
	color: #FFFFFF;
}

 
#accordion-menu ul.accordion li ul li {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #8AC692;
	color:#FFFFFF;
	text-indent: 10px;
	line-height: 28px;
	padding-right: 12px;
	font-size: 1.4rem;	
}

#accordion-menu ul.accordion li ul li span{
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #DDCDB7;
}

#accordion-menu ul.accordion li ul li p {
	background:#888;
}


#accordion-menu ul.accordion li ul li ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDCDB7;
	color:#333; 
}

#accordion-menu ul.accordion li ul li ul li:last-child {
	border:none;
}

#accordion-menu ul.accordion li ul li.noborder{
	border:none;
}

#accordion-menu ul.accordion li p span {
	background-image:url(../image/common/a_close.png);
	background-position: right 10px;
	-moz-background-size: 21px 21px; /* Firefox */
	-webkit-background-size: 21px 21px; /* Safari,Chrome */
	-o-background-size: 21px 21px; /* Opera */
	-ms-background-size: 21px 21px; /* ie */
	background-size: 21px 21px;
	border: none;
	padding-right: 10px;
	padding-left: 10px;
}

#accordion-menu ul.accordion li p span.open {
	background-image:url(../image/common/a_open.png);
	background-position: right 10px;
	-moz-background-size: 21px 21px; /* Firefox */
	-webkit-background-size: 21px 21px; /* Safari,Chrome */
	-o-background-size: 21x 21px; /* Opera */
	-ms-background-size: 21px 21px; /* ie */
	background-size: 21px 21px; 
	padding-right: 10px;
	padding-left: 10px;
}

#accordion-menu ul.accordion li ul li a {
	color:#333;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 6px;
	font-size: 1.4rem;	
}

#accordion-menu ul.accordion li ul li span a {
	color:#275C9C;
	border-bottom:1px dotted #E4EDF8;
	background-color: #E4EDF8;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;	
	font-size: 1.4rem;
}


/* info */

#info{
	width: 100%;
	clear: both;
	float: left;
	background-color: #303D27;
}

#info .yoyaku{
	width: 50%;
	float: left;
}

#info .yoyaku p{
	margin: 10px 2px 10px 8px;
	border: 1px solid #222B1C;
	background: -moz-linear-gradient(top, #F4FBFB, #CAECF0);
	background: -webkit-gradient(linear, left top, left bottom, from(#F4FBFB), to(#CAECF0));
	border-radius: 3px;
}

#info .yoyaku a{
	height: 26px;
	display: block;
	color: #235844;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 12px;
	text-align: center;	
}

#info .tel{
	width: 50%;
	float: right;
}

#info .tel p{
	margin: 10px 7px 10px 3px;
	border: 1px solid #222B1C;
	background: -moz-linear-gradient(top, #F4FBFB, #CAECF0);
	background: -webkit-gradient(linear, left top, left bottom, from(#F4FBFB), to(#CAECF0));
	border-radius: 3px;
}

#info .tel a{
	display: block;
	color: #235844;
	text-decoration: none;
	height: 26px;
	padding-top: 8px;
	padding-bottom: 12px;
	text-align: center;
}

#info p{
	padding: 0;
	margin: 5px 10px;
	color: #FFFFFF;		
	font-size: 1.1rem;
}

#info p.leftname{
	font-size: 1.8rem;
	font-weight: bold;
	float: left;
	width: 45%;
	display: block;
}

#info p.pc a{
	float: right;
	font-size: 1.3rem;
	display: block;
	background: -moz-linear-gradient(top, #F4FBFB, #CAECF0);
	background: -webkit-gradient(linear, left top, left bottom, from(#F4FBFB), to(#CAECF0));
	color: #293D2C;
	border-radius: 4px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-decoration: none;
	text-align: center;
	width: 45px;
}

#info p.adrress{
	clear: both;
}

#info p.tel-s{
	font-size: 1.4rem;
}

#info p.tel-s a{
	color: #FFFFFF;	
}

#info p.access{
	clear: both;
	padding: 0px;
	margin-left: 5px;
}

#info p.accessarea{
	width: 40%;
	float: left;
	padding: 0px;
	margin-top: 0px;
	display: block;	
}

#info p.time{
	clear: both;
	padding: 0px;
	margin-left: 5px;
}

#info p.timearea{
	clear: both;

}

#info .infomap{
    margin: 10px auto;
	width: 300px;
}

/* clinic */


#contents .clinictel{
	width: 50%;
	float: left;
}

#contents .clinictel p{
	font-size: 1.1rem;
	margin: 5px 7px 5px 3px;
	border: 1px solid #048D9C;
	background: -moz-linear-gradient(top, #41ACB3, #048D9C);
	background: -webkit-gradient(linear, left top, left bottom, from(#41ACB3), to(#048D9C));
	border-radius: 3px;
	color: #FFFFFF;
	text-align: center;
}

#contents .clinictel a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.2rem;
	height: 34px;
	padding: 12px 0px 6px 0px;
	line-height: 120%;
}


/* form */

#contents input{
	line-height: 28px;
}

#contents select{
	height: 28px;
}

#contents #mailform p{
	line-height: 250%;
}

#contents #mailform .formbtn{
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}

#contents #mailform .formbtn p{
	text-align: center;
}

#contents #mailform .formbtn input{
	width: 100px;
	margin: 0;
	padding: 5px;
	background: -moz-linear-gradient(top, #41ACB3, #048D9C);	
	background: -webkit-gradient(linear, left top, left bottom, from(#41ACB3), to(#048D9C));	
	border: 1px #048D9C solid;
	color: #FFF;
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 2px #CCC;
	text-shadow: 1px 2px 3px #ccc;
	font-size: 1.4rem;
}

#contents #mailform input[type="checkbox"] {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    margin-right:0.5em;
}

#contents #mailform input[type="radio"] {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    margin-right:0.5em;
}





/* access */

#contents .googlemap{
	clear: both;
	background: -moz-linear-gradient(top, #FA9152, #F4646D);
	background: -webkit-gradient(linear, left top, left bottom, from(#FA9152), to(#F4646D));
	border: 1px solid #F4646D;
	border-radius: 3px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	padding: 5px;
}

#contents .googlemap a{
	padding: 4px 0;
	clear: both;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 1.5rem;
	display: block;
}

/* btn */

#contents .btn{
	border: none;
	background: -moz-linear-gradient(top, #D88F45, #C66300);
	background: -webkit-gradient(linear, left top, left bottom, from(#D88F45), to(#C66300));
	border-radius: 5px;
	margin-top: 6px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
	padding: 10px 5px;
}


#contents .btn a{
	padding: 5px 5px 5px 14px;
	color: #FFFFFF;
	border: none;
	background: -moz-linear-gradient(top, #D88F45, #C66300);
	background: -webkit-gradient(linear, left top, left bottom, from(#D88F45), to(#C66300));
	border-radius: 5px;
	margin-top: 6px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
}

/* form */



/* memo */

#contents #memo{
	border: 1px dotted #993333;
	background-color: #FFECEC;
	padding: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 8px;
	margin-left: 8px;
}

#contents #memo p{
	margin: 0;
	padding: 0;
	font-size: 1.2rem;	
}


#periotop {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
}
#periotop p{}


#periotop h2{
	background-color: #536D0C;
	background-image: url(../image/top/perio01.jpg);

	font-size: 15px;
	font-weight: normal;
	background-position: top;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 5px;
}
#periotop a{
	background-image: url(../../image/top/perio02.jpg);
	background-size: 130px 30px;
	background-repeat: no-repeat;
	height: 25px;
	width: 130px;
	display: block;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	text-decoration: none;
	color: #512800;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.left10{
	padding-left: 10px;
}
