@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

body {
	background: #FFF;
	color: #333;
	font-size: small;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}

a:link {
	color:#64a13c;
	text-decoration: none;
}
a:visited {
	color:#64a13c;
	text-decoration: none;
}
a:hover {
	color:#8bbb6b;
	text-decoration: underline;
}
a:active {
	color:#8bbb6b;
	text-decoration: none;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}



/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	width: 960px;
	margin: 0 auto;
}

#header #logo {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	height: 100px;
	background: #fff;
	margin: 20px 0;
	text-align: center;
}

#header #logo a:hover {
	opacity: 0.7;
}

#headerDesc {
	color: #fff;
	background: #7bbb51;
	height: 20px;
}

#headerDescArea {
	width: 960px;
	margin: 0 auto;
}

#headerDescArea h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 2px 0 0 10px;
	height: 20px;
}

#headerDescArea h1 a {
	color: #FFF;
}

#headerDescArea h1 a:hover {
	opacity: 0.7;
}



/* -----------------------------------------------------------
	#navi
----------------------------------------------------------- */
#navi {
	clear: both;
	height: 60px;
}

#navi #gNav {
	clear: both;
	overflow: hidden;
}

* html #navi #gNav {
	height: 1%;
}

#naviArea {
	width: 960px;
	margin: 0 auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
}

#navi #gNav li {
	float: left;
	text-align: center;
}

#navi #gNav li a:link,
#navi #gNav li a:visited,
#navi #gNav li a:active {
	color:#64a13c;
	font-size: 13px;
	text-decoration:none;
	display:block;
	width: 190px;
	height: 50px;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
}

#navi #gNav span {
	color:#64a13c;
	font-size: 10px;
}

#navi #gNav li a:hover,
#navi #gNav li a:hover span {
	color:#989898;
	text-decoration:none;
}



/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/
#mainImg {
	background: #fff url(../img/mainImg_bg.png);
	height: 300px;
}

#imgArea {
	width: 960px;
	margin: 0 auto;
}



/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 960px;
	margin: 20px auto 0 auto;
	padding-bottom: 60px;
	text-align: left;
}

#contents .pageTop {
	clear: both;
	text-align: right;
}


/*----------------------------------------------------
	.contentsBox
----------------------------------------------------*/
.contentsBox {
	margin: 0 0 20px 0;
	min-height:1px;
}

.contentsBox .box {
	width: 290px;
	height: 60px;
	float: left;
	border: solid #CCC 1px;
	margin-right: 11px;
	padding: 10px;
}

.contentsBox .box h3 {
	font-size: 13px;
	margin: 0 0 10px 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.contentsBox .box p {
	font-size: 11px;
	font-weight: normal;
}


/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main {
	float: left;
	width: 700px;
}

#main h3{
	font-size: 16px;
	font-weight: normal;
	width: 700px;
	height: 30px;
	background: url(../img/bg-h3.png) no-repeat;
	padding: 9px 0 0 32px;
}

#main .section{
	margin: 0 0 20px 0;
	padding: 10px 0;
}

#main .section p {
	font-size: 13px;
	margin: 0 5px 10px 5px;
	padding: 0 0 0 0;
	line-height: 20px;
	text-align: justify;
}

#main .cate_page {
	
}

#main .cate_page .main {
	margin: 0 0 30px 0;
	padding: 0 5px;
}

#main .cate_page h4 {
	font-size: 16px;
	font-weight: normal;
	width: 700px;
	height: 30px;
	margin: 0 0 0 0;
	padding: 10px 0 0 32px;
	background: url(../img/bg-h4.png) no-repeat;
}

#main .cate_page .main {
	border: 1px solid #CCC;
	border-top: none;
	margin: 0 0 0 0;
	padding: 10px;
}

#main .cate_page .main p {
	font-size: 13px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: justify;
}

#main .cate_page .main p a {
	text-decoration: underline;
}

#main .cate_page .main p a:hover {
	text-decoration: none;
}



/* -----------------------------------------------------------
	#jo_link_list
----------------------------------------------------------- */
#main #jo_link_list {
	margin: 80px 0 80px 0;
}

#main #jo_link_list h4 {
	font-weight: normal;
	font-size: 15px;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	border-bottom: 2px solid #CCC;
	color: black;
	line-height: 30px;
	background-image: none;
}

#main #jo_link_list p {
	font-size: 13px;
	margin: 0 0 5px 15px;
	list-style-type: square;
}

#main #jo_link_list a:link,
#main #jo_link_list a:visited {
	text-decoration: underline;
}

#main #jo_link_list a:hover {
	text-decoration: none;
}



/* -----------------------------------------------------------
	#sub
----------------------------------------------------------- */
#sub {
	float: right;
	width: 230px;
}

#sub h3{
	font-size: 14px;
	font-weight: normal;
	width: 230px;
	height: 35px;
	background: url(../img/bg-side-h3.png) no-repeat;
	margin:0;
	padding: 9px 0 0 32px;
}

#sub ul {
	margin: -10px 0 2px;
}

#sub ul li{
	list-style-type: none;
	padding: 5px 0 5px 8px;
	background: url(../img/list-arw.png) no-repeat;
	background-position:0% 49%;
	border-bottom: dashed #ccc 1px;
	margin: 5px 0 5px;
}

#sub .sectionBorder{
	font-size: 12px;
	margin: -5px 0 20px 0;
	padding: 10px 10px 10px 10px;
	border: solid #ccc 1px;
}

#sub .box {
	border-bottom: solid #CCC 1px;
	padding: 5px;
}

#sub .box-end {
	padding: 5px;
}


/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	clear: both;
	background: #ededed;
	padding: 15px 0 0 0;
}

#footer .copyright {
	color: #fff;
	background: #666;
	text-align: center;
	margin-top: 20px;
	padding: 15px 0 0 0;
	height: 30px;
}

#footerContents ul {
	text-align: center;
	padding: 10px 0 0 0;
}

#footerContents ul li {
	display: inline;
	border-right: solid 1px #999;
	padding: 0 10px 0 10px;
}

#footerContents ul li.end {
	display: inline;
	border: none;
	padding: 0 10px 0 10px;
}

#footerContents .box {
	width: 280px;
	float: left;
	border: none;
	margin-right: 10px;
	padding: 10px;
}

#footerContents {
	width: 960px;
	margin: 0 auto;
}
