@charset "utf-8";
/* CSS Document */

/* 全体
-------------------------------*/
img{
	vertical-align:top;
}
a{
	color:#333333;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
#wrapper{
	width:100%;
}
#container{
	margin:0 auto;
	width:1000px;
}

/* 左カラム
-------------------------------*/
#left_column{
	width:180px;
	float:left;
	position:relative;
}
.top #left_column{
	position:absolute;
}
#left_column #side_wrap{
	width:180px;
}
#left_column #side_contact{
	margin:30px 10px 0px 0px;
	background:#ffffff;
}
#left_column #side_contact a{
	display:block;
	text-align:center;
	margin-bottom:15px;
}


/* 右カラム
-------------------------------*/
#right_column{
	padding-top:0px;
	width:800px;
	float:right;
	margin-bottom:10px;
}
#contents{
	padding:20px;
}
#contents h3{
	border-bottom:solid 1px #333333;
	margin-bottom:10px;
	font-weight:normal;
}
#contents h3 span{
	border-left:solid 3px #333333;
	display:block;
	font-size:22px;
	padding-left:10px;
	line-height:24px;
	margin-bottom:5px;
}
#contents h4{
	color:#39900e;
	background:url(../images/common/h4_line.gif) bottom left no-repeat;
	font-size:18px;
	padding:0 15px 5px;
	margin-bottom:10px;
	font-weight:bold;
	width:100%;
	display:block;
}

#contents .read{
	font-size:26px;
	color:#39900e;
	font-weight:bold;
	text-align: center;
	padding-bottom:10px;
}
#contents .readsub{
	font-size:16px;
	color:#39900e;
	font-weight:bold;
	text-align: left;
	padding:0px 50px;
}
#contents .section_ttl{
	margin-top:50px;
}
#contents .section{
	margin-bottom:20px;
}
#contents .section p{
	margin-bottom: 0em;
	padding: 0 15px;
	line-height:1.8em;
}
#contents .section_place{
	margin-bottom:20px;
}
#contents .section_place p{
	margin-bottom: 0em;
	padding: 0 15px;
	font-size:16px;
	line-height:1.5em;
}
#contents .indent_f p{
	margin-bottom: 0em;
	text-indent: 1em;
	padding-left: 1em;
	line-height:1.6;
}
#contents .indent_b p{
	margin-bottom:2em;
	text-indent: -1em;
	padding-left: 3em;
	line-height:1.6;
}
#contents .indent_add p{
	margin-bottom: 0em;
	text-indent: 6em;
	line-height:1.6;
}
#contents .indent_ap p{
	margin-bottom:0em;
	text-indent: -1em;
	padding-left: 2em;
	line-height:1.6;
}
#contents .indent_ap_e p{
	margin-bottom:2em;
	text-indent: -1em;
	padding-left: 2em;
	line-height:1.6;
}
#contents .attention {
	padding:5px;
	border-color:#990000;
	border-width:1px;
	border-style:solid;
	height:40px;
	width:750px;
	background:#FEC6C6;
	margin-bottom:2em;
}
#contents .labo {
	padding:5px;
	margin-left:2em;
	margin-bottom:1em;
}
#contents .section > ul{
	overflow:hidden;
	margin:0 15px 1.5em;
}
#contents .section > ul li{
	display:inline-block;
	width:31%;
	margin-bottom:1em;
	float:left;
}
div.page_ttl{
	margin-bottom:0px;
}


/* footer
-------------------------------*/
#footer{
	margin: 0 10px;
	min-width:540px;
	width:100%;
	position:relative;
	clear:both;
}
#footer .nav{
	text-align:right;
	margin-bottom:10px;
}
#footer .pagetop{
	width:59px;
	position:fixed;
	right:20px;
}
#footer .pagetop a{
	position:relative
}
#footer #copyright{
	text-align:right;
	font-weight:bold;
	font-size:12px;
}