@charset "utf-8";
html {
	height:100%;
	margin:0;
	padding:0;
}
body {
	background: url(../common/bk.jpg) repeat-x;
	height:100%;
	margin:0;
	padding:0;
	color:#666;
}
h1 {
	display: inline;
}
h2{
	display:inline;
}
p {
	margin:0;
	padding:0;
}
a:link {
	color:#666;
	text-decoration:underline;
}
a:visited {
	color:#999;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
#wrapper {
	margin-top:10px;
	min-height: 100%;
	height: auto;
	background-image:url(../common/bk-2.jpg);
	background-repeat:repeat-y;
	background-position:center top;
}
#waku{
	width: 100%;
	min-height: 100%;
	height: 100%;
	background-image:url(../common/bk-2.jpg);
	background-repeat:repeat-y;
	background-position:center top;
}
#main {
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding-bottom:0px;
	background-color:#fff;
}
/*ヘッター*/
#heder {
	padding: 0 10px;
	width: 930px;
	height:344px;
}
#heder img {
	vertical-align:top;
}
#heder ul {
	margin: 0;
	padding:0;
}
#heder li {
	list-style:none;
	display:block;
	float:left;
}
/*中身*/
#content{
	clear:both;
	width:930px;
	height:100%;
	padding: 0 10px;
	background-color:#fff;
}
#naka {
	width: 615px;
	margin-right:14px;
	float:left;
	background-color:#fff;
	font: 100%/1.8 sans-serif;
	padding-bottom:40px;
}
#naka h3{
	font: 110%/1.8 sans-serif;
}
.shin {
	width:615px;
	height:50px;
	border-bottom: 1px solid #004101;
	margin-bottom:12px;
}
#naka ul {
	margin: 0;
	padding:0;
}
#naka ul li {
	margin:0;
	padding-left:22px;
	font: 100%/1.8 sans-serif;
}
#naka li {
	list-style:none;
	background:url(../common/sankaku.gif) no-repeat left center;
	overflow: auto;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
}
.t-area{
	padding-bottom:20px
}
#gard {
	background:url(../common/h-03.jpg) no-repeat left;	
}
#gard2 {
	background:url(../common/h-04.jpg) no-repeat left;	
}
/*メニュー*/
#menu {
	width:301px;
	height:auto;
	float:left;
	margin: 0;
	padding:0;
	background-color:#fff;
}
.m01 {
	width:301px;
	padding-bottom:2px;
}
.m02 {
	width:301px;
	padding-bottom:14px;
}
.m03 {
	width:301px;
	padding-bottom:2px;
}
.b01 {
	width:301px;
	padding-bottom:2px;
}
.b02 {
	width:301px;
	padding-bottom:12px;
}
/*コンタクトリンクバナー*/
.b03{
	padding-bottom:30px;
}
/*フッター*/	
#footer {
	clear:both;
	background: #000;
	color: #FFF;
	width: 100%;
	height:36px;
	font-size:75%;
	text-align:center;
	padding-top:15px;
}
