@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
	margin:0;
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	border-top:6px solid #90C875;
	font-size: 0.8em;
}

br {
   letter-spacing:normal;
}

a {
	color:#71AB47;
	text-decoration:none;
}

a:hover {
   color:#C94C00;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#headWrap {
	position:relative;
	width:100%;
	background-color: #fff;
	background-image: url(../images/common/head_bg.jpg);
	background-repeat: repeat-x;
	height: 140px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	position:relative;
	width:960px;
	margin:0 auto;
}

#pr {
	position:absolute;
	left:0;
	top:0;
	width:787px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#gnavi {
	position:absolute;
	bottom:64px;
	right:0px;
}

#menu {
	width:100%;
	float:left;
	background-image: url(../images/common/navi_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 44px;
}

#icatch {
	width:960px;
	margin-right: auto;
	margin-left: auto;
}


#contents {
	clear:both;
	width:960px;
	margin:0 auto;
	padding:10px;
	background:#fff;
}

#main {
	float:left;
	width:660px;
}

#sub {
	float:left;
	width:265px;
}

#pageTop {
   clear:both;
}

#footMenu {
	width:980px;
	margin:0 auto;
}

#footer {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #79B34F;
	background-color: #EBEADD;
	background-image: url(../images/common/fd_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 100%;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
	padding-top:40px;
}

#header h1 a {
   color:#9B0000;
}

#header h1 a:hover {
   color:#D30000;
}

#header #pr p {
   margin:0;
   font-size:11px;
}

#header #gnavi ul {
   list-style:none;
}

#header #gnavi li {
	float:left;
}

#header #gnavi li a {
   display:block;
}

#header #gnavi .tel {
   color:#C94C00;
   font-size:24px;
   font-weight:bold;
   letter-spacing:-1px;
   line-height:1.0;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
	width:960px;
	margin:0 auto;
	padding:0;
}

#menu li {
	float:left;
	list-style-type:none;
}

#menu li a {
	display:block;
	color:#5A482B;
	line-height:60px;
}

#menu li.home a {

}

#menu li a:hover {
	z-index:100;
}


/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
   margin-bottom:10px;
   font-size:11px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
	color:#03C;
}

#main a:hover {
   color:#C94C00;
   text-decoration:underline;
}

#main h2 {
	margin-bottom:8px;
	line-height:35px;
	background-image: url(../images/common/mtitle_bg.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 660px;
	color: #88C05D;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

#main h3 {
	margin-bottom:10px;
	border-bottom:1px solid #999;
	padding-left: 10px;
}

#main h4 {
	margin-bottom:2px;
	color: #67B048;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#main h5 {
   margin-bottom:2px;
   font-size:12px;
   border-bottom:1px solid #5A482B;
}

#main h6 {
   margin-bottom:2px;
   font-size:12px;
}

#main p {
	margin:0 0 1em 0;
}

#main ul,ol,dl {
	list-style-type: none;

}

#main ul {
	margin:5px 5px 0 5px;
	padding:0;
}

#main li {
	padding:5px 5px 5px 0;
	line-height:1.4;
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#main li a {
   display:block;
   padding-left:12px;
   background:url("../images/bg_list.gif") 0 6px no-repeat;
}


#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:5px 0;
   padding:0 0 0.5em 8em;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}



/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
	margin-bottom:10px;
	background-color: #FFF;
}

#sub h2 {
	background-image: url(../images/common/stitle_bg.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 265px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #88C05D;
	font-size: 110%;
}

#sub ul {
	margin:5px 5px 0 5px;
	padding:0;
}

#sub li {
	padding:5px 5px 5px 0;
	line-height:1.4;
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#sub li a {
   display:block;
   padding-left:12px;
   background:url("../images/bg_list.gif") 0 6px no-repeat;
}


/* ========PAGEOP CUSTOMIZE========= */
#pageTop {
   padding:20px 0;
   text-align:right;
   font-size:11px;
}

#pageTop a {
   padding-left:8px;
   background-color: #FC0;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu .section {
	float:left;
	width:220px;
	margin-right:15px;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#footMenu h3 {
   font-size:12px;
   border-bottom:1px dotted #999;
}

#footMenu ul {
   margin:0;
   padding:0;
}

#footMenu li {
   margin:0;
   padding:0;
   list-style:none;
}

#footMenu li a {
   padding-left:10px;
   font-size:11px;
   background:url(../images/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
	clear:both;
	padding:10px 0;
	font-style:normal;
	font-size:11px;
	text-align:center;
	color: #FFF;
	background-color: #000;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
	font-size:11px;
	font-style:normal;
	text-align:center;
	color: #FFF;
	background-color: #5A8639;
	padding: 5px;
	clear: both;
}
#gnavit {
	position:absolute;
	bottom:-10px;
	right:0px;
}
#header #gnaviｔ ul {
	list-style:none;
}
#header #gnavit li {
	float:left;
	list-style-type: none;
	padding-right: 5px;
}
#header #gnavit li a {
	display:block;
}
#gnavitel {
	position:absolute;
	bottom:5px;
	right:0px;
}
#icatchbg {
	width:100%;
	background-image: url(../images/common/main_bgm.jpg);
	background-repeat: repeat-x;
	height: 167px;
	margin-bottom: 10px;
	background-position: 0px 0px;
	float: left;
}
#icatchbg3 {
	width:100%;
	background-image: url(../images/common/main_bgd.jpg);
	background-repeat: repeat-x;
	height: 167px;
	margin-bottom: 10px;
	background-position: 0px 0px;
	float: left;
}

#icatchbg2 {
	width:100%;
	background-image: url(../images/common/main_bgg.jpg);
	background-repeat: repeat-x;
	height: 167px;
	margin-bottom: 10px;
	background-position: 0px 0px;
	float: left;
}


.imgcaption	{
	font-size: 0.875em;
	float: left;
	width: 205px;
	margin-right:5px;
	margin-bottom: 20px;
	padding: 5px;
	text-align: center;
}
.captiontext {
	width: 210px;
	text-align: left;
	padding-left: 10px;
}


.imgcaption img	{
	margin-bottom: 5px;
}

.imgcaption p	{
	margin: 0;
	text-align: center;
}
.imgcaptionr {
	text-align: center;
	font-size: 0.875em;
	float: left;
	width: 205px;
	margin-bottom: 20px;
	padding: 5px;
}
.imgcaptionr img {
	margin-bottom: 5px;
}
.imgcaptionr p {
	margin: 0;
	text-align: center;
}
#newbox {
	float: left;
	width: 705px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#timebox {
	float: left;
	width: 705px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.imglist {
	margin-top: 10px;
	float: left;
	width: 660px;
}
.mblock {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 660px;
}
.leftbox {
	float: left;
	width: 206px;
	margin-right: 10px;
}
.rightbox {
	float: left;
	width: 440px;
}
table {
	background: #ffffff;
	border-collapse: collapse;
	width: 350px;
	color:#333333;
} 
table th.t_top {
	border-bottom: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-right:#cccccc 1px solid;
	text-align: center;
	padding:10px;
	color:#ffffff;
	background-color: #4F81BD;
	background-image: url(../images/common/bg_header.jpg);
} 
table td.t_line01 {
	padding: 10px;
	background-color: #D0D8E8;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #CCC;
}
table td.t_line02 {
	border-bottom:#cccccc 1px solid;
	border-right:#cccccc 1px solid;
	text-align: center;
	padding: 10px;
	background-color: #4F81BD;
	background-repeat: no-repeat;
	color: #FFF;
}
table td.t_line03 {
	padding: 10px;
	background-color: #E9EDF4;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #CCC;
}
table td.t_line04 {
	padding: 1px;
}

table td.no_img{
	background-image:none;
}
.iright {
	text-align: right;
}

#subt {
	float:left;
	width:265px;
}



#subt .section {
	margin-bottom:10px;
	background-color: #FFF;
}

#subt h2 {
	background-image: url(../images/common/stitle_bg.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 265px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #88C05D;
	font-size: 110%;
}

#subt ul {
	padding:0;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
}

#subt li {
	list-style:none;
}

#subt li a {
	display:block;
	padding-bottom: 10px;
	width: 265px;
}
.leftp {
	text-align: left;
}
#subt .section2 {
	margin-bottom:10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 5px;
}
.tablebox {
	float: left;
	width: 660px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pdfb {
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
#nsub {
	float: left;
}
.rightp {
	text-align: right;
}
.leftboxC2 {
	float: left;
	width: 300px;
	margin-right: 5px;
}
.leftboxC3 {
	float: left;
	width: 320px;
	margin-right: 5px;
}
.leftboxC4 {
	float: left;
	width: 350px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 1px;
}



.rightboxC {
	float: left;
	width: 260px;
}
.rightboxC2 {
	float: left;
	width: 350px;
}
.rightboxC3 {
	float: left;
	width: 330px;
}
.rightboxC4 {
	float: left;
	width: 300px;
	margin-bottom: 10px;
}


.stafft {
	padding-top: 5px;
}
.stafft {
	padding-left: 10px;
}.doctext {
	padding-left: 10px;
	padding-right: 10px;
}
#side {
	float: left;
	width: 265px;
	padding-left: 30px;
}
leftboxC4 table {
	padding: 5px;
}
