/*--------------------------------------
 * css(プロトタイプ)
 *------------------------------------*/
/*--------------------------------------
 * 全体の定義
 * ページ背景色・背景画像
 * 文字色・サイズ
 *------------------------------------*/
body {
    background-image:url("/ori/50084/etc_img/main_bg.jpg");
    color:#000;
    font-size:12px;
    line-height:150%;
    margin: 0px;
    padding: 0px;
    text-align:center;
    font-family: "Meiryo","ＭＳ Ｐゴシック","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","MS UI Gothic","Osaka",sans-serif;
}

tr,td,th,div {
    color: #000;
    font-size: 12px;
    line-height: 150%;
}


form {
    margin: 0px;
    padding: 0px;
}
img {
    border:0px;
}
hr {
    color:#C00;
border-style:dotted;
    height:1px;
}
.t9    { font-size: 9px;line-height: 150%; }
.t10    { font-size: 10px;line-height: 180%; font-weight:bolder; }
.t11    { font-size: 11px;line-height: 180%; }
.t12    { font-size: 12px;line-height: 150%; }
.t13    { font-size: 13px;line-height: 150%; }
.t15    { font-size: 15px;line-height: 150%; }
.t18    { font-size: 18px;line-height: 150%; }

/*--------------------------------------
 * リンク 通常時(link,visited,active)
 * リンク マウスが当たっている時(hover)
 *------------------------------------*/
a:link    { color:#000; }
a:visited { color:#000; }
a:active  { color:#C00; }
a:hover   { color:#C00; }
a.blocklink {width:100%;}


/*--------------------------------------
 * input box / text area / select menu
 *------------------------------------*/
.frm_num {
    font-size:11px;
    color:#333333;
    ime-mode: disabled;
}

.frm_str {
    font-size:11px;
    color:#333333;
}

.frm_area {
    font-size:11px;
    color:#333333;
    overflow-y:auto;
}

/*--------------------------------------
 * 外枠
 *------------------------------------*/
#wrapper {

    width: 950px;
    margin: 0px auto;
}

/*--------------------------------------
 * ヘッダ
 *------------------------------------*/
#header_area {
	border-top:solid 0px;
	border-left:solid 0px;
	border-right:solid 0px;
	border-bottom:solid 2px;
	border-color:#fff;
	padding: 0px 0px 0px 0px;
	text-align: left;
	position: relative;
	height:90px;
}
#header_logo_area {
    float: right;
    padding:10px 0px 10px 0px;
}
.header_logo {
    font-size: 22px;
    font-weight: bold;
    color: #666666;
}
#header_lang_select_area {
    float: left;
    margin-top:48px;
}

#header_area a:link    { color:#C00; text-decoration:none; }
#header_area a:visited { color:#C00; text-decoration:none; }
#header_area a:active  { color:#000; text-decoration:none; }
#header_area a:hover   { color:#000; text-decoration:none; }

#header_menu_area {
    float: left;
    margin-top:67px;
    text-align:left;
margin-left:12px;
}

.langmenu {
	color: #C00;
	font-size:10px;
	font-weight:bolder;
}

/*--------------------------------------
 * フッタ
 *------------------------------------*/
#footer_area {
    padding:10px 0px 10px 0px;
    text-align:center;


}
.footer {
    font-size: 12px;
    line-height: 200%;
    color: #C00;
}


#footer_area a:link    { color:#C00; text-decoration:none; }
#footer_area a:visited { color:#C00; text-decoration:none; }
#footer_area a:active  { color:#000; text-decoration:none; }
#footer_area a:hover   { color:#000; text-decoration:none; }


/*--------------------------------------
 * メインコンテンツ
 *------------------------------------*/
#main_area {
    background-color:#fff;
    border-left:solid 1px;
    border-right:solid 1px;
    border-color:#fff;
    margin: 0px;
    text-align:center;

}
#main_area2 {
    background-position: top left;
    background-repeat: repeat-y;
    background-color:#fff;
    border-left:solid 2px;
    border-right:solid 2px;
    border-color:#fff;
    margin: 0px;
    text-align:center;


}
#main_cont {
    background-color:#fff;
    text-align:left;
    padding:40px 0px 50px 0px;
}
#main_cont2 {
    background-color:#fff;
    text-align:left;
    margin-left:250px;
    padding:35px 0px 50px 0px;
}
.clearing {
    height: 0;
    clear: both;
}

#topimg {
margin-bottom:20px;
margin-top:7px;
}

.txtwidth {
	width:670px;
	margin-top:20px;
	text-align:right;
}
.mainline {
	margin-right:30px;
}

#brand {
	width:670px;
	margin-top: 10px;
	margin-bottom: 40px;
}


#kensu {
	width:655px;
	margin-top: 40px;
}

#kensuue {
	width:670px;
	margin-top: 10px;
	margin-bottom: 30px;
}


/*--------------------------------------
 * サイドバー
 *------------------------------------*/
#sidebar_area {
    background-color:#fff;
    text-align:left;
    margin:0px;
    padding-top:37px;
    padding-left:25px;
    padding-bottom:40px;
    width:220px;
    float: left;
    line-height:20px;
}
.sidebardl {
    padding: 0;
    margin: 0;
}
.sidebardl dt {
    background:#fff;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 2px;
}
.sidebardl dd {
    background: #fff;
    padding: 0px 0px;
    margin: 1px 0 0 0;
}
.sidebardl dd:hover {
    padding: 0px 0px;
    margin: 1px 0 0 0;
}

#sidebar_area a:link    { color:#000; text-decoration:none; }
#sidebar_area a:visited { color:#000; text-decoration:none; }
#sidebar_area a:active  { color:#C00; text-decoration:none; }
#sidebar_area a:hover   { color:#C00; text-decoration:none; }

.leftline {
width: 200px;
}

/*--------------------------------------
 * 共通枠
 *------------------------------------*/
.waku {
    border: 1px solid;
    border-color: #afaeae;
    padding:10px;
    margin:0px auto;
}

/*--------------------------------------
 * ページタイトル
 *------------------------------------*/
.title {
    font-weight: bold;
    font-size: 12px;
    color: #000;
    padding: 3px 3px 3px 0;
    margin:8px 0px 8px 0px;
}

/*--------------------------------------
 * テーブル
 *------------------------------------*/
/* テーブル枠 */
.tbl {
    background-color:#afaeae;
}
/* タイトル部 */
.cell_t {
    color:#000;
    background-color:#fff;
    padding: 3px;
    white-space:nowrap;
}
/* データ部 */
.cell_d {
    color:#000;
    background-color:#fff;
    padding: 3px;
}

/*--------------------------------------
 * 強調文字
 *------------------------------------*/
.stress {
    color: #cc0000;
    font-weight: bold;
}

/*--------------------------------------
 * フォーム注意書き文字
 *------------------------------------*/
.note {            /* stress */
    font-size: 10px;
    color: #ff0000;
}
.note2 {        /* normal */
    font-size: 10px;
    color: #666666;
}

/*--------------------------------------
 * エラーメッセージボックス
 *------------------------------------*/
.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:13px;
}

/*--------------------------------------
 * 商品リストボックス
 *------------------------------------*/
/* 一覧形式 */
.goodslist_box {
    background-color:#ffffff;
    border: 1px solid;
    border-color: #ffffff;
    padding:10px;
    margin:10px 0px 10px 0px;
}
/* マス目形式 */
.goodslist_box2 {
width:155px;
height:340px;
    float:left;
    padding:5px;
}

.goodslist_box2 a:link { color:#000; }
.goodslist_box2 a:visited { color:#000; }
.goodslist_box2 a:active  { color:#C00; }
.goodslist_box2 a:hover   { color:#C00; }
.goodslist_box2 a.blocklink {width:100%; }

/*--------------------------------------
 * 商品リストサムネイル枠
 *------------------------------------*/
.thumbnail {
    background-color:#ffffff;
    border: 0px solid;
    border-color: #ffffff;
    width: 135px;
    height: 180px;
    text-align: center;
}

/*--------------------------------------
 * リンク抑制文字色
 *------------------------------------*/
.linkoff {
    color: #000;
    text-decoration: none;
}

/*--------------------------------------
 * 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 */



/*--------------------------------------
 * 商品詳細説明文
 *------------------------------------*/

#info {
    width:300px;
}
