@charset "UTF-8";

/* =======================================

	Structure CSS

========================================== */

html, body {
	color: #000000;
}

body {
	border-top:#008067 2px solid;
	
}

#document {
	width:100%;
}

#header,
ul#globalnavi,
#mainVisual {
}




#mainVisual {
	width:960px;
	margin:0 auto;
}

#mainVisual_e {
	width:900px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
}

#mainVisual_c {
	width:900px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
}

#mainVisual_c h2 img{
}

#mainVisual_c h2 p{
	position:absolute;
	top: 55px;
	left: 30px;
	color: #fff;
	font-size: 18px;
}

#navigation {
	float: left;
	display: inline;
	width: 200px;
	margin:10px 0 0 30px;
}

#footer {
	clear: both;
}





/* accessible navigation
==================================================*/
.accessibleNavi{
	height:1px;
	width:1px;
	overflow:hidden;
	position:absolute;
	right:0px;
	top:0px;
	z-index:999;
	}
.accessibleNavi p{padding:0px; margin:0px;}
#contentHeadBtm {clear:both;font-size:1px;line-height:0px;height:1px;width:1px;}


.clear {
	clear: both;
}


.info_box1 {
	width:660px;
	border-bottom:#333 1px dotted;
	padding-bottom:10px;
}

.section_left {
	width:330px;
	padding-bottom:20px;
	float:left;
	display:inline;
}
.section_right {
	width:330px;
	padding-bottom:20px;
	float:left;
	display:inline;
}
.section_center {
	width:660px;
	padding-bottom:20px;
	float:left;
	display:inline;
}

.section_txt {
	width:660px;
	padding-bottom:20px;
	line-height:1.8;
}

.section_entry {
	width:660px;
	padding-bottom:30px;
	line-height:1.8;
}

.section_entry_main {
	width:630px;
	padding-bottom:30px;
	line-height:1.8;
	padding-left: 30px;
}

.section_imgbox {
	padding:30px 0 0 0;
	width:500px;
	margin:0 auto;
	text-align:center;
}



.gry_box {
	width:660px;
	background-color:#F3F3F3;
	height:40px;
	margin-bottom:20px;
}


ul#info_cat {
	padding:5px 0 5px 5px;
}

ul#info_cat:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

ul#info_cat li {
	float: left;
	display: inline;
	padding-right:8px;
}


ul#info_cat li.item05 {
	padding:0;
}

ul#info_cat li a {
	display: block;
	background: #FFF url(../../images/base/cat_bg_01.jpg) no-repeat;
}

ul#info_cat li.item01 a {background-position:  0 0;}
ul#info_cat li.item02 a {background-position: -128px 0;}
ul#info_cat li.item03 a {background-position: -256px 0;}
ul#info_cat li.item04 a {background-position: -384px 0;}
ul#info_cat li.item05 a {background-position: -512px 0;}

ul#info_cat li a:hover {
	background-color: transparent;
}

ul#info_cat li a:hover img {
	visibility: hidden;
}

/* main_img
==================================================*/
#main_image{
	margin:20px 0 10px 0;
	}


/* img_photo
==================================================*/
#contents #img_photo {
	margin-top: 30px;
	margin-bottom: 30px;
}
#contents #img_photo2 {
	margin-top: 0px;
	margin-bottom: 30px;
}
#contents #img_photo .photo_l,#contents #img_photo2 .photo_l {
	float: left;
	margin-right: 20px;
}

.clear2 {
	clear:both;font-size:1px;line-height:0px;height:1px;width:1px; text-indent:-9999px;
}


/* =======================================

pagetop anchor

========================================== */

#pagetop {
	position: fixed;
	bottom: 5px;
	right: 0px;
	width: 20px;
	line-height: 1;
	background-color: #063;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#pagetop a {
	color: #FFF;
	text-decoration: none;
}