@charset "utf-8";
/*▼リセット▼*/
body {
	padding: 0;
	margin: 0;
	background: url(../img/bg02.jpg) no-repeat center bottom fixed;
	background-color: #e1ebf9;
}
h1,h2,h3,h4,p,ul,li,dl,dt,dd,a,tr,th,td,em,address,img{
	padding: 0;
	margin: 0;
	font-style: normal;
	line-height: 1.3em;
	font-family: "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
}
ul li {
	list-style:none;
}
img {
	border-style: none;
	margin: 0;
	padding:0;
	vertical-align: bottom;
}
@media print{
body{
	_zoom: 65%;
}
}
/*▼文字設定スタート▼*/
h3{
	clear: both;
	width:910px;
	font-size: 120%;
	font-weight: bold;
	background: url(../img/h3bg.gif) no-repeat left center;
	padding: 3px 5px 0 15px;
	line-height:3.2;
}
h4{
	clear: both;
	width:885px;
	font-weight: bold;
	background: url(../img/h4img.gif) no-repeat 15px center;
	padding: 7px 5px 0 40px;
	line-height:2.8;
}
/*h4.noh3{
	padding: 30px 5px 10px 25px;
	background: url(../img/h4img.gif) no-repeat left 1.5em;
}*/
p,li,dt,dd, th,td{
	padding: 5px 0 5px 15px;
	font-size: 90%;
}
a{
	color: #1f29f2;
}
a:hover{
	text-decoration: underline;
}
/*li,dt,dd, th,td{
	font-size: 90%;
	padding: 5px 0;
}*/
li dt,li dd,li p,dd li,td li,td p,td dt,td dd,ul ul li{
	font-size: 100%;
}
em{
	font-weight: bold;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html .clearfix {
	height: 1%;}
.clearfix {
	display: block;
	zoom: 1;}

#overwrapper{
	background: url(../img/bg01.jpg) no-repeat center top;
}

#wrapper{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
/*▼ヘッダースタート▼*/
#header{
	background: url(../img/mainbg_common.jpg) no-repeat;
	width: 960px;
	margin: 0 auto;
	overflow:hidden;
}
h1{
	float: left;
}
#header p{
	float: right;
	margin: 1px 0 0 0;
}
/*▼グローバルナビスタート▼*/
#gnavarea{
	background: url(../img/mainbg_common.jpg) no-repeat bottom;
	width: 960px;
	margin: 0 auto;
}
#gnav{
	padding: 2px 0 0 0;
	float: left;
	width: 635px;
}
#gnav li{
	display: inline;
	padding: 0;
}
#toilohasjp{
	/*width: 135px;
	float: right;
	padding: 0 0 0 0;*/
	position: absolute;
	top: 40px;
	right: 0px;
}
/*
#toilohasjp ul{
	padding: 0 0 0 10px;
	margin: 0;
}
#toilohasjp li{
	float: left;
	border-right: 1px solid #ffffff;
	padding: 0;
	display: block;
	font-size:5px;
}
#toilohasjp p{
	padding: 5px 0;
}
#toilohasjp li img{
	vertical-align: top;
}
#toilohasjp .lastchild{
	border-right: none;
}
*/
/*▼パンくずスタート▼*/
#topic_path{
	width: 960px;
	margin: 10px auto 0;
	background: #ffffff url(../img/contentsbg01.gif) no-repeat center top;
	padding: 10px 0;
	clear: both;
}
#topic_path li{
	float: left;
	background: url(../img/path_li.gif) no-repeat left center;
	font-size: 80%;
	padding: 0 5px 0 20px;
}
#topic_path .tohome{
	background: none;
}

/*▼メインコンテンツスタート▼*/
#main{
	clear: both;
	width: 930px;
	margin: 0 auto 20px;
	background: #ffffff url(../img/contentsbg02.gif) no-repeat center bottom;
	padding: 0 15px;
}
.noheading{
	padding: 30px 0 0 15px;
}
.imgright{
	float: right;
	padding: 10px;
}
.totop{
	text-align: right;
	clear: both;
	padding: 30px 0;
}
.toadobe{
	padding: 20px 0 0 0;
}
.toadobe img{
	float: left;
	margin: 0 20px 0 0;
}
.toadobe p{
	font-size: 70%;
	padding: 0;
}
.photocaption{
	font-size: 75%;
}
/*▼フッタースタート▼*/
#footerwrap{
	background-color: #6FBA2B;
}
#footer{
	font-size: 75%;
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	height: 30px;
}
#footer a{
	color: #ffffff;
}
#footer li{
	float: left;
	border-left: 1px solid #ffffff;
	padding: 0 10px;
}
#footer .firstchild{
	border: none;
	/*padding:  10px 0 0;*/
}
address{
	text-align: right;
}

/* 2012/07/20 追記 */
.jc_navigate
{
	overflow:hidden;
	margin-left:15px;
	padding:0.75em;
	border:1px solid #6FBA2B;
	background:#f5f5f5;
}
.jc_navigate:after
{
	content : '';
	display : block;
	clear : both;
	height:0;
}
.jc_navigate p
{
	float:left;
	width:360px;
	padding:1.8em 0 0 0;
}
.jc_navigate a
{
	float:right;
	display:block;
	padding:5px;
	background:#ddd;
}
.jc_navigate a:hover,
.jc_navigate a:active
{
	background:#ccc;
}
.jc_navigate a img
{
	display:block;
}
