@charset "utf-8";
/* default start */
/*--------------------------------------
 * css(プロトタイプ)
 *------------------------------------*/
/*--------------------------------------
 * 全体の定義
 * ページ背景色・背景画像
 * 文字色・サイズ
 *------------------------------------*/
body {
    background-color:#ffffff;
	font-size: 12pt;
    line-height:130%;
    margin: 0px;
    padding: 0px;
    text-align:center;
    font-family: verdana, arial, helvetica, sans-serif;
}
tr,td,th,div {
    line-height: 130%;
}
form {
    margin: 0px;
    padding: 0px;
}
img {
    border:0px;
}
hr {
    color:#afaeae;
    border-style:dotted;
    height:1px;
}

.t10    { font-size: 10px;line-height: 130%; }
.t13    { font-size: 12px;line-height: 130%; }
.t15    { font-size: 12px;line-height: 130%; }
.t18    { font-size: 12px;line-height: 130%; }

/*--------------------------------------
 * リンク 通常時(link,visited,active)
 * リンク マウスが当たっている時(hover)
 *------------------------------------*/
a:link    { color:#000000; }
a:visited { color:#000000; }
a:active  { color:#333333; }
a:hover   { color:#666666; text-decoration:underline; background-color:#ffffff; }
a.blocklink {width:100%;}

/*--------------------------------------
 * input box / text area / select menu
 *------------------------------------*/
.frm_num {
    font-size:12px;
    ime-mode: disabled;
}

.frm_str {
    font-size:12px;
}

.frm_area {
    font-size:12px;
    overflow-y:auto;
}

/*--------------------------------------
 * 外枠
 *------------------------------------*/
#wrapper {
    background-color:#ffffff;
    width: 780px;
    margin: 0px auto;
}

/*--------------------------------------
 * ヘッダ
 *------------------------------------*/
#header_area {
    background-color: #ffffff;
    border-top:solid 1px;
    border-left:solid 1px;
    border-right:solid 1px;
    border-bottom:solid 1px;
    border-color:#afaeae;
    padding: 0px 0px 0px 0px;
    text-align: left;
    position: relative;
}
#header_logo_area {
    float: left;
    padding:10px;
}
.header_logo {
    font-size: 12px;
    font-weight: bold;
}
#header_lang_select_area {
    float: right;
    padding:10px;
}

#header_menu_area {
    background-color: #ffffff;
    padding: 10px;
    text-align: right;
}

/*--------------------------------------
 * フッタ
 *------------------------------------*/
#footer_area {
    background-color:#ffffff;
    border-left:solid 1px;
    border-right:solid 1px;
    border-bottom:solid 1px;
    border-color:#afaeae;
    padding:0px 0px 0px 0px;
    text-align:center;
}
.footer {
    font-size: 12px;
    color: #000000;
}

/*--------------------------------------
 * メインコンテンツ
 *------------------------------------*/
#main_area {
    background-color:#ffffff;
    margin: 0px;
    text-align:center;
}
#main_area2 {
    background-position: top left;
    background-repeat: repeat-y;
    background-color:#ffffff;
    border-left:solid 1px;
    border-right:solid 1px;
    border-color:#afaeae;
    margin: 0px;
    text-align:center;
}
#main_cont {
    background-color:#ffffff;
    text-align:left;
    padding:10px 60px 20px 60px;
}
#main_cont2 {
    background-color:#ffffff;
    text-align:left;
    margin-left: 150px;
    padding:10px 20px 20px 20px;
}
.clearing {
    height: 0;
    clear: both;
}
/*--------------------------------------
 * サイドバー
 *------------------------------------*/
#sidebar_area {
    background-color:#ffffff;
    text-align:left;
    margin:0px;
    padding:0px;
    width:150px;
    float: left;
}
.sidebardl {
    padding: 0 0 10px 0;
    margin: 0;
}
.sidebardl dt {
    background: #e0e0e0;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
}
.sidebardl dd {
    background: #f0f0f0;
    padding: 4px 10px;
    margin: 1px 0 0 0;
}
.sidebardl dd:hover {
    background: #e9e9e9;
    padding: 4px 10px;
    margin: 1px 0 0 0;
}


/*--------------------------------------
 * 共通枠
 *------------------------------------*/
.waku {
    border: 1px solid;
    border-color: #afaeae;
    padding:10px;
    margin:0px auto;
}

/*--------------------------------------
 * ページタイトル
 *------------------------------------*/
.title {
    font-weight: bold;
    font-size: 14px;
    background-color: #f0f0f0;
    border: 1px solid #dcdcdc;
    padding: 5px 3px 3px 0.5em;
    margin:8px 0px 8px 0px;
}

/*--------------------------------------
 * テーブル
 *------------------------------------*/
/* テーブル枠 */
table tr {
	border: solid 1px #FFFFFF;
}
.tbl {
    background-color: #CCCCCC;
}
/* タイトル部 */
.cell_t {
    background-color:#ededed;
    padding: 5px 10px 5px 10px;
    white-space:nowrap;
}
/* データ部 */
.cell_d {
    background-color:#ffffff;
    padding: 5px 10px 5px 10px;
}

/*--------------------------------------
 * 強調文字
 *------------------------------------*/
.stress {
    font-weight: bold;
}

/*--------------------------------------
 * フォーム注意書き文字
 *------------------------------------*/
.note {            /* stress */
    font-size: 10px;
    color: #ff0000;
}
.note2 {        /* normal */
    font-size: 10px;
}

/*--------------------------------------
 * エラーメッセージボックス
 *------------------------------------*/
.errbox {
    background: #ffffcc url(/tpl_img/proto_ja/alert.gif) 4px 4px no-repeat;
    border: 1px solid;
    border-color: #ff0000;
    padding: 5px 5px 5px 32px;
    margin:10px auto;
    text-align: left;
    color:#ff0000;
    font-size:12px;
}

/*--------------------------------------
 * 商品リストボックス
 *------------------------------------*/
/* 一覧形式 */
.goodslist_box {
    background-color:#ffffff;
    border: 1px solid;
    border-color: #afaeae;
    padding:10px;
    margin:10px 0px 10px 0px;
}
/* マス目形式 */
.goodslist_box2 {
    float:left;
    padding:10px;
}

/*--------------------------------------
 * 商品リストサムネイル枠
 *------------------------------------*/
.thumbnail {
    background-color:#ffffff;
    border: 1px solid;
    border-color: #afaeae;
    width: 100px;
    height: 100px;
    text-align: center;
}

/*--------------------------------------
 * リンク抑制文字色
 *------------------------------------*/
.linkoff {
    color: #c0c0c0;
    text-decoration: underline;
}

/*--------------------------------------
 * other table bug
 *------------------------------------*/
/* 3px IE bug hack hidden from IE5-mac */
* html #header_area { height: 1%; }
* html #main_cont { height: 1%; }
* html #main_cont2 { height: 1%; }
/* End hide from IE5-mac */ 
/* default end */

* {
	margin:0;
	padding:0;
}

html,
body {
	height:100%;
}

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}

ul,
ol,
dl {
	list-style-type:none;
}

img,
a img {
	border:0;
}

table {
	border-collapse:separate;
}

textarea {
	font-size:100%;
}

.clear {
	clear:both;
	height:0;
	visibility:hidden;
	font-size:1px;
	line-height:0px;
}

a {
	text-decoration: none;
}

br {
	letter-spacing:0;
}

option {
	padding:0 10px 0 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 12px;
}

address {
	font-style: normal;
}

body {
	font-size: 12px;
}
.line {
	background:transparent url(/ori/30342/etc_img/line_list.gif) no-repeat scroll left top;
	height:2px;
	width:894px;
	margin-left: 3px;
	_margin-left: 0px;
}
#container {
	width: 900px;
	margin: 10px auto 0;
	padding: 0 0 3px 0px;
	_padding: 0px;
	border: solid 1px #000;
}
#header {
	margin-top: 3px;
	text-align: center;
}
#header p {
	width: 106px;
	height: 34px;
	float: left;
}
#header p img {
	padding-top: 15px;
	padding-left: 5px;
}
#header h1 a {
	width: 898px;
	height: 89px;
	background: url(/ori/30342/etc_img/logo_header.gif);
	display: block;
	background-repeat:no-repeat;
	background-position: left top;
	outline:none;
	line-height:0;
	text-decoration:none;
	text-indent:-9999px;
	font-size:1px;
	margin-left: 1px;
}
#header h2 {
	width: 894px;
	height: 51px;
	background: url(/ori/30342/etc_img/tit_category.gif);
	display: block;
	background-repeat:no-repeat;
	background-position: left top;
	outline:none;
	line-height:0;
	text-decoration:none;
	text-indent:-9999px;
	font-size:1px;
	margin-left: 3px;
}

/* gnav start */
#gnav {
	height: 24px;
	margin-left: 12px;
}
#gnav ul li {
	float: left;
}
#gnav form select#jumpMenu {
	margin-top: 2px;
}
#gnav li#gnav01,
#gnav li#gnav02,
#gnav li#gnav03,
#gnav li#gnav04,
#gnav li#gnav05 {
	margin-right: 52px;
}
#gnav ul li a {
	display: block;
	float: left;
	background-repeat:no-repeat;
	background-position: left top;
	outline:none;
	line-height:0;
	text-decoration:none;
	text-indent:-9999px;
	font-size:1px;
	margin: 0 auto;
}
#gnav li#gnav01 a {
	width: 87px;
	height: 24px;
	background-image: url(/ori/30342/etc_img/gnav_01.gif);
}
#gnav li#gnav02 a {
	width: 80px;
	height: 24px;
	background-image: url(/ori/30342/etc_img/gnav_02.gif);
}
#gnav li#gnav03 a {
	width: 41px;
	height: 24px;
	background-image: url(/ori/30342/etc_img/gnav_03.gif);
}
#gnav li#gnav04 a {
	width: 85px;
	height: 24px;
	background-image: url(/ori/30342/etc_img/gnav_04.gif);
}
#gnav li#gnav05 a {
	width: 71px;
	height: 24px;
	background-image: url(/ori/30342/etc_img/gnav_05.gif);
}
#gnav li#gnav06 a {
	width: 156px;
	height: 24px;
	background-image: url(/ori/30342/etc_img/gnav_06_lang.gif);
}
/*#gnav li#gnav06 {
	width: 125px;
	height: 24px;
}
#gnav li#gnav06 form select {
	margin-top:2px;
	vertical-align:top;
}
#gnav li#gnav06 form input#langSelect {
	width: 32px;
	height: 24px;
	background-image: url(/ori/30342/etc_img/gnav_06.gif);
}*/
#gnav li#gnav01 a:hover,
#gnav li#gnav02 a:hover,
#gnav li#gnav03 a:hover,
#gnav li#gnav04 a:hover,
#gnav li#gnav05 a:hover/*,
#gnav li#gnav06 a:hover*/ {
	background-position: left bottom;
}
/* gnav end */
/* main start */
#main{
	width: 707px;
	margin-right: 3px;
	margin-bottom: 5px;
	padding: 10px 3px 0 10px;
	float: right;
	border: solid 1px #000;
}
/* main end */
/* footer start */
#footer {
	width: 890px;
	padding: 5px;
	margin: 0 auto;
	font-size: 10px;
}
#footer ul {
	float: left;
}
#footer ul li {
	display: inline;
	margin-right: 20px;
}
#footer address {
	text-align: right;
}
#onlineStore {
	width: 894px;
	height: 14px;
	margin-left: 3px;
	background: url(/ori/30342/etc_img/img_footer.gif) top left no-repeat;
}
/* footer end */
/* cart start */
.cart_thumbnail {
	max-width: 100px;
	max-height: 100px;
	padding: 1px;
	margin-right: 10px;
	vertical-align: middle;
	background-color: #CCC;
}
/* cart start */
