@charset "utf-8";
/*
[Buyers様 LightNEasy用template]
style.css
*/

/* ----- 基本セット ----- */
html{
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
}
body, div, p, ul, ol, li, dl, dt, dd, table, th, td, h1, h2, h3, h4, h5, form, img {
	font-size: 12px;
	color: #000;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
}
/*
a {
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
}
*/


/* ----- 共通パーツ ----- */
hr {
	border-top: 1px dotted #B3B3B3;
	font-size: 1px;
	color: #999999;
	margin-bottom: 10px;
}
	/* ↓ここから　<hr />の代替タグ用スタイルシート* /
	/* <hr />での点線の表示に不都合がある時は<p class="line_dotted">-</p>を使ってください */
	p.line_dotted {
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/line_dotted.jpg) repeat-x 0px 0px;
	height: 1px;
	margin-bottom: 10px;
	}
	/* ↑ここまで */


/* ----- レイアウト ----- */
#wrap1 {
	background: url(images/wrap1.jpg) repeat-x 0px 0px;
	height: 185px;
	width: 100%;
}
#wrap2 {
	background: url(images/wrap2.jpg) repeat-y 0px 0px;
	margin: 0px auto 6px auto;
	width: 968px;
}
#wrap2_top {
	background: url(images/wrap2_top.jpg) no-repeat 0px 0px;
	height: 5px;
	text-indent: -9999px;
	overflow: hidden;
}
#wrap2_bottom {
	background: url(images/wrap2_bottom.jpg) no-repeat 0px 0px;
	height: 5px;
	text-indent: -9999px;
	overflow: hidden;
	clear: both;
}


/* --- header --- */
#header {
	background: url(images/header.jpg) no-repeat 0px 0px;
	margin: 0px auto 6px auto;
	height: 100px;
	width: 960px;
}
#header h1 {
	height: 25px;
	margin: 7px 2px 40px 0px;
	text-align: right;
	font-size: 18px;
}
#header #header_tel {
	display: none;
}
#header p {
	text-align: right;
	height: 20px;
}

/* --- mainmenu --- */
#mainmenu {
	background: url(images/mainmenu.jpg) no-repeat 0px 0px;
	width: 968px;
	height: 44px;
	margin: 0px auto;
}
#mainmenu ul {
	width: 960px;
	padding: 15px 4px 0px 4px;
}
#mainmenu ul li {
	float: left;
	padding: 0px 15px 0px 15px;
}
#mainmenu ul li a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#mainmenu ul li a:hover {
	color: #ED1B24;
}

/* --- sidearea --- */
#sidearea {
	width: 192px;
	float: left;
	padding: 17px 4px 0px 9px;
}

/* -- submenu -- */
#sidearea #submenu ul {
	margin: 0px 0px 20px 15px;
}
#sidearea #submenu ul li {
	margin-bottom: 15px;
}


/* -- sideareaの見出し -- */
#sidearea h2 {
	height: 32px;
	width: 192px;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
}
#sidearea #h2_pagemenu {
	background: url(images/h2_pagemenu.jpg) no-repeat 0px 0px;
}
#sidearea #h2_senmon {
	background: url(images/h2_senmon.jpg) no-repeat 0px 0px;
}

/* -- バナーエリア・専門買取一覧 -- */
#sidearea .bnr {
	margin-bottom: 8px;
}
#sidearea .bnr a {
	height: 42px;
	width: 192px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#sidearea .bnr_noukigu a {
	background: url(images/buyers03.jpg) no-repeat 0px 0px;
}
#sidearea .bnr_bike a {
	background: url(images/buyers02.jpg) no-repeat 0px 0px;
}


/* --- content --- */
#content {
	min-height:800px;
	width: 720px;
	float: left;
	padding: 17px 0px 0px 18px;
}


/* --- footer --- */
#footer {
	clear: both;
	color: #FFFFFF;
	height: 100%;
	text-align: center;
	padding: 8px 0px 8px 0px;
	background-color: #333333;
}
#footer p, #footer a {
	color: #FFFFFF;
}

