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

/*トップ*/
.top {
	height: 20px;
	background-color: #333;
}
.toptext {
	width: 900px;
	height: 19px;
	margin: 1px auto 0px auto;
	text-align: right;
	font-weight: normal;
	color: #FFF;
}
.topimage {
	width: 900px;
	margin: 0px auto;
}
.logo {
	float: left;
	height: 63px;
	padding-top: 15px;
}
.image {
	float: right;
	padding-top: 7px;
}
.yellowline {
	background-color: #ffea10;
	background-image: url(../img/menu_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.dotline {
	padding: 5px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.dotline_contact { /*問い合わせ専用*/
	padding: 5px 0px 5px 0px;
	background: #ffea10;
}
.copy2 {
	width: 900px;
	margin: 0px auto 0px auto;
	font-size: 10px;
}

/*メイン*/
.container {
	width: 900px;
	margin: 16px auto 0px auto;
}
.main {
	margin-top: 45px;
}

/*フッター*/
.footer_top {
	text-align: right;
	clear: both;
	padding-top: 32px;
}
/*ページトップに戻る*/
ul#top {
	list-style: none;
	height: 24px;
	width: 180px;
	margin-left: 720px;
}
ul#top li {
	float: left;
	width: 180px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
ul#top li a {
	display: block;
	height: 24px;
	text-decoration: none;
	overflow: hidden;
	background-image: url(../img/back-to-top.gif);
	background-repeat: no-repeat;
}
a.back_top {
	background-position: 0px 0px;
}
a:hover.back_top {
	background-position: 0px -24px;
}
.yellow_line {
	height: 33px;
	background-color: #ffea10;
}
.footer_menu {
	width: 900px;
	margin: 0px auto 0px auto;	
}
/*フッターメニュー*/
ul#footer {
	list-style: none;
	height: 33px;
	width: 564px;
}
ul#footer li {
	float: left;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
ul#footer li a {
	display: block;
	height: 33px;
	text-decoration: none;
	overflow: hidden;
	background-image: url(../img/footermenu.gif);
	background-repeat: no-repeat;
}
a.footer1 {
	width: 72px;
	background-position: 0px 0px;
}
a:hover.footer1 {
	width: 72px;
	background-position: 0px -33px;
}
a.footer2 {
	width: 123px;
	background-position: -72px 0px;
}
a:hover.footer2 {
	width: 123x;
	background-position: -72px -33px;
}
a.footer3 {
	width: 113px;
	background-position: -195px 0px;
}
a:hover.footer3 {
	width: 113px;
	background-position: -195px -33px;
}
a.footer4 {
	width: 154px;
	background-position: -308px 0px;
}
a:hover.footer4 {
	width: 154px;
	background-position: -308px -33px;
}
a.footer5 {
	width: 102px;
	background-position: -462px 0px;
}
a:hover.footer5 {
	width: 102px;
	background-position: -462px -33px;
}
/*フッターの一番下*/
.footer_bottom {
	padding: 20px 0px 16px 0px;
	background-color: #333;
	background-image: url(../img/footer_shadow.gif);
	background-repeat: repeat-x;
}
.footer_bottom_contact { /*問い合わせ専用*/
	padding: 20px 0px 16px 0px;
	background-color: #333;
}
.footer_text {
	width: 900px;
	margin: 0px auto 0px auto;
}
.footer_service {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;	
}
.footer_service_text {
	float: left;
	padding-right: 40px;
}
.footer_site {
	float: left;	
}
.footer_site_text {
	float: left;
	padding-left: 40px;
}
.yellow_text {
	font-weight: bold;
	color: #ffea10;
}
.white_text {
	font-size: 10px;
	color: #FFF;	
}
.copy02 {
	color: #FFF;
	font-size: 10px;
	font-style: normal;
	padding-top: 16px;
}

