@charset "UTF-8";
/* CSS Document */

@import "com.css";
@import "goods_list.css";
@import "goods_list_inner_full.css";
@import "goods.css";
@import "common.css";
@import "member_signup.css";
@import "simple_training_set.css";
@import url("tokuten2.css");


/*login
---------------------------*/
#header_login {
	text-align:center;
	border-bottom:1px solid #C8C8C8;
	padding-bottom:2px;
	font-size:80%;
	margin-bottom:10px;
}
#header_login1 {
	text-align:center;
	border-bottom:1px solid #C8C8C8;
	padding-bottom:2px;
	font-size:80%;
	margin-bottom:10px;
}

/*contents_left
------------------------------*/
#contents_left {
	float:left;
	width:180px;
	margin-bottom:15px;
}


/*goods_category
------------------------------*/
#goods_category_hed {
	background: url(../images/onlineshop/com/arrow01.gif) no-repeat top left #596f9e;
	height:23px;
	padding-left:20px;
}



#goods_category_hed h2 {
	font-size:80%;
	font-weight:normal;
	color:#FFFFFF;
	margin:0;
	padding-top:5px;
}



#goods_category {
	margin-bottom:15px;
}



#goods_category ul.cat_list {
	margin:0;
	padding:0;
	list-style:none;
}


#goods_category ul.cat_list li {
	display:block;
	width:180px;
	height:34px;
}

#goods_category ul.cat_list li a {
	display:block;
	font-size:80%;
	background:url(../images/onlineshop/com/sub_menu_bg.jpg) no-repeat bottom;
	padding-top:12px;
	padding-right:5px;
	padding-left:20px;
}


/*membermenu
------------------------------*/
#membermenu_hed {
	background: url(../images/onlineshop/com/arrow02.gif) no-repeat top left #596f9e;
	height:23px;
	padding-left:20px;
	display:none;/*Javescript判定の表示・非表示*/
}


#membermenu_hed h2 {
	font-size:80%;
	font-weight:normal;
	color:#FFFFFF;
	margin:0;
	padding-top:5px;
}



#membermenu {
	margin-bottom:15px;
	display:none;/*Javescript判定の表示・非表示*/
}



#membermenu ul {
	margin:0;
	padding:0;
	list-style:none;
	border-left:5px solid #788cbe;
}



#membermenu li {
	display:block;
	font-size:80%;
	background:#F5F5F5;
	padding:3px 3px 3px 10px;
	margin-bottom:1px;
}





/*contents_right
------------------------------*/
#contents_right {
	float:right;
	width:590px;
	margin-bottom:15px;
}



.item {
	float: left;
	width: 140px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 10px;
	height: 250px;
	margin-right: 6px;
}
.item_tltle {
	font-size: 1em;
	font-weight: bold;
	padding-top: 5px;
}
.item_comment {
	font-size: 0.85em;
	padding-top: 5px;
}
.item_price {
	background-color: #FFFFFF;
	padding-top: 5px;
}

.item_category_title {
	font-size: 1.0em;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000099;
	margin-top: 20px;
	margin-bottom: 5px;
}
.item_category_comment {
	font-size: 0.8em;
	margin-bottom: 5px;
	margin-left: 10px;
}

/* member regist
--------------------------------*/
#form_box02_1,#form_box02_2,#form_box02_3,#form_box02_4,#form_box02_5{
	border:1px solid #666666;
	background:#FAFAFA;
	width:600px;
	padding:5px;
}


/*マージン
------------------------------*/

#margin_bottom30 {
	margin-bottom: 30px;
}

#margin_bottom20 {
	margin-bottom: 20px;
}

#margin_bottom10 {
	margin-bottom:10px;
}

#margin_bottom05 {
	margin-bottom: 5px;
}

.font_size80 {
	font-size: 80%;
}