@charset "utf-8";


/*--------------------------------------
トップページ設定
--------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	line-height: 210%;
	font-family: Meiryo, arial, clean, verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 78%;
	color: #333;
	text-align: center;
	background-image: url(../img/top-bg2.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#nav {
	width: 920px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 165px;
}
#top {
	width: 100%;
	background-image: url(../img/top-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top-img {
	width: 100%;
	background-image: url(../img/top-img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 210px;
}
#top-contents {
	width: 920px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#top-contents02 {
	width: 920px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	padding-top: 15px;
	clear: both;
}
#top-contents03 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../img/top-line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
}
#top-main {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
}
#top-main-L {
	width: 633px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0099FF;
	float: left;
	padding-top: 30px;
}
#top-main-R {
	width: 274px;
	padding-top: 30px;
	float: right;
}
#top-btn {
	width: 920px;
	text-align: right;
	clear: right;
	padding-bottom: 15px;
}
.top-menu {
	width: 920px;
}
.top-con {
	width: 140px;
	float: left;
	line-height: 160%;
	font-size: 12px;
}
.top-menu li{
	width: 140px;
	text-align: right;
	float: left;
}
.top-info-title{
	idth: 633px;
	background-image: url(../img/top09.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 16px;
	text-align: right;
	margin-bottom: 30px;
}
.top-info{
	width: 633px;
}
.top-info li{
	width: 633px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.top-info a:link,
.top-info a:visited,
.top-info a:active {
	color: #333;
	text-decoration: none;
	width: 450px;
	float: right;
}
.top-info a:hover {
	color: #999;
	text-decoration: none;
}
