@charset "utf-8";
/*--------------------------------------
 * css(プロトタイプ)
 *------------------------------------*/
/*--------------------------------------
 * 全体の定義
 * ページ背景色・背景画像
 * 文字色・サイズ
 *------------------------------------*/
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: 13px;line-height: 130%; }
.t15    { font-size: 15px;line-height: 130%; }
.t18    { font-size: 18px;line-height: 130%; }

/*--------------------------------------
 * input box / text area / select menu
 *------------------------------------*/
.frm_num {
    font-size:13px;
    color:#333333;
    background-color:#ffffef;
    ime-mode: disabled;
}

.frm_str {
    font-size:13px;
    color:#333333;
    background-color:#ffffef;
}

.frm_area {
    font-size:13px;
    color:#333333;
    background-color:#ffffef;
    overflow-y:auto;
}

/*--------------------------------------
 * メインコンテンツ
 *------------------------------------*/
.clearing {
    height: 0;
    clear: both;
}

/*--------------------------------------
 * 共通枠
 *------------------------------------*/
.waku {
    border: 1px solid;
    border-color: #afaeae;
    padding:10px;
    margin:0px auto;
}

/*--------------------------------------
 * ページタイトル
 *------------------------------------*/
.title {
    font-weight: bold;
    font-size: 120%;
	font-family: "Arial Black", Gadget, sans-serif;
    color: #000;
	width: 562px;
	background: url(../img/title_bg.png) left top repeat;
   /* background-color: #f0f0f0;*/
    border: 1px solid #dcdcdc;
	/*border-bottom: 1px solid #dcdcdc;*/
    padding: 5px 8px;
    margin:8px 0px 5px 0px;
}

.title h2 {
	font-weight: bolder;
    font-size: 120%;
	font-family: "Arial Narrow", Gadget, sans-serif;
	color: #069;
}

#topic-path {
	font-size: 80%;
}

#topic-path a {
	color: #333;
}

#topic-path a:hover {
	color: #069;
}



/*--------------------------------------
 * テーブル
 *------------------------------------*/
/* テーブル枠 */
.tbl {
	width: 330px;
    background-color: #CCC;
	font-size: 90%;
}
/* タイトル部 */
.cell_t {
    color:#000;
	/*border-right: 1px dotted #CCC;*/
    background-color:#EFEFEF;
    padding: 6px;
    white-space:nowrap;
	text-align: left;
}
/* データ部 */
.cell_d {
	width: 70%;
    color:#000;
    background-color:#EFEFEF;
	text-align: left;
	white-space:nowrap;
    padding: 3px 3px 3px 10px;
}

/*--------------------------------------
 * 強調文字
 *------------------------------------*/
.stress {
    color: #cc0000;
    font-weight: bold;
}

.stress_bk {
    color: #000;
    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:#f7f7f3;
    border: 1px solid;
    border-color: #afaeae;
    padding:10px;
    margin:10px 0px 10px 0px;
}
/* マス目形式 */
.goodslist_box2 {
    float:left;
    padding:10px;
}
.goodslist_box2 td{
	text-align: left;
	font-size: 80%;
}

.item_list dt img {
	width: 100px;
}

.item_list dd {
	padding-bottom: 6px;
}


/*--------------------------------------
 * 商品リストサムネイル枠
 *------------------------------------*/
.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 */ 
