﻿@charset "shift_jis";

/*--------------------------------------
body
--------------------------------------*/
html,
body {
background-color:#FFFFFF;
color:#505050;
line-height: 1.2em;}


/*
link color
*/
a { color:#505050;
text-decoration: none; }
a:hover {
color:#505050;
text-decoration:underline;
}

/*
othe html
*/

img {
vertical-align:bottom;
border:none;
}
a img {
vertical-align:bottom;
border:none;
}

hr {
display:none;
}


/*--------------------------------------
fontreset
--------------------------------------*/
html,body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,fieldset,input,textarea,
p,blockquote,
th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var{
	font-style:normal;
	font-weight:normal;
}

strong,
em{
font-weight:bold;}

ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after{
	content:'';
}
abbr,
acronym {
	border:0;
}

/*--------------------------------------
font
--------------------------------------*/
html,
body{
  font-family:"ＭＳ Ｐゴシック", "Osaka","ヒラギノ角ゴ Pro W3";
	font-size: 12px ;
	color:#505050;
}
table {
	font-size:inherit;
	font:100%;
}

select,
input,
textarea {
	vertical-align: middle;
	font:99%;
}

/*--------------------------------------
wrap
--------------------------------------*/

body {
	text-align: center;
}

div#content {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
div#content_pop {
	width: 600px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#footer {
	clear: both;
	margin-top: 15px;
}
#header {
	width: 800px;
	position: relative;
}
#topmain {
	margin-top: 15px;
	width: 800px;
}
.clearbox {
clear: both;
margin: 0px;
padding: 0px;
}


/*--------------------------------------
header
--------------------------------------*/
#header {
	background-image: url(../../../../htdocs/user/images/common/img/head/bg_header.jpg);
	background-repeat: repeat-x;
	height: 80px;
}

#header h1 {
	position: absolute;
	top: 15px;
}
#line_top {
	background-color: #333333;
	height: 5px;
	width: 800px;
}
#header li {
	float: left;
}
#headmap {
	position: absolute;
	right: 5px;
	top: 3px;
	font-size: 10px;
}
#headmap li {
	text-decoration: none;
	height: 12px;
	padding-left: 15px;
	display: block;
}
#headmap .first {
	background-image: url(../../../../htdocs/user/images/common/img/head/pic_first.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 7px;

}
#headmap .guide {
	background-image: url(../../../../htdocs/user/images/common/img/head/pic_guide.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 7px;
}
#headmap .sitemap {
	background-image: url(../../../../htdocs/user/images/common/img/head/pic_site.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 7px;
}
#headmap .inquiry {
	background-image: url(../../../../htdocs/user/images/common/img/head/pic_inq.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#header p {
	position: absolute;
	top: 3px;
	font-size: 10px;
        margin-left: 5px;
	display:block;
}
#header .headline {
	position: absolute;
	top: 25px;
	left: 210px;
	font-size: 12px;
	font-weight: bold;
	display:block;
}
#header .rightlogin {
	position: absolute;
	top: 24px;
	font-size: 10px;
	display:block;
	right: 5px;
}
#header .rightcart {
	position: absolute;
	top: 26px;
	font-size: 10px;
	display:block;
	right: 120px;
}
#header .cart {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 20px;
	right: 5px;
	width: 100px;
	top: 22px;
}
#header .rightlogout {
	position: absolute;
	top: 52px;
	right: 5px;
	font-size: 10px;
}
#topline {
	top: 75px;
	width: 800px;
	position: absolute;
    clear: both;
    margin: 0px;
    padding: 0px;
	height: 5px;
	overflow:hidden;
	background-image: url(../../../../htdocs/user/images/common/img/head/line_top.gif);
}

#item #topline {
	top: 75px;
	width: 800px;
	position: absolute;
    clear: both;
    margin: 0px;
	margin-bottom: -1.2em;
    padding: 0px;
	height: 5px;
	background-image: url(../../../../htdocs/user/images/common/img/head/line_item.gif);
}
#mypage #topline {
	top: 75px;
	width: 800px;
	position: absolute;
    clear: both;
    margin: 0px;
	margin-bottom: -1.2em;
    padding: 0px;
	height: 5px;
	background-image: url(../../../../htdocs/user/images/common/img/head/line_my.gif);
}
#sup #topline {
	top: 75px;
	width: 800px;
	position: absolute;
    clear: both;
    margin: 0px;
	margin-bottom: -1.2em;
    padding: 0px;
	height: 5px;
	background-image: url(../../../../htdocs/user/images/common/img/head/line_sup.gif);
}

#topmenu {
	position: absolute;
	left: 219px;
	top: 40px;
	width: 381px;
}
#topmenu li { float: left;}
#topmenu li a {
	background-image: url(../../../../htdocs/user/images/common/img/head/btn_head.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
}
#topmenu li span {
	background-image: url(../../../../htdocs/user/images/common/img/head/btn_head.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
}
#topmenu .item a {
	background-position: 0px -5px;
	height: 35px;
	width: 125px;
}
#topmenu .item span {
	background-position: 0px -45px;
	height: 35px;
	width: 125px;
}
#item .item a {
	background-position: 0px -45px;
}
/*
#topmenu .item a:hover {
	background-position: 0px -45px;
}*/
#topmenu .my a {
	background-position: -125px -5px;
	height: 35px;
	width: 126px;
}
#topmenu .my span {
	background-position: -125px -5px;
	height: 35px;
	width: 126px;
}
/*
#topmenu .my a:hover {
	background-position: -125px -45px;
}*/
#mypage .my a {
	background-position: -125px -45px;
}
#mypage .my span {
	background-position: -125px -45px;
}
#topmenu .sup a {
	background-position: -251px -5px;
	height: 35px;
	width: 126px;
}
#topmenu .sup span {
	background-position: -251px -45px;
	height: 35px;
	width: 126px;
}
/*
#topmenu .sup a:hover {
	background-position: -251px -45px;
}*/
#sup .sup a {
	background-position: -251px -45px;
}
#sup .sup span {
	background-position: -251px -45px;
}

/*--------------------------------------
footer
--------------------------------------*/
#footer {
	background-image: url(../../../../htdocs/user/images/common/img/bg_footer.gif);
	background-position:bottom;
	height: 70px;
	position: relative;
	background-repeat: repeat-x;
	margin-top: 15px;
}
* html #footer {
	background-image: url(../../../../htdocs/user/images/common/img/bg_footer.gif);
	height: 70px;
	position: relative;
	background-repeat: repeat-x;
	margin-top: 15px;
}
#item #footer {
	background-image: url(../../../../htdocs/user/images/common/img/bg_itemfooter.gif);
	height: 70px;
	position: relative;
	background-repeat: repeat-x;
	margin-top: 15px;
}
#mypage #footer {
	background-image: url(../../../../htdocs/user/images/common/img/bg_myfooter.gif);
	height: 70px;
	position: relative;
	background-repeat: repeat-x;
	margin-top: 15px;
}
#sup #footer {
	background-image: url(../../../../htdocs/user/images/common/img/bg_supfooter.gif);
	height: 70px;
	position: relative;
	background-repeat: repeat-x;
	margin-top: 15px;
}

#footer ul {
	top: 25px;
	position: absolute;
}
#footer li {
float: left;
}
#footer address {
	position: absolute;
	left: 5px;
	bottom: 15px;
}

/*--------------------------------------
pageup
--------------------------------------*/
#footer .pageup a {font-size: 10px;}
.pageup a { display:block; text-align:right; margin-right: 5px;font-size: 10px; clear: both;}

/*--------------------------------------
error
--------------------------------------*/
.caut {
    font-size: 10px;
    display: block;
    color: #F00;
}
.ex {
    font-size: 10px;
    display: block;
}
.exor {
    font-size: 9px;
    display: block;
    color: #FF9900;
}
.notice9 {
    font-size: 9px;
    color: #F00;
}
.ierror {
  background: #FFF68F;
}

/* list-spc-2 */
.list-spc-2     { clear: both; height: 2px; font-size: 1px; line-height: 1;padding: 0;margin: 0;display: block;background: transparent no-repeat;}

/* list-spc-5 */
.list-spc-5     { clear: both; height: 5px; font-size: 1px; line-height: 1;padding: 0;margin: 0;display: block;background: transparent no-repeat;}

/* list-spc-15 */
.list-spc-15     { clear: both; height: 15px; font-size: 1px; line-height: 1;padding: 0;margin: 0;display: block;background: transparent no-repeat;}

/* list-spc-25 */
.list-spc-25     { clear: both; height: 25px; font-size: 1px; line-height: 1;padding: 0;margin: 0;display: block;background: transparent no-repeat;}

/* inputの形式 */
input {padding:2px 0;}

/* 検索結果を強調 */
.search-hit {
  font-weight: bold;
  color: #36F;
}

