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

body {
	min-width: 960px;
	width: 960px;
	width: auto !important;
	color:#3C3232;
}
.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}
ul, ol dl {
	display:block;
	padding:0px;
	margin:0px;
	list-style-type:none;
}
dd {
	margin: 0px;
}
#wrapper {
}
#container {
	background:url(../img/bg_body.png);
	line-height:1em;
}
a {
	text-decoration:none;
	color:#3C3232;
}
a:hover {
	text-decoration:none;
	color:#B45064;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#page-top {
	position: fixed;
	bottom: -30px;
	right: 20px;
}
#page-top a {
	display:block;
	background:#8C6239;
	color:#FFF;
	font-size:10px;
	text-align:center;
	width:60px;
	height:60px;
	line-height:60px;
	border-radius: 30px;        /* CSS3草案 */  
  -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 30px;   /* Firefox用 */
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#page-top a:before {
	display: block;
	content: "";
	position: absolute;
	top: 15px;
	left: 27px;
	width: 3px;
	height: 3px;
	margin: -3px 0 0 0;
	border-top: solid 2px #FFF;
	border-left: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
  	      transform: rotate(45deg);
}
/* =========== HEADER =========== */

header {
	background:url(../img/bg_header.jpg) repeat-x;
	height:170px;
}
header #inner {
	background:url(../img/bg_head.jpg) no-repeat top center;
	width:1000px;
	height:170px;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
}
header #inner h1#logo {
	display:block;
	float:left;
	margin:20px 0px 20px 30px;
	padding:0px;
}
header #inner h2 {
	display:block;
	float:right;
	text-align:right;
	font-size:12px;
	font-weight:normal;
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height:30px;
}
/*header #inner ul {
	float:right;
	font-size:11px;
	line-height:30px;
}
header #inner ul li {
	float:left;
	margin:0px;
}
header #inner ul li:after {
	content:"｜";
}
header #inner ul li:last-child:after {
	content:"";
}*/

/* =========== NAVI =========== */

header nav {
	clear:both;
	display:block;
	width:940px;
	height:50px;
	margin:0px auto;
	padding:0px;
}
header nav ul {
	display:block;
	padding:0px;
	margin:0px;
}
header nav ul li {
	float:left;
	background:#FFF;
}

/* =========== CONTENTS =========== */

#contents {
	width:940px;
	margin:15px auto 30px;
	padding:0px;
}

/* =========== MAIN =========== */

#home #main {
	float:left;
	width:700px;
	margin:0px 20px 0px 0px;
	padding:0px;
}

#main a {
	text-decoration:none;
	color:#5A9632;
}
#main a:hover {
	text-decoration:none;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#main section {
	overflow:hidden;
}
#main section h1 {
	display:block;
	background:url(../img/tit.png) no-repeat;
	height:35px;
	line-height:35px;
	font-size:16px;
	color:#FFF;
	padding:5px 10px 0px 20px;
	margin: 0px 0px 20px 0px;
}

/* =========== SIDE =========== */

#side {
	width:220px;
	float:left;
	margin:0px;
	padding:0px;
}
#side #bn {
	margin-bottom:10px;
}
#side #bn ul {
}
#side #bn ul li {
	margin-bottom:5px;
}
#side #bn ul li a {
	display:block;
	font-size:13px;
	color:#FFF;
	text-align:center;
	background:#70BDD9;
	padding:8px 0px 8px 0px;
	line-height:20px;
	border-radius: 6px;        /* CSS3草案 */  
  -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 6px;   /* Firefox用 */
}
#side #bn ul li:last-child {
	margin-bottom:0px;
}
#side #bn ul li a span {
	font-size:16px;
}
#side #bn ul li a span.txt {
	font-size:16px;
	letter-spacing:-0.1em;
}
#side #bn ul li:first-child a {
	background:#EA7E5E;
	padding:15px 0px 15px 0px;
}
#side #bn ul li:last-child a {
	background:#5EB310;
}
#side #bn ul li.bn_02 a {
	background:#1B4EB4;
}
#side #bn ul li.bn_03 a {
	background:#FF9900;
}
#side #bn ul li.bn_04 a {
	background:#70BDD9;
}
#side #bn ul li.bn_last a {
	background:#5EB310;
}

#side #contact {
	border:#E6E6E6 5px solid;
	padding: 0px 0px 5px 0px;
	background:#FFF;
	margin-bottom:0px;
}
#side #contact .contact_tit {
	display:block;
	height:20px;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:5px 0px 0px 0px;
}
#side #contact .time {
	text-align:left;
	font-size:13px;
	padding: 5px 10px 0px 10px;
	margin:0px;
	border-top:#E6E6E6 1px solid;
}
#side #contact .time span {
	font-size:11px;
}
#side #contact .tel,
#side #contact .btn {
	width:190px;
	margin:10px auto 5px;;
	padding:0px;
}
#side #contact .btn a {
	display:block;
	background:#5EB310;
	text-align:center;
	padding: 12px 0px 8px 0px;
	line-height:20px;
	color:#FFF;
	font-size:14px;
}


#side #info .info_tit {
	display:block;
	background:url(../img/side/tit_info.png) no-repeat top left;
	height:35px;
	line-height:35px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 0px 10px;
}
#side #info dl {
	display:block;
	overflow:auto;
	padding:0px 5px;
	margin:0px;
	min-height:200px;
}
#side #info dl dt {
	font-weight:bold;
	font-size:10px;
	padding: 5px 5px 2px 5px;
}
#side #info dl dd {
	display:block;
	border-bottom:#E6E6E6 1px solid;
	font-size:12px;
}
#side #info dl dd a {
	display:block;
	padding:5px 10px 5px 10px;
}
#side #info dl dd:last-child {
	border-bottom:none;
}






/* =========== FOOTER =========== */

footer {
	background:url(../img/bg_foot.png) repeat-x top;
	padding-top:36px;
	font-size:12px;
}
footer #inner {
	width:940px;
	margin:0px auto 0px;
	padding:10px;
	overflow:hidden;
}
footer #inner address {
	font-style: normal;
}
footer #inner address dl {
	margin:0px;
}
footer #inner address dl dt {
}
footer #inner address dl dd {
}
