@charset "UTF-8";

/*-----------------------------------------
price共通
-----------------------------------------*/

h5.bar{
	width:676px;
	height:27px;
	background:url(../../images/h5_bar.jpg) no-repeat;
	font-size:14px;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:20px;
	padding:3px 0 0 10px;
	border-left:5px solid #CC3366;
	border-right:1px solid #CCCCCC;
	}

h5.bar_price{
	font-size:16px;
	}

h6.color{
	color:#CC3366;
	font-size:16px;
	font-weight:bold;
	border-bottom:2px solid #CC3366;
	margin-bottom:20px;
	}	

h6.color_small{
	border-bottom:1px solid #999999;
	padding-bottom:2px;
	margin-bottom:5px;
	font-size:12px;
	}	
	

h6{
	font-size:16px;
	}	

.design_table ul{
	font-size:11px;
	margin:5px 0 15px 17px;
	}	

.design_table li{
	list-style: disc;
	}

/*-----------------------------------------
index.htmlの設定
-----------------------------------------*/
	
.catelink{
	margin-bottom:30px;
	}

.cateicon1{
	float:left;
	}	
	
.cateicon1 li{
	width:280px;
	background:url(../../images/mark_news.gif) no-repeat;
	background-position:left 5px;
	/background-position:left 3px;
	padding:0 0 0 20px;
	margin:0 30px 0 0;
	line-height:1.7;
	}

.cateicon2{
	float:right;
	}	
	
.cateicon2 li{
	width:250px;
	background:url(../../images/mark_news.gif) no-repeat;
	background-position:left 5px;
	/background-position:left 3px;
	padding:0 0 0 20px;
	margin:0 50px 0 0;
	line-height:1.7;
	}

#rightbox ul.price li{
	list-style:disc;
		margin-left:15px;
	}	

/*-----------------------------------------
table
-----------------------------------------*/

.design_table table{
	clear:both;
	font-size:11px;
	width: 692px;
	margin:0 auto;
	border:1px solid #CCCCCC;
	border-collapse:separate;
	border-spacing:1px;
	}

.design_table table th {
	font-style:normal;
	color:#333333;
	padding:3px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#E0DED4;
	font-weight:normal;
	}

.design_table table td {
	padding:3px;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #CCCCCC;
	background-color:#F4F4F4;
	}

.design_table table .tb_bottom{ 
	border-bottom:1px solid #F1F0EA;
	}

.design_table table td.bgtop{
	background-color:#E0DED4;
	}		
	

