@charset "utf-8";
/* CSS Document */


body{
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 3px 0px 0px 0px;
	padding: 0px;
}



img{
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

a:link {color:#0066FF}
a:visited {color:#0066FF;}
a:hover {color:#6699FF; text-decoration: none;}
a:active {color:#6699FF; text-decoration: none;}



/*　float要素を解除
----------------------------------------*/

.clearfix { display: inline-block; } 

.clearfix:after { 
	clear: both; 
	content: " "; 
	display: block; 
	font-size: 0; 
	height: 0; 
	visibility: hidden; 
	} 

/* start commented backslash hack \*/ 
* html .clearfix { height: 1%; } 
.clearfix { display: block; } 
/* close commented backslash hack */


#main {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	}



/*　上部メニュー
----------------------------------------*/

#menu {
	width:750px;
	margin-left:75px;
	margin-bottom: 5px;
	}


/*　上部メニュー・TOP
----------------------------------------*/

#menu_01 {
	width: 107px;
	height: 30px;
	}

#menu_01 a span {
	display: none;
	}

#menu_01 a {
	display: block;
	width: 107px;
	height: 30px;
	background-image: url(../../top_templates/timages/common/menu/menu1_1.gif);
	background-repeat: no-repeat;
	}

#menu_01 a:hover {
	background-position: left top;
	background-image: url(../../top_templates/timages/common/menu/menu1_2.gif);
	background-repeat: no-repeat;
	}



/*　上部メニュー・フェアプライズとは
----------------------------------------*/

#menu_02 {
	width: 107px;
	height: 30px;
	}

#menu_02 a span {
	display: none;
	}

#menu_02 a {
	display: block;
	width: 107px;
	height: 30px;
	background-image: url(../../top_templates/timages/common/menu/menu2_1.gif);
	background-repeat: no-repeat;
	}

#menu_02 a:hover {
	background-position: left top;
	background-image: url(../../top_templates/timages/common/menu/menu2_2.gif);
	background-repeat: no-repeat;
	}



/*　上部メニュー・MYファイルの活用法
----------------------------------------*/

#menu_03 {
	width: 138px;
	height: 30px;
	}

#menu_03 a span {
	display: none;
	}

#menu_03 a {
	display: block;
	width: 138px;
	height: 30px;
	background-image: url(../../top_templates/timages/common/menu/menu3_1.gif);
	background-repeat: no-repeat;
	}

#menu_03 a:hover {
	background-position: left top;
	background-image: url(../../top_templates/timages/common/menu/menu3_2.gif);
	background-repeat: no-repeat;
	}



/*　上部メニュー・購入ガイド
----------------------------------------*/

#menu_04 {
	width: 99px;
	height: 30px;
	}

#menu_04 a span {
	display: none;
	}

#menu_04 a {
	display: block;
	width: 99px;
	height: 30px;
	background-image: url(../../top_templates/timages/common/menu/menu4_1.gif);
	background-repeat: no-repeat;
	}

#menu_04 a:hover {
	background-position: left top;
	background-image: url(../../top_templates/timages/common/menu/menu4_2.gif);
	background-repeat: no-repeat;
	}



/*　上部メニュー・売却ガイド
----------------------------------------*/

#menu_05 {
	width: 100px;
	height :30px;
	}

#menu_05 a span {
	display: none;
	}

#menu_05 a {
	display: block;
	width: 100px;
	height: 30px;
	background-image: url(../../top_templates/timages/common/menu/menu5_1.gif);
	background-repeat: no-repeat;
	}

#menu_05 a:hover {
	background-position: left top;
	background-image: url(../../top_templates/timages/common/menu/menu5_2.gif);
	background-repeat: no-repeat;
	}



/*　上部メニュー・税金ガイド
----------------------------------------*/

#menu_06 {
	width: 100px;
	height: 30px;
	}

#menu_06 a span {
	display: none;
	}

#menu_06 a {
	display: block;
	width: 100px;
	height: 30px;
	background-image: url(../../top_templates/timages/common/menu/menu6_1.gif);
	background-repeat: no-repeat;
	}

#menu_06 a:hover {
	background-position: left top;
	background-image: url(../../top_templates/timages/common/menu/menu6_2.gif);
	background-repeat: no-repeat;
	}



/*　上部メニュー・Q&A
----------------------------------------*/

#menu_07 {
	width: 99px;
	height: 30px;
	}

#menu_07 a span {
	display: none;
	}

#menu_07 a {
	display: block;
	width: 99px;
	height: 30px;
	background-image: url(../../top_templates/timages/common/menu/menu7_1.gif);
	background-repeat: no-repeat;
	}

#menu_07 a:hover {
	background-position: left top;
	background-image: url(../../top_templates/timages/common/menu/menu7_2.gif);
	background-repeat: no-repeat;
	}



/*　フッター
----------------------------------------*/

#pagetop {
	text-align: right;
	margin: 20px 0px 0px 0px;
	}

#footer {
	width: 900px;
	clear: both;
	margin-top: 10px;
	font-size: 12px;
	}

#footer ul{
	margin:0px 0px 10px 15px;
	padding:0px;
	list-style:none;
	}

#footer li{
	display:inline;
	margin-right:10px;
	}

#footer li img {
	display:inline;
	margin-bottom: -3px;
	}

#footer div{
	border-top:#CCCCCC 1px solid;
	padding:2px 0px;
	text-align:center;
	}



/*　マージン
----------------------------------------*/

.margin_b20 {
	margin-bottom: 20px;
	}
