@charset 'UTF-8';
@import url(navi.css);
@import url(main.css);
@import url(fontdeco.css);

/* ----------------------------------------------
to reset default style
------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	}

ol, ul {
	list-style: none;
	}

img {
	border: none;
	}

h1, h2, h3, h4, h5 {
	font-size: 12px;
	line-height: 1em;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "MS ゴシック", Arial, Helvetica;
	color: #4d4d4d;
	}
	
p, th, td, ul, li {
	line-height: 1em;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "MS ゴシック", Arial, Helvetica;
	color: #4d4d4d;
	}
	
dd, dt {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "MS ゴシック", Arial, Helvetica;
	}

em, span {
	line-height: 1em;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "MS ゴシック", Arial, Helvetica;
	}


/* ----------------------------------------------
body and other basic parts in page
------------------------------------------------- */
body {
	background:url(../img/page_bg.jpg) #fff repeat-x 0 0;
	}

#contents {
	width: 900px;
	height: auto;
	background-color: #fff;
	}

/* ---- left column ---- */
#sidebar1 {
	width: 185px;
	height: auto;
	float: left;
	margin-top: 10px;
	}

/* ---- wrap middle and right column ---- */
#maincontents {
	width: 700px;
	height: auto;
	float: right;
	margin-top: 10px;
	}

#maincontents_23 {
	width: 700px;
	height: auto;
	float: right;
	margin-top: 10px;
	}

/* ---- middle column ---- */
#main500 {
	width: 500px;
	height: auto;
	float: left;
	}

#main700 {
	width: 700px;
	height: auto;
	float: left;
	}

/* ---- right column ---- */
#sidebar2 {
	width: 185px;
	height: auto;
	float: right;
	}

/* ---- box for flash top image 900px ---- */
#top_flash {
	width: 900px;
	height: auto;
	}

#contents > #top_flash {
	margin-bottom: 3px;
	}


/* ----------------------------------------------
sidebar parts ====Support Search Bar 185px====
------------------------------------------------- */
div.spsearch {
	width: 185px;
	background: url(../img/sbar_middle.gif) repeat-y #fff;
	}

div.spsearch-top {
	width: 185px;
	height: 148px;
	background: url(../img/sbar_support.gif) no-repeat #fff;
	}

div.spsearch-top p {
	font-size: 12px;
	color: #fff;
	line-height: 1.5em;
	padding: 85px 12px 5px;
	}
	
div.spsearch-content {
	width: 185px;
	height: 30px;
	padding-top: 26px;
	margin-top: -10px;
	}

div.spsearch-content input.navisearch {
	width: 118px;
	height: 20px;
	margin-left: 19px;
	float: left;
	background: url(../img/searchwindow.gif) 0 0 repeat-x transparent;
	border-style: solid;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-width: 1px;
	border-color: #a1a2a2;
	font-size: 12px;
	color: #4d4d4d;
	padding-left: 4px;
	padding-top: 3px;
	}

div.spsearch-content button {
	width: 23px;
	height: 22px;
	background: url(../img/search_button2.gif) no-repeat 0 0;
	border: none;
	display: block;
	cursor: pointer;
	float: left;}

div.spsearch-bottom {
	width: 185px;
	height: 10px;
	background: url(../img/sbar_bottom.gif) no-repeat #fff;
/* ------ for IE6 bug ------ */
	padding-bottom: 2px;
	}

div.spsearch > div.spsearch-bottom {
	padding-bottom: 11px;
	}


/* ----------------------------------------------
sidebar parts ==== Plain Box 185px ====
------------------------------------------------- */
div.plainbox {
	width: 185px;
	background: url(../img/sbar_middle.gif) repeat-y #fff;
	}

div.plainbox-top {
	width: 185px;
	height: 20px;
	background: url(../img/sbar_top.gif) no-repeat #fff;
	}
	
div.plainbox-content {
	width: 185px;
	height: auto;
	padding-top: 15px;
	margin-top: -20px;
	}

div.plainbox-content img {
	padding: 0 15px 8px;
	}

div.plainbox-content p {
	font-size: 12px;
	line-height: 1.5em;
	padding: 0 15px 5px;
	}

div.plainbox-content p.boxdetail {
	width: 153px;
	height: 26px;
	font-weight: bold;
	line-height: 26px;
	padding-top: 2px;
	letter-spacing: 1px;
	}

div.plainbox-content p.boxdetail a {
	width: 153px;
	height: 26px;
	color: #fff;
	text-decoration: none;
	text-indent: 17px;
	display: block;
	background: url(../img/sbar_button.gif) no-repeat 0 0;
	}

div.plainbox-content p.boxdetail a:hover {
	color: #eff5f8;
	text-decoration: none;
	background: url(../img/sbar_button_o.gif) no-repeat 0 0;
	}

div.plainbox-bottom {
	width: 185px;
	height: 10px;
	background: url(../img/sbar_bottom.gif) no-repeat #fff;
/* ------ for IE6 bug ------ */
	padding-bottom: 2px;
	}

div.plainbox > div.plainbox-bottom {
	padding-bottom: 11px;
	}


/* -------------------------------------------------------------------
sidebar parts ==== Color Box A, B, C, Menu and BUSER Login 185px ====
---------------------------------------------------------------------- */
div.colorbox_a, div.colorbox_b, div.colorbox_c, div.menu, div.buser_login {
	width: 185px;
	background: url(../img/sbar_middle.gif) repeat-y #fff;
	}

div.colorbox_a-top {
	width: 185px;
	height: 27px;
	background: url(../img/sbar1.gif) no-repeat #fff;
	}

div.colorbox_b-top, div.buser_login-top {
	width: 185px;
	height: 27px;
	background: url(../img/sbar2.gif) no-repeat #fff;
	}

div.colorbox_c-top {
	width: 185px;
	height: 27px;
	background: url(../img/sbar3.gif) no-repeat #fff;
	}

div.menu-top {
	width: 185px;
	height: 27px;
	background: url(../img/menu.gif) no-repeat #fff;
	}

div.colorbox_a-top h3, div.colorbox_b-top h3, div.colorbox_c-top h3, div.menu-top h3 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	line-height: 1.5em;
	padding: 5px 12px 0;
	}

div.colorbox_a-content, div.colorbox_b-content, div.colorbox_c-content, div.menu-content, div.buser_login-content {
	width: 185px;
	height: auto;
	padding-top: 17px;
	margin-top: -20px;
	}

div.colorbox_a-content img, div.colorbox_b-content img, div.colorbox_c-content img, div.menu-content img, div.buser_login img {
	padding: 17px 15px 0;
	}

div.colorbox_a-content p, div.colorbox_b-content p, div.colorbox_c-content p, div.menu-content p {
	font-size: 12px;
	line-height: 1.5em;
	padding: 15px 15px 5px;
	}

div.colorbox_a-content p.boxdetail, div.colorbox_b-content p.boxdetail, div.colorbox_c-content p.boxdetail, div.menu-content p.boxdetail, div.buser_login-content p.boxdetail {
	width: 153px;
	height: 26px;
	font-weight: bold;
	line-height: 26px;
	letter-spacing: 1px;
/*---- for IE6 bug ----*/
	margin-top: 7px;
	padding-top: 2px;
	}
	
div.colorbox_a-content > p.boxdetail, div.colorbox_b-content > p.boxdetail, div.colorbox_c-content > p.boxdetail, div.menu-content > p.boxdetail, div.buser_login-conten > p.boxdetail {
	margin-top: 12px;
	padding-top: 1px;
	}

div.colorbox_a-content p.boxdetail a, div.colorbox_b-content p.boxdetail a, div.colorbox_c-content p.boxdetail a, div.menu-content p.boxdetail a, div.buser_login-content p.boxdetail a {
	width: 153px;
	height: 26px;
	color: #fff;
	text-decoration: none;
	text-indent: 17px;
	display: block;
	background: url(../img/sbar_button.gif) no-repeat 0 0;
	}

div.colorbox_a-content p.boxdetail a:hover, div.colorbox_b-content p.boxdetail a:hover, div.colorbox_c-content p.boxdetail a:hover, div.menu-content p.boxdetail a:hover, div.buser_login-content p.boxdetail a:hover {
	color: #eff5f8;
	text-decoration: none;
	background: url(../img/sbar_button_o.gif) no-repeat 0 0;
	}

div.colorbox_a-bottom, div.colorbox_b-bottom, div.colorbox_c-bottom, div.menu-bottom, div.buser_login-bottom {
	width: 185px;
	height: 10px;
	background: url(../img/sbar_bottom.gif) no-repeat #fff;
/* ------ for IE6 bug ------ */
	padding-bottom: 2px;
	}


div.colorbox_a > div.colorbox_a-bottom, div.colorbox_b > div.colorbox_b-bottom, div.colorbox_c > div.colorbox_c-bottom, div.menu > div.menu-bottom, div.buser_login > div.buser_login-bottom {
	padding-bottom: 11px;
	}


/* ------ for menu box only ------ */
div.menu-content ul, div.colorbox_a-content ul, div.colorbox_b-content ul, div.colorbox_c-content ul {
	padding-top: 6px;
	}

div.menu-content li, div.colorbox_a-content li, div.colorbox_b-content li, div.colorbox_c-content li {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
	padding: 10px 2px 5px;
	margin-left: 8px;
	margin-right: 8px;
	}

div.menu-content li a, div.colorbox_a-content li a, div.colorbox_b-content li a, div.colorbox_c-content li a {
	background: url(../img/menu_arrow.gif) no-repeat 5px 50%;
	padding-left: 20px;
	color: #4d4d4d;
	text-decoration: none;
	display: block;
	}

div.menu-content li a:hover, div.colorbox_a-content li a:hover, div.colorbox_b-content li a:hover, div.colorbox_c-content li a:hover {
	color: #283e93;
	text-decoration: underline;
	}

div.menu-content li.menulast, div.colorbox_a-content li.menulast, div.colorbox_b-content li.menulast, div.colorbox_c-content li.menulast {
	border-bottom: none;
	}


/* ------ for buser login box only ------ */
div.buser_login-top h3 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	line-height: 27px;
	padding: 1px 12px 2px;
	}

#buserlogin {
	width: 185px;
	background: url(../img/loginbg.jpg) no-repeat 0 0;
	clear: both;
	margin-top: 3px;
	}

div.buser_login-content p {
	font-size: 12px;
	line-height: 1.5em;
	padding: 3px 15px 5px;
	}

div.buser_login-content p.buser_login_w {
	font-size: 12px;
	line-height: 1.5em;
	padding: 12px 15px 5px;
	}

#buserlogin label.label-top {
	font-size: 12px;
	color: #d6d6d6;
	}

#buserlogin input.loginwindow {
	width: 120px;
	height: 20px;
	background: url(../img/searchwindow.gif) 0 0 repeat-x transparent;
	border: none;
	font-size: 12px;
	color: #4d4d4d;
	padding-left: 4px;
	padding-top: 4px;
	}

#buserlogin p .forgotpw {
	line-height: 12px;
	}

#buserlogin p .forgotpw a {
	background: url(../img/questionmark.gif) no-repeat 0 50%;
	color: #fff;
	text-decoration: underline;
	padding-left: 15px;
	}

#buserlogin p .forgotpw a:hover {
	color: #eff5f8;
	text-decoration: none;
	}

#buserlogin input.checkbox {
	vertical-align: middle;
	border: none;
	background: transparent;
	margin-right: 4px;
	margin-left: 12px;
	}

#buserlogin > input.checkbox {
	margin-left: 15px;
	}

#buserlogin button {
	width: 114px;
	height: 26px;
	text-decoration: none;
	display: block;
	background: url(../img/login.gif) no-repeat 0 0 transparent;
	border-style: none;
	cursor: pointer;
	margin-top: 20px;
	margin-left: 15px;
	}

#buserlogin button p {
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1.6em;
	}


/* ----------------------------------------------
You are at ==== pankuzulist ==== 500px and 700px
------------------------------------------------- */
ul#youareat1 {
	width: 500px;
	height: 26px;
	background: url(../img/youareat1.gif) no-repeat 0 50%;
	margin-bottom: 10px;
	}

ul#youareat2 {
	width: 700px;
	height: 26px;
	background: url(../img/youareat2.gif) no-repeat 0 50%;
	margin-bottom: 10px;
	}

ul#youareat1 li, ul#youareat2 li {
	font-size: 12px;
	height: 26px;
	float: left;
	padding: 0 10px 0 19px;
	line-height: 26px;
	background: url(../img/youareat_list.gif) no-repeat 0 50%;
	}

ul#youareat1 li.at_home, ul#youareat2 li.at_home {
	background-image: none;
	text-decoration: none;
	padding-left: 12px;
	}

ul#youareat1 li.at_current, ul#youareat2 li.at_current {
	color: #0055ac;
	}

ul#youareat1 li.at_current a, ul#youareat2 li.at_current a {
	color: #0055ac;
	text-decoration: none;
	}

ul#youareat1 li.at_current a:hover, ul#youareat2 li.at_current a:hover {
	color: #0055ac;
	text-decoration: none;
	}

ul#youareat1 li a, ul#youareat2 li a {
	font-size: 12px;
	color: #707070;
	text-decoration: none;
	}

ul#youareat1 li a:hover, ul#youareat2 li a:hover {
	text-decoration: underline;
	color: #4d4d4d;
	}


/* ----------------------------------------------
sidebar parts ==== banner 185px ====
------------------------------------------------- */
div.banner1 {
	width: 185px;
	margin-top: 0;
	margin-bottom: 10px;
	}

#storebanner1 p em {
	visibility: hidden;
	}

#storebanner1 p a {
	width: 185px;
	height: 40px;
	display: block;
	background: url(../img/store_banner1.gif) no-repeat;
	text-decoration: none;
	margin-bottom: 10px;
	}

#storebanner1 p a:hover {
	text-decoration: none;
	}


/* ----------------------------------------------
counter measure for bug
------------------------------------------------- */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} 
.clearfix {display: inline-block;} 


/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */ 




/* --------------------------------------------------------------------------------------------------------------------
If you want to include additional styles in this style sheet, 
please write into the section below with your name, date and time that you add the styles.
-------------------------------------------------------------------------------------------------------------------- */


.link_nodeco {
	font-size: 12px;
	line-height: 1.6em;
	}
	
.link_nodeco a{
	text-decoration: none;
	color: #4d4d4d;
	}
	
.link_nodeco a:hover {
	text-decoration: underline;
	color: #555;
	}































