@charset "shift_jis"; 

a:link {
	border: none;

	color: #5D666A;
	text-decoration:none;
}
a:visited {
	border: none;
	color: #5D666A;
	text-decoration:none;
}
a:hover {
	border: none;
	color: #007236;
	text-decoration:underline;
	background-color: #EFEFEF;
}

/*	リンクの設定ここまで	*/


body {
	font-size: 12px;
	font-family: "Osaka ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS Gothic";
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	text-align: center;
	line-height:150%;
	color: #333333;
	background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-family: "Osaka", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS Gothic";
}


img {
	border: none;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}



/*	全体		*/

#wrap {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	background-color: #FFFFFF;
	text-align: left;
	border-top: solid #FFFFFF 5px;
}

/*	全体		*/


/*	ヘッダー	*/

#headBox {
	width: 760px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: both;
	height: 150px;
}

.headerLogo {
	width: 350px;
	margin: 30px 0px 30px 5px;
	float: left;

}

#pageheadBox {
	width: 760px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	clear: both;
	height: 110px;
	padding: 5px 0px;
}

.pageheaderLogo {
	width: 300px;
	margin: 5px 0px 15px 0px;
	float: left;

}

#menu {
	width: 760px;
	clear: both;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
#panNavi {
	width: 760px;
	clear: both;
	margin: 5px 0px 0px 15px;
	font-size: 10px;
}

.pageheaderNavi {
	float: right;
	width: 350px;
	margin: 50px 0px 0px 0px;
	padding: 0px;
}

.pageheaderNavi ul {
	list-style-type: none;
	text-align: right;
	margin: 0px 0px;
}

.pageheaderNavi li {
	padding-left: 15px;
	padding-right: 10px;
	background-image: url(../img/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	display: inline;
	
}

.pageheaderNavi li a:link {
	border: none;
	color: #666666;
	text-decoration:none;
}

.pageheaderNavi li a:visited {
	border: none;
	color: #666666;
	text-decoration:none;
}

.pageheaderNavi li a:hover {
	border: none;
	color: #007236;
	text-decoration:underline;
	background-color: #EFEFEF;
}


/*	ヘッダー	*/


/*	フッターの設定	*/
#footerBox {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	clear: both;
	background-color: #FFFFFF;
	border-top: 2px solid #439A04;
}
.footerNavi {
	float: left;
	width: 500px;
	margin-top: 10px;
}

.footerNavi ul {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 2px 0px 0px 5px;
}

.footerNavi li {
	padding-left: 15px;
	padding-right: 10px;
	background-image: url(../img/list1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	display: inline;
	
}

.footerNavi li a:link {
	border: none;

	color: #006699.;
	text-decoration:none;
	color: #006699;
}

.footerNavi li a:visited {
	border: none;
	color: #0098E1;
	text-decoration:none;
}

.footerNavi li a:hover {
	border: none;
	color: #0082BF;
	text-decoration:underline;
	background-color: #EFEFEF;
}

.footerRight {
	float: right;
	width: 200px;
	margin-top: 10px;
}

.footerRight ul {
	list-style-type: none;
	text-align: right;
	margin: 0px;
	padding: 2px 0px 0px 5px;
}

.footerRight li {
	padding-left: 15px;
	padding-right: 10px;
	background-image: url(../img/list1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	display: inline;
	
}

.footerRight li a:link {
	border: none;
	color: #006699;
	text-decoration:none;
}

.footerRight li a:visited {
	border: none;
	color: #0098E1;
	text-decoration:none;
}

.footerRight li a:hover {
	border: none;
	color: #0082BF;
	text-decoration:underline;
	background-color: #EFEFEF;
}

.footerCopy {
	float: left;
	width: 740px;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-left: 20px;
	font-weight: bold;
	color: #999999;
}
/*	フッターの設定	*/

/*	トップページ用		*/

.top {
	width: 760px;
	clear: both;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.topLeft {
	width: 490px;
	float: left;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	clear: both;
}

.topLeft h2{
	margin-left: 5px;

}

.topLeft2 {
	width: 490px;
	float: left;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	clear: both;
}

.topLeft2 h2{
	border-bottom: solid #003471 1px;
	margin-left: 5px;
	margin-top: 10px;

}

.news {
	margin-top: 5px;
	padding-left: 5px;
	margin-left: 5px;
}
.news p{
	padding-left: 70px;
	text-indent: -5em;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 120%;
	border-bottom: dotted #C2E254 1px;
	padding-bottom: 3px;
	padding-top: 3px;
}


.topRight {
	width: 250px;
	float: right;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.topRight p {
	margin-bottom: 5px;
	margin-top: 0px;
}

/*	トップページ用		*/


/*	詳細ページ用	コンテンツ	*/

.pageTitle{
	margin: 5px 0px 10px 10px;
}

#pageContents{
	margin: 5px 20px 10px 10px;
	width: 530px;
	float: left;
}

.img{
	margin: 0px 10px 5px 5px;
	padding: 3px 3px 3px 3px;
	float: left;
	border: solid #EFEFEF 1px;

}

#pageContents h2{
	margin: 0px 0px 10px 0px;
	color: #B85D5C;
	border-left: solid #960028 5px;
	padding-left: 10px;
	font-size: 16px;
	line-height: 130%;

}

#pageTop{
	float: right;
	font-size: 10px;
	width: 80px;
	border: solid #AAAAAA 1px;
}

/*	詳細ページ用	コンテンツ	*/


/*	詳細ページ用	ローカルナビ	*/

#localNavi{
	margin: 5px 0px 10px 0px;
	width: 230px;
	float: right;
	padding-right: 15px;
}

#localNavi p{
	margin: 5px 0px;
}


#localNavi ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}
#localNavi .bottom{
	padding: 10px 0px 10px 20px;
	background:#FFFFFF url(../img/list2.gif) no-repeat 0.2em;
	border-bottom: dotted #003471 1px;
}
#localNavi .non{
	padding: 10px 0px 10px 20px;
	background:#FFFFFF url(../img/list2.gif) no-repeat 0.2em;
}
.localTop {
	padding: 10px 0px 5px 0px;
	background:#FFFFFF url(../img/local_top.gif) no-repeat;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	height: 30px;
}

.localBottom {
	background:#FFFFFF url(../img/local_bottom.gif) no-repeat;
	color: #FFFFFF;
	height: 10px;
}

.red {
	color:#FF0000;
}

#sitemap1 {
	width: 320px;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 20px;
}

#sitemap1 h2{
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 15px;
	font-size: 14px;
	color: #4CA20C;
	border-left: solid #4CA20C 5px;
	padding-left: 5px;
}
#sitemap1 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}
#sitemap1 li{
	padding: 5px 0px 5px 20px;
	background:#FFFFFF url(../img/list2.gif) no-repeat 0.2em;
	border-bottom: dotted #4CA20C 1px;
}
