@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
	font-weight: normal;
}
html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 13px;
	height: 100%;
	line-height: 1.4;
	color: #717171;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1.0em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
	font-weight: normal;
}
img {
	vertical-align: bottom;
	border: 0;
}
li {
	list-style-type: none;
}
a {
	color: #1e6c2b;
	text-decoration: underline;
}
a:hover {
	color: #4eae5e;
	text-decoration: none;
}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
/******************************************************clearfix*/
.clearfix:after {
	content: " ";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/******************************************************各パーツ*/

#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 270px;
	position: relative;
}
#header h1 {
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 20px;
	position:relative;
	z-index:0;
}
#header h2 {
	width: 301px;
	float: left;
	margin: 0 0 55px 20px;
	position:relative;
	z-index:0;
}
#header .contact {
	float: right;
	width: 299px;
	margin: 0 20px 55px 20px;
	position:relative;
	z-index:0;
}
#header nav {
	clear: both;
	padding: 0 0 0 2px;
	position:relative;
	z-index:0;
}
#header nav ul {
	float: none;
	width: auto;
}
#header nav ul li {
	float: left;
}
#header .balloon {
	position: absolute;
	right: 2px;
	top: 50px;
}
#side {
	width: 280px;
	float: right;
	margin: 0 0 60px;
}
#side h3 {
	margin: 0 0 18px;
}
#side .box {
	margin: 0 0 15px;
	border: 1px solid #e1e1e1;
	padding: 10px;
}
#side .menu a {
	color: #717171;
	text-decoration: none;
}
#side .menu a:hover {
	color: #717171;
	text-decoration: underline;
}
#side .menu ul {
	margin: 0 0 20px 13px;
}
#side .menu ul.clearfix li {
	background:url(../images/nav_i3.png) no-repeat 0 3px;
	padding: 0 0 3px 15px;
}

#side .bnr ul {
	margin: 0 0 20px 0;
	text-align: center;
}
#content {
	width: 620px;
	float: left;
	margin: 0 0 60px;
}
#content .left {
	width: 280px;
	float: left;
	margin: 0 60px 0 0;
}
#content .right {
	width: 280px;
	float: left;
}
#content img{
	max-width: 620px;
}
#content h3 {
	margin: 0 0 18px;
}
#footer {
	clear: both;
	border-top: 1px solid #c6c6c6;
	padding: 20px 0 0 0;
}
#footer a {
	color: #717171;
	text-decoration: none;
}
#footer a:hover {
	color: #717171;
	text-decoration: underline;
}
#footer h3 {
	margin: 0 0 5px;
}
#footer table {
	width: 960px;
	border-bottom: 1px solid #c6c6c6;
}
#footer td {
	padding: 0 0 20px 0;
	vertical-align: top !important;
	table-layout: fixed;  
}
#footer .clearfix {
	padding: 20px 0 0 0;
}
#footer .clearfix li {
	float: left;
	background:url(../images/nav_i3.png) no-repeat 0 3px;
	padding: 0 10px 3px 12px;
	width: 200px;
}
address {
	text-align:center;
	font-weight: bold;
	color: #000;
	font-size: 11px;
	font-style: normal;
	padding: 15px 0 5px;
}

#path {
	padding: 5px 0 20px;
}
#path li {
	float: left;
	font-size: 11px;
	margin: 0 5px 0 0;
}
#slideshow {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 960px;
	height: 270px;
	overflow: hidden;
	z-index: 0;
}
#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
}
#slideshow img:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.imgl{
	padding-top:15px;
	float:left;
}

.imgr{
	padding-top:15px;
	float:right;
}
.imgrsw	{
	float:right;
}