@charset "UTF-8";
/* CSS Document */

#container{
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*ヘッダー*/
#header{
	background-image: url(../common/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 65px;
	width: 960px;
	position: relative;
}
#header h1,#header2 h1{
	font-size: 9px;
	font-weight: normal;
	position: absolute;
	height: 10px;
	width: 280px;
	top: 3px;
	color: #999;
	right: 10px;
}
#header h1 a,#header2 h1 a{
	color: #999;
	text-decoration: none;
}
#header h2,#header2 h2{
	position: absolute;
	height: 45px;
	width: 104px;
	left: 20px;
	top: 10px;
}
#header2{
	background-image: url(../common/header02_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	width: 960px;
	position: relative;
	}
#menu{
	height: 36px;
	width: 700px;
	position: absolute;
	top: 20px;
	right: 20px;
	background-image: url(../common/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu ul{
	list-style-type: none;
	margin-left: 30px;
}
#menu li{
	font-size: 12px;
	float: left;
}

/*フッター*/
#footer{
	background-color: #A1A1A1;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
}
#sitemap{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 95px;
	margin-bottom: 10px;
}
#sitemap h4{
	color: #900;
	font-size: 15px;
	line-height: 1.5;
	margin-left: 15px;
	margin-bottom: 5px;
}
#sitemap_L{
	position: absolute;
	height: 95px;
	width: 285px;
	left: 0px;
	top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#sitemap_C{
	position: absolute;
	height: 95px;
	width: 330px;
	left: 285px;
	top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#sitemap_C dl{
	width: 170px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #FFF;
}
#sitemap_C dt{}
#sitemap_C dd{}
#sitemap_R{
	position: absolute;
	height: 95px;
	width: 345px;
	top: 0px;
	right: 0px;
}
#sitemap_R p{
	font-size: 12px;
	line-height: 1.4;
	color: #FFF;
	margin-left: 10px;
}
#sitemap_R p a{
	color: #FFF;
	text-decoration: none;
}
.leftbox{
	width: 125px;
	float: left;
	margin-left: 15px;
}
.leftbox02{
	width: 153px;
	float: left;
	margin-left: 15px;
}
.leftbox ul,.leftbox02 ul{
	list-style-type: none;
	overflow: hidden;
	zoom: 1;
}
.leftbox li,.leftbox02 li{
	font-size: 12px;
	line-height: 1.4;
	color: #FFF;
}
.leftbox li a,.leftbox02 li a{
	color: #FFF;
	text-decoration: none;
}
.leftbox li a:hover,.leftbox02 li a:hover{
	list-style-type: none;
	text-decoration: underline;
}
.leftbox p{
	width: 300px;
	margin-left: 10px;
	}
#f_column{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#f_column p{
	font-size: 9px;
	line-height: 1.7;
	color: #FFF;
	text-align: center;
	}
.arrow{
	background-image: url(../common/footer_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}
address {
	font-size: 9px;
	color: #FFF;
	font-style: normal;
	text-align: center;
	line-height: 1.7;
}
