@charset "UTF-8";
/* CSS Document */


/* heading
............................................................... */

.heading_01{
	margin:10px auto 5px;
	padding:0 0 2px 15px;
	border-bottom:1px solid #666;
	font-size:90%;
	font-weight:bold;
	width:90%;
	color:#333333;
}
.heading_01 a{
	color:#CC0000;
	display:block;
	width:90%;
}
.heading_01 a:hover{ /* ホバー変色 */
	color:#666;
	/* background-color:#FFFFCC; */
	display:block;
	width:90%;
}
.heading_02{
	margin:5px auto 50px;
	padding:0 10px 0 15px;
	text-align:right;
	font-weight:bold;
	width:80%;
	color:#C00;
}
.heading_03{ /* green */
	margin:5px auto 5px;
	padding-left:5px;
	border-left:5px solid #A5DB00;
	font-weight:bold;
	width:600px;
}
.heading_04{
	margin:5px auto;
	text-align:left;
	font-size:70%;
	width:600px;
	color:#C00;
}
.heading_05{ /* red */
	margin:5px auto 5px;
	padding-left:5px;
	border-left:5px solid #C00;
	font-weight:bold;
	width:600px;
}
.heading_06{ /* gray */
	margin:5px auto 5px;
	padding-left:5px;
	border-left:5px solid #666;
	font-weight:bold;
	width:600px;
}
.heading_07{ /* 枠付き見出し */
	margin:5px 6px 5px 3px;
	padding:5px;
	color:#333333;
	height:auto;
	font-size:90%;
	font-weight:bold;
	background-image:url(/images/parts/product_title_back.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-style:solid;
	border-width:1px 1px 1px 3px;
	border-color:#D6D6D6 #D6D6D6 #D6D6D6 #A5DB00;
}
.heading_08{ /* 全体みどり色 → 枠付き見出し(短) */
	margin:5px 0 3px;
	padding:3px 0 0 10px;
	/* background:url(/images/parts/menu_back.gif) repeat-x; */
	background-image:url(/images/parts/product_title_back.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-style:solid;
	border-width:1px 1px 1px 3px;
	border-color:#D6D6D6 #D6D6D6 #D6D6D6 #A5DB00;
	height:20px;
	color:#333333;
	font-size:90%;
	font-weight:bold;
}
.heading_09{ /* 右寄せ灰色 */
	margin:10px auto 20px;
	padding:0 5px 2px 15px;
	color:#333;
	display:block;
	text-align:right;
	font-weight:bold;
	font-size:80%;
	width:90%;
}
.heading_10{ /* 商品名タイトル */
	margin:5px 0;
	padding:5px 0 5px 10px;
	width:790px;
	height:auto;
	color:#333333;
	font-size:100%;
	font-weight:bold;
	background-image:url(/images/parts/product_title_back.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-width:1px 1px 1px 3px;
	border-style:solid;
	border-color:#DDDDDD #DDDDDD #DDDDDD #FF870E;
}
.heading_11{ /* 枠付き見出し(短の横長) */
	margin:5px 7px 2px 3px;
	padding:3px 0 0 10px;
	/* background:url(/images/parts/menu_back.gif) repeat-x; */
	background-image:url(/images/parts/product_title_back.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-style:solid;
	border-width:1px 1px 1px 3px;
	border-color:#D6D6D6 #D6D6D6 #D6D6D6 #A5DB00;
	height:20px;
	color:#333333;
	font-size:90%;
	font-weight:bold;
}