@charset "utf-8";
/* CSS Document */
/* 共通CSS */
@import "base.css";

li {
	list-style-type:none;
}

a {
	color:#666666;
	text-decoration: none;
}
a:link {
	color:#666666;
	text-decoration: none;
}
a:hover {
	color:#A99158;
	text-decoration: underline;
}
a:active {
	color:#333333;
	text-decoration: none;
}
p {
}
/*--フロートクリア--*/

.clear {
	clear:both;
}
/*--フロート右へ--*/

.img_r {
	float:right;
}
/*--フロート左へ--*/

.img_l {
	float:left;
}
/*--コンテナー--*/
#container {
	width:850px;
	margin:0 auto;
	text-align:left;
	padding: 0px 0px 0px 0px;
}
/*--ヘッダー--*/
#header {
	width: 850px;
	float: left;
	padding-top: 3%;
}
#header #headlogo {
	float:left;
	width: 285px;
}
#header #subnavi {
	width: 241px;
	float: right;
}
#header #subnavi ul {
	float:left;
}
#header #subnavi ul li {
	float:left;
}
#header #subnavi p {
	float:right;
	width: auto;
}
/*--メインボタン--*/
#gnavi { 
	float:left;
	width: 850px;
}
#gnavi li {
	float:left;
}
/*--サブコンテンツ--*/
#subcontents{
	float:left;
	width: 850px;
	background-image: url(../images/subcontents_head.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
}
.subcontents{
	float:left;
	width: 810px;
	background-image: url(../images/subcontents_backimage.gif);
	background-repeat: repeat-y;
	padding: 15px 20px 0px 20px;
}
.subcontents h2{margin-bottom:15px;}
.subcontents .contactarea{
	text-align:center;
	padding-top: 30px;
}
.subcontents .contactarea p{
	margin-bottom:30px;
}
/*--パンくず--*/
#pagenav {padding:20px 25px;}
#pagenav li{
	float:left;
	font-size: 12px;
	margin-right:20px;
	color: #666;
}
#pagenav li a{
	background-image:url(../images/pagenav_icon.gif);
	background-repeat: no-repeat;
	color:#0397FF;
	padding-right: 30px;
	background-position: 100% 40%;
}
/*--ページのトップへ--*/
.pagetop{
	float:left;
	width: 810px;
	text-align: right;
	background-image: url(../images/subcontents_foot.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 20px;
}

/*--フッター--*/
#footer {
	width: 850px;
	margin-top: 15px;
	background-image: url(../images/foot_backimage.gif);
	height: 27px;
	float: left;
}
#footer #foot_right {
	float: right;
	width: 320px;
	padding: 8px 10px 0 0;
}
#footer #foot_left {
	float: left;
	width: 500px;
	padding: 8px 0 0 10px;
}
#footer #foot_left ul {
	float:left;
	width: 450px;
}
#footer #foot_left ul li {
	float: left;
}
#footer #foot_right p {
	text-align: right;
	font-size: 10px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
