/************************** 基本設定**************************/
body {
	margin: 10px 20px;
	height: 100%;
	background-color: #FFFFFF;
}

/* 通常使うフォント指定 */

div,p,form,ul,li,table,a,img{
	margin:0px;
	padding:0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}

h1 { margin:0px; padding:0px; font-weight:bold; font-size:100%;}
h2 { margin:0px; padding:0px; font-weight:bold; font-size:100%;}
h3 { margin:0px; padding:0px; font-weight:bold; font-size:100%;}

/* リンク設定 */
A:link, A:visited {
	color: #002AC6; text-decoration: underline;
}
A:hover, A:active {
	color: #002AC6; text-decoration: none;
}
img { border:none; }

/**************************タイトル部分**************************/
/*タイトル*/
#title {
	height:38px;
	background-color:#797979;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	vertical-align:middle;
	color: #ffffff;
	padding: 5px 0 5px 20px;
}

/*メイン画像*/
#image{
	width:100%;
	height:300px;
	text-align:center;
}

/**************************メインコンテンツ**************************/
/*枠組み*/
#container{
	margin:20px 0 20px 0;
	}

#main {
	padding-right:10px;
	width:100%;
}
#side {
	width:200px;
	vertical-align:top;
}

/*共通見出し*/
.midashi {
	background:#F0F0F0 url(/sell/img/point_midashi.gif) no-repeat 5px;
	padding:5px 0 5px 20px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:3px solid #9EB2D2;
}

/*メインビジュアル*/
#img_main {
	background-image: url(/sell/img/img_main_bg.jpg);
	background-repeat: repeat-x;
	padding: 0;
}

/*無料一括査定*/
.satei {
	background-color: #e8e0da;
}

/*買取り下取り活用マニュアル*/
.manual {
	margin-top: 10px;
}
.manual_text {
	margin-top: 5px;
}
.point_bg {
	background-image: url(img/point_bg.gif);
	background-repeat: repeat-x;
}
.manual_midashi {
	background-image: url(img/bg_manual.gif);
	background-repeat: repeat-x;
}


/**************************サイドメニュー**************************/

/*サイドタイトル*/
.side_title {
	background:url(/brand/img/side-title_back.gif) no-repeat ;
	height:22px;
	}	
.side_title p {
	color:#4A57B9;
	font-weight:bold;
	margin:4px 0 0 24px;
	vertical-align:middle;
	}
.side_main{
	padding:5px 0;
	margin-bottom:10px;
	border:1px #989898 solid;
	border-bottom: none;
	}	
.txt{
	line-height: 20px;
	margin:0px 10px;
	}	
