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

body {
	margin:0px;
	padding:0px;
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	font-size:15px;
	line-height:1.5em;
	text-align:center;
	background-color:#FFFFFF;

	   }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;padding:0;
}

article, aside, figure, footer, header,hgroup, nav, section, h1, h2,h3,dl {
	display:block;
	margin:0px;
	padding:0px;
}

img {
	border:0;
	}     
	   
.clear { 
        clear:both;
         }
	
.clearfix:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	line-height:0;
	clear:both;
}

p {  
      line-height:1.5em;
	  margin-bottom:10px;
	  }


figure {
	margin:20px auto;
	text-align:center;
}
	 
#wrapper {
	margin:0px;
	padding:0px;
	background-color:#FFF;
	text-align:left;
	overflow: hidden;
	  }
	  
#ts,#co,#pv,#toi {
	margin:0px 0px 20px;
}
	  
#ts h1,#co h1,#pv h1,#toi h1 {
	width:100%;
	margin:0px auto 20px;
	padding:3px 0px;
	background-color:#8eced0;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;	
	text-align:center;
	text-shadow:-1px -1px 1px #009fa8;
	-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
	color:#FFF;
	font-weight:bold;
    font-size:16px;
	line-height:1.4em;
}

dl {
	list-style:none;
}

dt {
	margin:0px 10px;
	padding:3px 5px 3px 10px;
	background-color:#dbeff0;
	border-left:#8eced0 solid 6px;
	font-weight:bold;
}

dd {
	margin:0px 10px;
	padding:5px;
}


#toi_co {
	margin:0px 10px;
	padding:10px;
	border:#8eced0 solid 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	box-shadow:0px 0px 2px 1px #009fa8;
}

#toi_co p:last-child {
	margin-bottom:0px;
}


/*フッター*/
footer p {	margin-bottom:0px;}

footer p small {
	width:100%;
	display:block;
	font-size:12px;
	line-height:24px;
	text-align:center;
	background-color:#3c643c;
	color:#FFF;
	height:24px;
}



/*フッターメニュー*/
#footer_menu {
	font-size:12px;
	line-height:1.5em;
	margin-top: 20px;
}

#footer_menu ul {
	padding:0px 0px 10px;
	list-style-type:none;
}

#footer_menu ul li {
width:100%;
background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FAFAAF), color-stop(0.00, #ffffff));
background:-moz-linear-gradient(top, #ffffff 0%, #FAFAAF 100%);
background:linear-gradient(top, #ffffff 0%, #FAFAAF 100%);
border-top: 1px solid #32140A;
border-bottom: 1px solid #32140A;
}

#footer_menu ul li a {
	display:block;	
	color:#32140A;
	padding:10px 0px 10px 30px;
	font-size:14px;
	background:url(images/menu_check.png) no-repeat 10px center;
	text-shadow: 1px 1px 1px rgba(160,140,130,0.5),-1px -1px 1px rgba(160,140,130,0.25);
}

#footer_menu ul li a:link  { color:#32140A; text-decoration:none; }
#footer_menu ul li a:visited  { color:#32140A; text-decoration:none; }		 
#footer_menu ul li a:hover { color:#32140A; text-decoration:none; }
#footer_menur ul li a:active  { color:#32140A; text-decoration:none; }	


