@charset "utf-8";
/* CSS Document */


/* 基本 */
body{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	line-height:20px;
	background-color: #FFF;
	color: #666;
}

a {
	color:#039;
}

a:hover {
	color:#06C;
}

a:visited{
	color:#036;
}

p {
	padding:0;
	margin:0;
}

#wrapper {
	height: auto;
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image:url(images/bg.png);
	background-repeat: repeat-y;
}

#wrapper2 {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}


#header {
	padding: 0px;
	height: auto;
	width: 100%;
	text-align: left;
	background-image:url(images/h1bg.png);
	margin:0;
}



h1 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	color: #FFF;
	padding:0 0 0 15px;
	height: 20px;
}

h2,h3,h4 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


#contents {
	width: 800px;
}

#main {
	float: right;
	width: 525px;
	margin: 15px 30px 0 30px;
	background-color: #FFF;
	height: 100%;
	text-align:center;
}

.main_txtbox {
	font-size: 12px;
	line-height: 21px;
	color: #333;
	margin-bottom: 20px;
	padding:5px;
	text-align:left;
}

.main_txtbox img{
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}


#main .midashi_txt{
	width:465px;
	height:22px;
	font-size:16x;
	font-weight:bold;
	color:#FFF;
	text-align:left;
	padding:5px 0 0 60px;
	background-image:url(images/sub_midashi.png);
}

#main h3 a{
	font-weight:bold;
	color:#FFF;
	padding-bottom: 10px;

}


.icon01 {
	margin: 0 5px 0 5px;
	float: left;
}

.icon02 {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}



.button{
	background-image:url(images/button.gif);
	font-weight:bold;
	background-repeat: no-repeat;
	height: 20px;
	width: 188px;
	padding:5px 5px 5px 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}




#menubar{
	width:790px;
	background-image:url(images/bottunbg.png);
	height:21px;
	text-align:center;
	padding:0 0 3px 10px;
	margin:0;

}

	
#menubar .menu_koumoku{
	width:auto;
	background-image:url(images/btn_kugiri.png);
	background-repeat:none;
	padding:2px 10px 0px 10px;
	height:21px;
	float:left;
}
	
	
	
	
#menubar a{
	color:#FFC;
	}
	
#menubar a:hover{
	color:#FFC;
	}
	
#menubar a:visited{
	color:#FFC;
	}

/* 左側 */

#menu {
	padding: 15px;
	width: 185px;
	float: left;
	height: 100%;
}

#menu a {
	color:#5AACC3;
}

#menu a:hover {
	color:#A6E3F4;
}

#menu a:visited{
	color:#388AA1;
}

#menu img{
	margin:5px 0 5px 0;
}

.menu_midashi_txt {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #0068B7;
}

.menu_list{
	list-style: none;
	background-repeat: no-repeat;
	margin: 0px;
	padding:0 0 0 17px;
}

.menu_ul{
	padding: 0;
	margin-left: 40px;
	margin-top: 0px;
	_margin: 0;
	_padding:0 0 0 32px;
	list-style-image:url(images/icon_folder_li.gif);
}

.menu_ul li{
	padding: 0;
	margin:0;
}

.menu_ul_sub{
	line-height:normal;
	padding: 0;
	margin-left: 20px;
	margin-top: 5px;
	list-style-image:url(images/icon_file.gif);
}

.menu_ul_sub_last{
	padding: 0;
	list-style-image:url(images/icon_file_last.gif);
}

.menu_line_bg{
	background-image:url(images/list_line_bg.gif);
	background-repeat: repeat-y;
}


/* 査定枠 */

#satei{
	width:525px;
	padding:0;
	margin:0;
	}
	
#satei #inner{
	border:1px solid #900;
	background-color:#FBFBF1;
	width:auto;
	}

#satei ul{
	list-style-image:none;
	list-style-type:none;
	padding:0;
	margin:0;
	line-height:2em;
	}
	
#satei li{
	height:33px;
	padding:5px 0 0 170px;
}

#satei #btn{
	text-align:center; padding:10px;
		}

/* フッター */
#footer {
	height: auto;
	width: 800px;
	background-image:url(images/footer_bg.png);
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	color:#FFF;
}

#pan {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2DC;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	padding-bottom: 3px;
}
