.float_left {float: left;}
.float_right {float: right;}
.float_clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.mar_top5px {margin-top: 5px;}
.mar_top20px {margin-top: 20px;}
.mar_top30px {margin-top: 30px;}
.mar_top40px {margin-top: 40px;}

.mar_left5px {margin-left: 5px;}
.mar_left10px {margin-left: 10px;}
.mar_left20px {margin-left: 20px;}
.mar_left30px {margin-left: 30px;}
.mar_left50px {margin-left: 50px;}

.mar_right10px {padding-right: 10px;}
.mar_right50px {padding-right: 50px;}
.mar_right70px {padding-right: 70px;}

.mar_bottom10px {margin-bottom: 10px;}
.mar_bottom20px {margin-bottom: 20px;}
.mar_bottom50px {margin-bottom: 50px;}
.mar_bottom100px {margin-bottom: 100px;}

.mar_left20right10px {
	padding-right: 10px;
	padding-left: 20px;
}


.mar_top20bot20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mar_top40bot20 {
	margin-top: 40px;
	margin-bottom: 20px;
}


.waku850px {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.waku150px {
	width: 150px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.waku160px {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}

.waku230px {
	width: 230px;
}
.waku580pxsolid1px {
	width: 548px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 15px;
}
.tenten11px {
	background-image: url(images/item_line_tentenH11px.gif);
	height: 11px;
	font-size: 1px;
	line-height: 1px;
}




.text_big {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 120%;
}
.text_b {font-weight: bold;}
.text_s {
	font-size: 10px;
	line-height: 14px;
}
.text_s_red {
	font-size: 0.8em;
	color: #CC0000;
	font-weight: normal;
}
.text_s_red_waku {
	font-size: 10px;
	line-height: 13px;
	color: #993333;
	border: 1px solid #993333;
	padding: 3px;
}
.text_bgbk {
	color: #FFFFFF;
	background-color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.text_osusume {
	font-weight: bold;
	background-color: #FFE9B9;
	width: 160px;
	color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.text_kakomi {
	border: 1px solid #999999;
	width: 120px;
	padding-left: 3px;
	margin-top: 10px;
}
