@charset "UTF-8";

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #6A3908;
}
a:visited {
	color: #6A3908;
	text-decoration: underline;
}
a:hover {
	color: #6A3908;
	text-decoration: underline;
}
a:active {
	color: #6A3908;
}

body {
	color: #4C4C4C;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 80%;
	line-height: 1.6;
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#buttun {
	height: 80%;
	width: 900px;
	background-repeat: no-repeat;
	background-position: left top;
}
#buttun p {
	float: left;
	height: 80px;
	width: 200px;
}
#buttun dl {
	height: 80px;
	width: 140px;
	float: left;
}

#buttun dt {
	font-weight:bold;
	cursor:pointer;
	font-size:80%;
}

/* 帯バージョン（HTMLに class="end" を追加） */
#buttun dt.end {
}
/* end */

#buttun dt:hover {
}

#buttun dd {
	position:absolute;
	overflow:hidden;
	opacity:0;
	display: none;
	z-index: 200;
}

#buttun a {
	width:140px;
	display:block;
	height: 80px;
}
#main {
	background-image: url(../img/1_under.gif);
	background-position: left top;
	width: 900px;
	background-repeat: no-repeat;
	height: 450px;
	padding-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
#main ul li {
	line-height: 50px;
	font-size: 120%;
	list-style-type: none;
	background-image: url(../img/link30x30.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 35px;
	width: 400px;
	float: left;
}
#under_buttn {
	background-image: url(../img/1_200x50.gif);
}
#under_buttn ul {
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	margin-right: auto;
	width: 900px;
	display: block;
	margin-left: auto;
}
#under_buttn ul li {
	line-height: 50px;
	list-style-type: none;
	float: left;
	height: 50px;
	width: 128px;
	text-align: center;
	display: block;
}
#footer {
	float: none;
	background-image: url(../img/1_under_200x100.gif);
	height: 50px;
	width: auto;
	padding-top: 10px;
}
#footer ul li h1 {
	font-size: 80%;
	line-height: 20px;
	font-weight: normal;
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
}
#footer ul {
	height: 50px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer ul li {
	color: #FFF;
	list-style-type: none;
	line-height: 20px;
}
#footer ul li a {
	color: #FFF;
}
