@charset "utf-8";

/*--------------------------------------------------------------------
common
css初期化
--------------------------------------------------------------------*/
html, body {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}
/*--------------------------------------------------------------------*/
/*タグの基本設定*/
/*--------------------------------------------------------------------*/
body {
	background: #fff;
	line-height: 1.4;
	letter-spacing: 0.06em;
	overflow: scroll;
	font-size: small;
	color: #fff;
	background: url(../img/top_img_wood4.jpg)repeat;
}

/*クローム用*/
body:first-of-type {
	padding: 0 0 0 1px;
}

/*IE6・7用*/
*body {
	overflow: auto;
	padding: 0 0 0 1px;
}

a {
	text-decoration: none;
	outline: none;
	color: #333333;
}

a:hover{
	text-decoration: underline;
	color: #666666;
}

a:hover img{
	filter: alpha(opacity=80); 
	-moz-opacity: 0.80;
	opacity: 0.80;
}

/*--------------------------------------------------------------------
Container
--------------------------------------------------------------------*/
div#Container {
	width: 960px;
	padding: 30px 0;
	margin: 0 auto;

}
.frame {
display: inline-block;
	width: 945px;
	height:200px;
box-shadow: 10px 15px 5px 5px rgba(20, 0, 0, 10.8);
	margin: 0 0 35px 0;
}

/*--------------------------------------------------------------------
h1
--------------------------------------------------------------------*/
h1 {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
}

/*--------------------------------------------------------------------
Contents
--------------------------------------------------------------------*/

div#Contents {
	width: 950px;
	margin: 0 auto;
	padding: 0px 0;
	overflow: hidden;
}

div#Contents:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
}

/*--------------------------------------------------------------------
Main
--------------------------------------------------------------------*/
div#Main {
	width: 700px;
	float: left;
	margin: 1px 0 0 0;
}

div#Main h2 {
	font-size: 105%;
	font-weight: bold;
	color: #000;
}

div#Main div#PortImg {
	margin: 10px auto 0 auto;
	text-align: center;
}

div#Main p {
	margin: 10px auto 0 auto;
}

div#Main table {
	width: 80%;
	margin: 10px auto 0 auto;
	border-collapse: collapse;
	border: 0 none;
}

div#Main table tr th {
	width: 25%;
	padding: 5px 10px;
	background: #000;
	border: 1px solid #fff;
	text-align: left;
	vertical-align: top;
	color: #fff;
}

div#Main table tr td {
	width: 75%;
	padding: 5px 10px;
	border: 1px solid #fff;
	text-align: left;
	vertical-align: top;
}

div#Main table tr td ul {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

div#Main table tr td ol {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

/*--------------------------------------------------------------------
TopMenu
--------------------------------------------------------------------*/
div#TopMenu {
	width: 240px;
	float: right;
}

div#TopMenu ul:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
}

div#TopMenu ul li {
	list-style: none;
	border:0px dotted #000;
	width: 235px;
	margin: 70px 0px 10px -5px;
	float: left;
}

div#TopMenu ul li a {
	display: block;
	width: 235px;
	height: 55px;
	background-position: left top;
}
div#TopMenu ul li#nav01 a {
	background-image: url(../img/top04.gif)
}
div#TopMenu ul li#nav02 a {
	background-image: url(../img/nagakute8.gif)
}
div#TopMenu ul li#nav03 a {
	background-image: url(../img/choco8.gif)
}
div#TopMenu ul li#nav04 a {
	background-image: url(../img/fusuma8.gif)
}
div#TopMenu ul li a:hover {
	background-position: left bottom;
}
.frame2 {
display: inline-block;
	width: 235px;
	height:55px;
box-shadow: 5px 15px 5px 5px rgba(20, 0, 0, 10.8);
border-radius: 18px;
}
/*--------------------------------------------------------------------
address
--------------------------------------------------------------------*/
address {
	clear: both;
	text-align: center;
	color: #fff;
	margin: 10px 250px 0px 0px;

}