.btn {

}

img {
	border-width: 0px;
	border-style: none;
}

body {
	background: #000000;
}

body#main {
	background: #000000;
	margin: 0px 0px 15px 10px;
	padding: 0px;

}

body#side {
	background: #000000;
	padding: 0px;
	margin: 0px 0px 15px;
}

td {
	font-size: 12px;
	line-height: 160%;
	color: #FFFFFF;
}


p,form,h1,h2,h3,h4 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
}



/*文字用クラス
-----------------------------------------*/

.f10 {
	font-size: 10px;
	line-height: 140%;
}

.f14 {
	font-size: 14px;
	line-height: 150%;
}

.f18 {
	font-size: 18px;
}


.f_red {
	color: #CC0000;
}

.f_yellow {
	color: #ffcc33}

.txt_right {
	text-align: right;	/*テキスト右寄せ*/
}

.txt_center {
	text-align: center;	/*テキスト真ん中*/
}

.notice {
	text-indent: -1em;	/*注意書きに設定*/
	margin-left: 1em;
}



/*リンク設定
-----------------------------------------*/
	
a:link {
	color: #D1B59A;
	text-decoration: none;
}

a:visited {
	color: #D1B59A;
	text-decoration: none;
}

a:hover {
	color: #CC9966;
	text-decoration: underline;
}

.link_gray a:link {
	color: #666666;
}

.link_gray a:visited {
	color: #666666;
}

.link_gray a:hover {
	color: #000000;
}

/*共通レイアウト用クラス
-----------------------------------------*/

.strong {
	font-weight: bold;	/*太字*/
}

.box_pad10 {
	padding: 10px;
}

.p_top5 {
	padding-top: 5px;
}

.p_top10 {
	padding-top: 10px;
}

.p_top15 {
	padding-top: 15px;
}

.p_top20 {
	padding-top: 20px;
}

.p_top25 {
	padding-top: 25px;
}

.p_top30 {
	padding-top: 30px;
}

.p_left40 {
	padding-left: 40px;
}

.p_left20 {
	padding-left: 20px;
}

.p_left10 {
	padding-left: 10px;
}

.p_left5 {
	padding-left: 5px;
}


.p_left15 {
	padding-left: 15px;
}

.p_LR10 {
	padding-left: 10px;
	padding-right: 10px;
}

.p_tb5 {
	padding-top: 5px;
	padding-bottom: 5px;
}


.p_tb10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.m_tb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.m_tb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.m_b5 {
	margin-bottom: 5px;
}

.m_b10 {
	margin-bottom: 10px;
}

.m_b15 {
	margin-bottom: 15px;
}

.m_b20 {
	margin-bottom: 20px;
}

.m_b25 {
	margin-bottom: 25px;
}

.m_b30 {
	margin-bottom: 30px;
}

.m_b40 {
	margin-bottom: 40px;
}
.m_b200 {
	margin-bottom: 200px;
}


/*メイン部分
-------------------------------------------*/


#main_box {
	background: url(../common/main_box_center.gif) repeat-y;
}

#layout_main {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}



/*メイン　商品一覧
-------------------------------------------*/

#main .gbox {
	background: url(../common/gbox_center.gif) repeat-y center;
	width: 500px;
	margin-bottom: 25px;
}

#main .gbox_top {
	background: url(../common/gbox_top.gif) no-repeat top;
}
#main .gbox .gbox_btm {
	background: url(../common/gbox_bottom.gif) no-repeat bottom;
	padding-bottom: 15px;
}

#main .gbox .goods_title {
	margin-top: 8px;
	margin-bottom: 8px;
}

#main .gbox .gbox_title {
	background: url(../common/foot_line.gif) repeat-x bottom;
	margin-bottom: 15px;
}

#main .gbox .goods_txt_s {
	font-size: 10px;
	margin-bottom: 10px;
}

/*商品説明
-------------------------------------------*/

#main .goods_photo {
	border: 1px solid #666666;
}

#main .goods_price {
	color: #fff1a2;
}



/*フッター
-------------------------------------------*/

#footer {
	font-size: 10px;
	background: url(../common/foot_line.gif) no-repeat center top;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
}


/*商品詳細
-------------------------------------------*/

#main .detail_tit {
	font-size: 14px;
	font-weight: bold;
}
#main .rollover_txt {
	font-size: 10px;
	text-align: right;
}
#main #detail_txt {
	margin-bottom: 10px;
}
#main .soldout_txt {
	color: #CC0000;
	margin-bottom: 10px;
	margin-top: 10px;
}
#main .line_under {
	background: url(../common/foot_line.gif) no-repeat bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
