@charset "EUC-JP";
/* 全体 */
#wrapper{
	width:760px;
	text-align:left;
	margin:0px auto;
}
#contents {
	width:760px;
}
img{
	border:0px;
}
/* ヘッダー */
#header {
	width:760px;
	overflow:hidden;
	position: relative;
	padding-bottom: 4px;
	background-image:url(/images/header_bg.gif);
	background-position:left;
	background-position:bottom;
	background-repeat:repeat-x;
	margin-bottom:5px;
}
#header h1{
	margin:3px 0px 0px;
	padding:0px;
	}

ul#top_menu {
	list-style-type:none;
	width:750px;
	height:35px;
	margin:0px;
	padding:0;
}

ul#top_menu li {
	height:35px;
	float:left;
}

ul#top_menu a span {
	display:none;
}

ul#top_menu a{
    display:block;
	text-decoration:none;
}

a.header_sumai{
	width:125px;
	height:35px;
	background-image:url(/images/li_btn_01.gif);
}

a:hover.header_sumai {
	background-image:url(/images/li_btn_01.gif);
	background-position:0px -35px;
}

a.header_daiku{
	width:125px;
	height:35px;
	background-image:url(/images/li_btn_02.gif);
}

a:hover.header_daiku {
	background-image:url(/images/li_btn_02.gif);
	background-position:0px -35px;
}

a.header_asset{
	width:126px;
	height:35px;
	background-image:url(/images/li_btn_03.gif);
}

a:hover.header_asset {
	background-image:url(/images/li_btn_03.gif);
	background-position:0px -35px;
}

a.header_sell{
	width:125px;
	height:35px;
	background-image:url(/images/li_btn_04.gif);
}

a:hover.header_sell {
	background-image:url(/images/li_btn_04.gif);
	background-position:0px -35px;
}

a.header_list{
	width:125px;
	height:35px;
	background-image:url(/images/li_btn_05.gif);
}

a:hover.header_list {
	background-image:url(/images/li_btn_05.gif);
	background-position:0px -35px;
}

a.header_info{
	width:124px;
	height:35px;
	background-image:url(/images/li_btn_06.gif);
}

a:hover.header_info {
	background-image:url(/images/li_btn_06.gif);
	background-position:0px -35px;
}
/* ヘッダー おわり*/

/* フッター */
#footer{
	width:760px;
	clear:both;
	margin:0px 0px 5px;
	font-size:90%;
}
#footer a{
	color:#333333;
	text-decoration:none;
}
#footer a:hover{
	color:#4444ff;
}
#footer ul{
	padding:0px;
	margin:5px 0px 5px;
	}
#footer li{
	float:left;
	background-image:url(/images/yajirushi/gray.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:13px;
	padding-right:15px;
	list-style-type:none;
}
#btmNavi{
	text-align:center;
	font-size:80%;
	line-height: 25px;
	border-top:1px solid #C5C5B5;
	border-bottom:2px solid #FFD21E;
	}

#copyright_font {
	font-size:80%;
	text-align:right;
}
/* フッターおわり */

