@charset"utf-8";
/* ---------------------------------------------------------
    All reset
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, map {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.0;
	border: none;
	list-style-type: none;
}
/* ---------------------------------------------------------
    text link
--------------------------------------------------------- */
a:link    { color: #003497; text-decoration: none; }
a:visited { color: #003497; text-decoration: none; }
a:hover   { color: #FF6600; text-decoration: underline; }
a:active  { color: #FF6600; text-decoration: underline; }
div#footer a:link    { color: #FFFFFF; text-decoration: none; }
div#footer a:visited { color: #FFFFFF; text-decoration: none; }
div#footer a:hover   { color: #FFFFFF; text-decoration: underline; }
div#footer a:active  { color: #FFFFFF; text-decoration: underline; }
/* ---------------------------------------------------------
    float clear
--------------------------------------------------------- */
span.clear {
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 1.0;
	display: block;
	clear: both;
}
span.clear_glay {
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 1.0;
	background-color: #CCCCCC;
	display: block;
	clear: both;
}
span.clear_yellow {
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 1.0;
	background-color: #FA741B;
	display: block;
	clear: both;
}
span.clear_detail {
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 1.0;
	background: url(../img/background_keywordsearch_detail.gif) no-repeat top left;
	display: block;
	clear: both;
}
/* ---------------------------------------------------------
    class
--------------------------------------------------------- */
.input_postcode {
	width: 50px;
}
.input_name {
	width: 100px;
}
.input_select {
	width: 200px;
}
.input_radio01 {
	width: 130px;
}
.input_select02 {
	width: 160px;
}
.input_keyword {
	width: 250px;
	height: 16px;
	color: #666666;
}
.input_keyword02 {
	width: 150px;
	height: 16px;
}
.input_textarea {
	width: 520px;
	height: 250px;
}
.width_list {
	width: 650px;
	height: 1px;
}
.full_width {
	width: 900px;
}
.text-bottom {
	vertical-align: text-bottom;
}
.txt_left {
	padding: 5px 20px;
	text-align: left;
	line-height: 1.5;
	font-size: 12px;
}
.txt_right {
	padding: 5px 0px 10px 0px;
	text-align: right;
	line-height: 1.5;
	font-size: 90%;
}
.note {
	color: #FF0000;
}
.pankuzu {
	padding: 5px 0px 0px 5px;
	font-size: 10px;
}
.right {
	padding-right: 5px;
	text-align: right;
}
.align_center {
	margin-bottom: 10px;
	line-height: 1.5;
	text-align: center;
}
.align_bottom {
	vertical-align: bottom;
}
.isError {
	font-size: 10px;
	color: #FF0000;
}
span.radio {
	color: #FFFFFF;
	vertical-align: text-top;
}
.login_message {
	margin: 3px 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	color: #666666;
}
/* ---------------------------------------------------------
    rollover
--------------------------------------------------------- */
img.rollover {
}
/* ---------------------------------------------------------
    layout
--------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
	color: #333333;
	background: #FFFFFF;
}
div#container {
	width: 922px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
div#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px #666666 solid;
	border-right: 1px #666666 solid;
	overflow: hidden;
}
div#header {
	padding: 10px 0px 0px 0px;
	border-bottom: 1px #CCCCCC solid;
}
*:first-child+html div#header {
	height: auto;
}
div#content {
	width: 630px;
	float: left;
	display: inline;
}
div#sidebar {
	width: 270px;
	float: right;
	display: inline;
}
p.footer_txt {
	float:left;
	width: 640px;
	text-align: center;
	padding: 0 0 5px 130px;
	line-height: 45px;
}
p.footer_txt a {
	color: #666666;
}
p.truste{
	float:left;
	width: 130px;
	padding: 7px 0 10px;
}
div#footer {
	height: 22px;
	margin: 10px 0px 5px;
	padding: 5px 0px 0px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	background: #999999;
}
* html div#footer {
	padding: 5px 0px 0px;
	font-size: 10px;
}
.width {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
}
/* -------------------- header --------------------- */
div#header div#header_inner_title {
	width: 370px;
	float: left;
}
div#header div#header_inner_title div#title {
	width: 132px;
	float: left;
}
div#header div#header_inner_title div#title a {
	width: 132px;
	height: 39px;
	background: url(../img/logo03.gif) no-repeat 0 0;
	display: block;
	text-indent: -333em;
}
div#header div#header_inner_title p {
	padding: 20px 0px 0px 0px;
	font-size: 10px;
}
div#header div#header_inner_link {
	padding: 0px;
	float: right;
}
div#header div#header_inner_link ul {
	padding: 0px 10px 0px 0px;
	text-align: right;
}
div#header div#header_inner_link ul li {
	margin-left: 10px;
	padding: 0px;
	font-size: 12px;
	display: inline;
}
div#header div#header_inner_link ul li.login {
	background: url(../img/icon_login.gif) no-repeat 0 0;
}
div#header div#header_inner_link ul li.setting {
	background: url(../img/icon_setting.gif) no-repeat 0 0;
}
div#header div#header_inner_link ul li.favorite {
	background: url(../img/icon_favorite.gif) no-repeat 0 0;
}
div#header ul.right {
	padding: 0px 11px 0px 0px;
	text-align: right;
}
div#header ul.right li {
	padding: 0px;
	font-size: 12px;
	display: inline;
}
/* -------------------- gloval_navi --------------------- */
div#header div#gloval_navi {
	width: 900px;
	height: 25px;
	background: url(../img/background_gloval_navi.gif) repeat-x 0 3px;
}
div#header div#gloval_navi ul li {
	float: left;
}
div#header div#gloval_navi ul li a {
	text-indent: -333em;
	height: 22px;
	display: block;
}
div#header div#gloval_navi ul li.top {
	width: 121px;
	height: 25px;
	background: url(../img/global_navi_top.gif) no-repeat 0 3px;
}
div#header div#gloval_navi ul li.top_on {
	width: 121px;
	height: 25px;
	background: url(../img/global_navi_top_2.gif) no-repeat 0 0;
}
div#header div#gloval_navi ul li.category {
	width: 121px;
	height: 25px;
	background: url(../img/global_navi_category.gif) no-repeat 0 3px;
}
div#header div#gloval_navi ul li.category_on {
	width: 121px;
	height: 25px;
	background: url(../img/global_navi_category_2.gif) no-repeat 0 0;
}
div#header div#gloval_navi ul li.special {
	width: 121px;
	height: 25px;
	background: url(../img/global_navi_special.gif) no-repeat 0 3px;
}
div#header div#gloval_navi ul li.special_on {
	width: 121px;
	height: 25px;
	background: url(../img/global_navi_special_2.gif) no-repeat 0 0;
}
div#header div#gloval_navi ul li.mypage {
	width: 121px;
	height: 25px;
	background: url(../img/global_navi_mypage.gif) no-repeat 0 3px;
	float: right;
}
div#header div#gloval_navi ul li.mypage_on {
	width: 121px;
	height: 25px;
	background: url(../img/global_navi_mypage_2.gif) no-repeat 0 0;
	float: right;
}

/* -------------------- content_top --------------------- */
div#content_top {
	margin-top: 20px;
	padding: 0px 0px 0px 5px;
}
div#content_top div#category_tree {
	width: 160px;
	float: left;
	border-right: 1px #CCCCCC dotted;
}
div#content_top div#category_tree img {
	vertical-align: bottom;
}
div#content_top div#recommend {
	margin-left: 15px;
	width: 500px;
	float: left;
	display: inline;
}
div#content_top div#recommend div.recommend_inner {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px #CCCCCC dotted;
}
div#content_top div#recommend div.recommend_inner div#recommend_inner_img {
	width: 295px;
	float: left;
}
div#content_top div#recommend div.recommend_inner div#recommend_inner_word {
	width: 205px;
	float: left;
}
div#content_top div#recommend div.recommend_inner p.word {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	background: #EDEDED;
	border-left: 3px #999999 double;
	border-bottom: 1px #CCCCCC dotted;
	color: #333333;
	font-size: 13px;
}
div#content_top div#recommend div.recommend_inner ul {
	padding: 5px 0px 0px 5px;
}
div#content_top div#recommend div.recommend_inner ul li {
	margin: 0px;
	padding-left: 3px;
	line-height: 1.7;
	font-size: 13px;
	display: inline;
}
div#content_top div#recommend div.recommend_inner p.title {
	margin-bottom: 20px;
}
div#content_top div#recommend div.recommend_inner div.special_inner_img {
	width: 140px;
	float: left;
	text-align: right;
}
div#content_top div#recommend div.recommend_inner div.special_inner {
	width: 220px;
	float: left;
}
div#content_top div#recommend div.recommend_inner div.special_inner_img img {
	padding: 5px;
	border: 1px #CCCCCC solid;
}
div#content_top div#recommend div.recommend_inner div.special_inner p.special {
	width: 33px;
	height: 19px;
	background: url(../img/icon_special_top.gif) no-repeat 0 0;
	text-indent: -333em;
}
div#content_top div#recommend div.recommend_inner div.special_inner p.special_link {
	margin: 5px 0px 10px;
	font-weight: bold;
	font-size: 13px;
}
div#content_top div#recommend div.recommend_inner div.special_inner p.special_link img {
	padding-right: 5px;
	vertical-align: top;
}
div#content_top div#recommend div.recommend_inner div.special_inner ul {
	padding: 5px 0px 0px 3px;
}
div#content_top div#recommend div.recommend_inner div.special_inner ul li {
	margin: 0px 5px 10px 0px;
	line-height: 1.7;
	font-size: 13px;
	display: inline;
}
div#content_top div#side_topic {
	margin-left: 10px;
	width: 208px;
	float: left;
	display: inline;
}
div#content_top div.side_topic_inner {
	margin-bottom: 20px;
	padding-left: 5px;
	background-color: #FFFFFF;
	border-left: 1px #CCCCCC dotted;
	background: url(../img/background_side_topic_inner.gif) repeat-x left bottom;
}
div#content_top div.side_topic_inner p {
	padding: 5px 10px 0px 5px;
	font-size: 13px;
	line-height: 1.5;
	color: #666666;
}
div#content_top div.side_topic_inner p.right {
	padding: 0px 5px 5px;
}
div#content_top div.side_topic_inner p.title {
	padding: 0px 5px 10px;
}
div#content_top div.side_topic_inner p.free_img {
	padding: 0px 0px 5px;
	text-align: center;
}
div#content_top div.side_topic_inner dl {
	padding: 5px 5px 5px 10px;
}
div#content_top div.side_topic_inner dl dt {
	margin-bottom: 2px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px #CCCCCC dotted;
	color: #FF6600;
	line-height: 1.5;
}
div#content_top div.side_topic_inner dl dd {
	padding: 3px 0px 10px 0px;
	line-height: 1.5;
	color: #666666;
}
div#content_top div.side_topic_inner a:link,
div#content_top div.side_topic_inner a:visited { color: #666666; text-decoration: none; }
div#content_top div.side_topic_inner a:hover,
div#content_top div.side_topic_inner a:hover { color: #FF6600; text-decoration: underline; }
div#content_top div.side_topic_inner p.right a:link,
div#content_top div.side_topic_inner p.right a:visited { color: #0066FF; text-decoration: none; }
div#content_top div.side_topic_inner p.right a:hover,
div#content_top div.side_topic_inner p.right a:hover { color: #FF6600; text-decoration: underline; }

/* ---------------------------------------------------------
    title
--------------------------------------------------------- */

h2 {
	margin: 20px 0px 10px;
	padding: 10px 0px 10px 10px;
	text-align: left;
	font-size: 120%;
	line-height: 1.5;
	color: #666666;
	font-weight: bold;
	background: url(../img/background_img_h2.jpg) repeat-x 0 bottom;
}
h3 {
	height: 20px;
	margin: 15px 0px 10px;
	padding: 5px 0px 0px 20px;
	text-align: left;
	font-size: 100%;
	color: #666666;
	font-weight: bold;
	background: url(../img/background_img_h3.jpg) no-repeat 0 0;
}
p {
	line-height: 1.5;
}
/* ---------------------------------------------------------
    class
--------------------------------------------------------- */
.text-bottom {
	vertical-align: text-bottom;
}
.txt_left {
	padding: 5px;
	text-align: left;
	line-height: 1.5;
	font-size: 12px;
}
.txt_right {
	padding: 5px 0px 10px 0px;
	text-align: right;
	line-height: 1.5;
	font-size: 90%;
}
.note {
	color: #FF0000;
}
.pankuzu {
	padding: 5px 0px 0px 5px;
	font-size: 10px;
}
.right {
	text-align: right;
}
.align_center {
	margin-bottom: 10px;
	line-height: 1.5;
	text-align: center;
}
.align_bottom {
	vertical-align: bottom;
}
.isError {
	font-size: 10px;
	color: #FF0000;
}

/* --- content main_img ---------------------------- */
div#wrapper div#main_img01 {
	width: 900px;
	background: url(../img/main_img01.jpg) no-repeat 0 0;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}
div#wrapper div#main_img02 {
	width: 900px;
	background: url(../img/main_img02.jpg) no-repeat 0 0;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}
div#wrapper div#main_img03 {
	width: 900px;
	background: url(../img/main_img03.jpg) no-repeat 0 0;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}
div#wrapper div#main_img04 {
	width: 900px;
	background: url(../img/main_img04.jpg) no-repeat 0 0;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}
* html div#wrapper div#main_img01,
* html div#wrapper div#main_img02,
* html div#wrapper div#main_img03,
* html div#wrapper div#main_img04 {
	border-top: none;
}
div#wrapper div#keyword_search {
	height: 41px;
	margin-top: 318px;
}
* html div#wrapper div#keyword_search {
	height: 41px;
	margin-top: 319px;
}
div#wrapper div#keyword_search input {
}
div#wrapper div#keyword_search_input {
	width: 770px;
	float: left;
}
div#wrapper div#keyword_search_input input.textboxwidth {
	width: 250px;
}
div#wrapper div#keyword_search_input p {
	margin: 0px 10px;
	padding: 10px 0px 0px 0px;
	float: left;
}
div#wrapper div#keyword_search_detailbutton {
	width: 130px;
	float: right;
}
div#wrapper div#keyword_search_detailbutton p {
	padding: 20px 10px 0px 0px;
}
div#wrapper div#keyword_search_detail {
	margin-top: 318px;
	height: 41px;
}
* html div#wrapper div#keyword_search_detail {
	margin-top: 319px;
	height: 41px;
}
div#wrapper div#keyword_search_detail input {
}
div#wrapper div#keyword_search_detail_inner {
	height: 85px;
	margin-top: 1px;
	padding: 10px 0px 0px;
	background: #848484 url(../img/background_keywordsearch_detail_inner.gif) no-repeat 0 0;
	cursor: default;
}
* html div#wrapper div#keyword_search_detail_inner {
	height: 80px;
	margin-top: -3px;
}
div#wrapper div#keyword_search_detail_inner select {
	width: 160px;
}
div#wrapper div#keyword_search_detail_inner p {
	width: 180px;
	text-align: center;
	float: left;
}
*:first-child+html div#wrapper div#keyword_search_detail_inner p span {
	margin-left: 0px;
}
div#wrapper div#keyword_search_detail_inner p span {
	width: 148px;
	margin: 0px 0px 5px 11px;
	padding: 1px 0px 1px 6px;
	line-height: 1.3;
	text-align: left;
	color: #FFFFFF;
	border-left: 6px #FFFFFF double;
	display: block;
}
* html div#wrapper div#keyword_search_detail_inner p span {
	margin: 0px 0px 5px 7px;
	padding: 2px 5px 1px;
	font-size: 12px;
}
div#wrapper div#keyword_search_detail_inner p span.white {
	width: auto;
	margin: 0px;
	padding: 0px;
	line-height: inherit;
	color: #FFFFFF;
	border: none;
	background: none;
	display: inline;
}
div#wrapper div#keyword_search_detail_inner p.center {
	width: 900px;
	margin-top: 0px;
	padding: 10px 0px 5px;
	text-align: center;
	float: none;
}
div#wrapper div#keyword_search_detail_inner p.center input {
	cursor: pointer;
}

/* --- price_list ---------------------------- */
div#wrapper div#price_list {
	margin: 20px 0px 0px;
}

div#wrapper div#price_list p {
	float: left;
}

/* --- content category ---------------------------- */
div#content div#category {
	margin-top: 20px;
}

/* --- page_top ---------------------------- */

p.page_top {
	padding: 0px 5px 5px 0px;
	text-align: right;
	font-size: 10px;
	border-bottom: 5px #CCCCCC solid;
}
/* --- footer_navi box ---------------------------- */
div#footer_navi {
	padding: 10px 0px 0px 10px;
}
div#footer_navi div#footer_navi_box {
	width: 480px;
	padding-left: 10px;
	text-align: left;
	border: 1px #CCCCCC solid;
	float: left;
}
div#footer_navi div#footer_navi_box ul {
	padding: 6px 44px 5px 10px;
	text-align: left;
	float: left;
}
div#footer_navi div#footer_navi_box ul li.title {
	margin-bottom: 5px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 3px #CCCCCC double;
}
div#footer_navi div#footer_navi_box ul li {
	margin-bottom: 4px;
	line-height: 1.5;
	text-align: left;
}
/* --- footer_navi footer ad---------------------------- */
div#footer_navi div#footer_ad {
	padding-right: 10px;
	text-align: right;
	float: right;
}
/* --- tree ---------------------------- */
div#treeDiv1 {
	padding: 5px 0px 0px;
}
div#treeDiv1 a {
	padding: 0px 3px;
	color: #666666;
	font-size: 10px;
}
*:first-child+html div#treeDiv1 a {
	padding: 0px 3px;
	font-size: 10px;
}

div#treeDiv1 a:link {}
div#treeDiv1 a:visited {}
div#treeDiv1 a:hover,
div#treeDiv1 a:active {
	color: #FF6600;
}

/* --- tree2 ---------------------------- */
ul.dhtmlgoodies_tree {
	margin:5px 0px 0px;
	padding:0px;
}
ul.dhtmlgoodies_tree ul {
	margin:0px;
	padding:0px 0px 0px 12px;
	display:none;
	list-style-type:none;
	background: url(../img_tree2/background_ul.gif) no-repeat bottom left;
}
ul.dhtmlgoodies_tree li {
	margin-bottom: 2px;
	padding-left:0px;
	list-style-type:none;
	vertical-align:middle;
	line-height: 1.3;
}
* html ul.dhtmlgoodies_tree li {
	margin: 0px 0px 0px;
	padding: 4px 0px 0px;
	list-style-type:none;
	vertical-align:middle;
	line-height: 1.3;
}
ul.dhtmlgoodies_tree li a {
	margin: 0px;
	padding: 0px;
	color:#666666;
	text-decoration:none;
	padding-left:2px;
	font-size: 10px;
	line-height: 1.3;
}
* html ul.dhtmlgoodies_tree li a:link,
* html ul.dhtmlgoodies_tree li a:visited { color: #666666;}


/* -- balloonAdText ----------------------------------------- */
div#generalBalloonSpace ul#balloonAdText {
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
div#generalBalloonSpace ul#balloonAdText li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div#generalBalloonSpace ul#balloonAdText li.attention {
	height: 30px;
	padding: 5px 0px 0px 35px;
	*padding: 4px 0px 1px 35px;
	background: url(../img/icon_balloonAttention.gif) no-repeat 0px 0px;
	font-size: 14px;
	font-weight: bold;
}
*html div#generalBalloonSpace ul#balloonAdText li.attention {
	padding: 3px 0px 2px 35px;
}

/* 詳細検索 非表示 */
div#wrapper div#keyword_search_detailbutton p {
	visibility: hidden;
}

