@charset "utf-8";

/* ============================================================ *
   Copyright (c) ADVANCE. All Right Reserved. 
 * ============================================================ */

html,body {text-align:center;}

body {
	font:12px/1.5em Arial, Helvetica, sans-serif;
	color:#303030;
	background-color:#333;
}

body,div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,form {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	text-align:left;
}

input,textarea,select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

img {border:none;}

li {list-style:none;}

address,em,caption,th {
	font-style:normal;
	font-weight:normal;
}


/* ------------------------------------------------------------ *
   Link Decoration
 * ------------------------------------------------------------ */ 
a:link {color:#015996; text-decoration:underline;}
a:visited {color:#015996;}
a:hover {color:#ff7d20; text-decoration:none;}


/* ------------------------------------------------------------ *
   Clear
 * ------------------------------------------------------------ */
.clear {clear:both;}


/* ------------------------------------------------------------ *
   Display
 * ------------------------------------------------------------ */
.none {display:none;}


/* ------------------------------------------------------------ *
   Float
 * ------------------------------------------------------------ */
.left {float:left;}
.right {float:right;}


/* ------------------------------------------------------------ *
   Path Navi
 * ------------------------------------------------------------ */
#pathNavi {
	display:block;
	padding-left:5px;
	height:20px;
	text-align:left;
	/*background-color:#f6f6f6;
	border:1px solid #ccc;*/
}

#pathNavi li {
	padding-right:10px;
	float:left;
	font:11px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:20px;
	/*text-indent:5px;*/
	background:url(../img/bg_path.gif) no-repeat 100% 0;
}

#pathNavi li.last {background:none;}

#pathNavi li a:link,
#pathNavi li a:visited,
#pathNavi li a:active {text-decoration:none;}
#pathNavi li a:hover {text-decoration:underline;}


/* ------------------------------------------------------------ *
   Spacer
 * ------------------------------------------------------------ */
.mgnT5 {margin-top:5px;}
.mgnT10 {margin-top:10px;}
.mgnT20 {margin-top:20px;}
.mgnT30 {margin-top:30px;}
.mgnT40 {margin-top:40px;}

.mgnR5 {margin-right:5px;}
.mgnR10 {margin-right:10px;}
.mgnR20 {margin-right:20px;}


/* ------------------------------------------------------------ *
   Font Style
 * ------------------------------------------------------------ */
.px11 {font:11px/1.3em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}


/* ------------------------------------------------------------ *
   Text Indent
 * ------------------------------------------------------------ */
.idnt12 {text-indent:12px;}


/* ------------------------------------------------------------ *
   Frame Layout
 * ------------------------------------------------------------ */
#wrapper {
	margin:0 auto;
	width:100%;
	background:#fff url(../img/bg_wrapper.gif) repeat-x;
}

#container {
	margin:0 auto 0;
	width:900px;
}

#header {
	margin:0 auto;
	width:900px;
	height:100px;
}

#navigation {
	margin:0 auto;
	width:920px;
	height:50px;
	/*background:url(../img/bg_navigation.gif) repeat-x;*/
}

#footer {
	margin-top:20px;
	padding-bottom:50px;
	clear:both;
	background:#333 url(../img/bg_footer.gif) repeat-x;
}


/* ------------------------------------------------------------ *
   Header
 * ------------------------------------------------------------ */

#header h1 {
	margin-top:10px;
	float:left;
	width:160px; height:90px;
	background:url(../img/logo.gif) no-repeat;
}

#header h1 a {
	display:block;
	width:160px; height:90px;
	text-indent:-10000em;
	overflow:hidden;
}

#header h2 {
	margin:20px 0 0 10px;
	float:left;
}

#header address {
	margin-top:10px;
	float:right;
	padding-left:50px;
	text-align:left;
	line-height:1.3em;
	color:#fff;
	background:url(../img/bg_head.gif) no-repeat left;
}


/* ------------------------------------------------------------ *
   Navigation
 * ------------------------------------------------------------ */

#navigation ul.navi {
	display:block;
	margin:0 auto 0;
	width:910px; height:50px;
	/*border-left:1px solid #ccc;
	border-right:1px solid #fff;*/
}

#navigation ul.navi li {
	float:left;
	display:block;
	width:130px; height:50px;
}

#navigation ul.navi li a {
	display:block;
	width:130px; height:50px;
	text-indent:-10000em;
	overflow:hidden;
}

ul.navi li.home {background:url(../img/home_off.gif) no-repeat;}
ul.navi li.home a:hover {background:url(../img/home_on.gif) no-repeat;}
ul.navi li.home_on {background:url(../img/home_on2.gif) no-repeat;}

ul.navi li.buy {background:url(../img/buy_off.gif) no-repeat;}
ul.navi li.buy a:hover {background:url(../img/buy_on.gif) no-repeat;}
ul.navi li.buy_on {background:url(../img/buy_on2.gif) no-repeat;}

ul.navi li.sold {background:url(../img/sold_off.gif) no-repeat;}
ul.navi li.sold a:hover {background:url(../img/sold_on.gif) no-repeat;}
ul.navi li.sold_on {background:url(../img/sold_on2.gif) no-repeat;}

ul.navi li.search {background:url(../img/search_off.gif) no-repeat;}
ul.navi li.search a:hover {background:url(../img/search_on.gif) no-repeat;}
ul.navi li.search_on {background:url(../img/search_on2.gif) no-repeat;}

ul.navi li.question {background:url(../img/question_off.gif) no-repeat;}
ul.navi li.question a:hover {background:url(../img/question_on.gif) no-repeat;}
ul.navi li.question_on {background:url(../img/question_on2.gif) no-repeat;}

ul.navi li.about {background:url(../img/about_off.gif) no-repeat;}
ul.navi li.about a:hover {background:url(../img/about_on.gif) no-repeat;}
ul.navi li.about_on {background:url(../img/about_on2.gif) no-repeat;}

ul.navi li.inquiry {background:url(../img/inquiry_off.gif) no-repeat;}
ul.navi li.inquiry a:hover {background:url(../img/inquiry_on.gif) no-repeat;}
ul.navi li.inquiry_on {background:url(../img/inquiry_on2.gif) no-repeat;}


/* ------------------------------------------------------------ *
   Page Top
 * ------------------------------------------------------------ */
#pageTop {
	clear:both;
	margin-top:30px;
	height:38px;
	
}

#pageTop p {
	float:right;
	margin-right:5px;
}


/* ------------------------------------------------------------ *
   Footer
 * ------------------------------------------------------------ */

#footer p.copyright {
	margin:0 auto;
	padding-bottom:10px;
	width:920px;
	display:block;
	line-height:40px;
	font-size:0.75em;
	background: url(../img/bg_copy.gif) no-repeat;
}

#footer .inner {
	margin:10px auto 0;
	width:900px; height:50px;
	text-align:left;
	color:#fff;
}

#footer .logo {
	float:left;
	margin-right:15px;
}

#footer address {
	float:left;
	line-height:1.3em;
}

#footer .navi {float:right; width:410px;}

#footer .navi li {
	padding-right:12px;
	float:left;
	line-height:1.3em;
	background:url(../img/bg_path2.gif) no-repeat 100% 50%;
}

#footer .navi li.last {background:none;}

#footer a:link,
#footer a:visited  {color:#fff; text-decoration:none;}
#footer a:hover {color:#ff7d20; text-decoration:underline;}

