
#eyecatch
{
	margin-bottom: 30px;
}

#main h3
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #333333;
	line-height: 40px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 16px;
	background-image: url(../images/main_t01.png);
	background-repeat: no-repeat;
}

#main h3.reel
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #333333;
	line-height: 40px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 16px;
	background-image: url(../images/main_t02.png);
	background-repeat: no-repeat;
}


#main .head_box
{
	_zoom:1;
	overflow:hidden;
	margin-bottom: 20px;
}

#main .head_box_img
{
	float: right;
	margin-left:20px;
}

#main .head_box h2
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#main .chart_box
{
	margin-bottom: 20px;
	background-image: url(../images/chart_body.gif);
	background-repeat: repeat-y;
	position: relative;
}
#main .chart_box h3
{
	margin: 0px;
	padding: 0px;
}

#main .chart_info_btn
{
	position: absolute;
	top: 12px;
	right: 0px;
}

#main .chart_box td
{
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}

#main .chart_box td h4
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main .chart_box table
{
	background-image: url(../images/chart_foot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}


#main .chart_box td p
{
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}


#main .contact_btn
{
	margin-bottom: 30px;
}

#main .tweet_box
{
	margin-bottom: 30px;
	padding-left: 100px;
}


#main .product_box
{
	_zoom: 1;
	overflow: hidden;
	margin-bottom: 20px;
}

#main .product_box_left
{
	float: left;
	width: 480px;
	padding-top: 4px;
}
#main .product_box_left h3
{
	background-image: url(../images/bg_h3_02.gif);
}


#main .product_box_left dl
{
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
#main .product_box_left dt
{
	border-radius: 6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;   /* Firefox用 */
	display: table-cell;
	width: 230px;
	margin: 0px;
	padding: 0px;
	border: 2px solid #ff9901;
	text-align: center;
}

#main .product_box_left dt h4
{
	background-image: url(../images/product_dt_bg.gif);
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	padding: 0px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#main .product_box_left dt img
{
	margin-bottom: 6px;
}

#main .product_box_left dt p
{
	padding: 10px;
	text-align: left;
	line-height: 120%;
}


#main .product_box_left dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}



#main .product_box_right
{
	float: right;
	width: 200px;
}

#main .product_box_right h4
{
	margin: 0px;
	padding: 0px;
}


#main .product_box_right .msg_box
{
	background-color: #fbfbfb;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;

	border-top-left-radius: 0px;     /* 左上 */
	border-top-right-radius: 0px;    /* 右上 */
	border-bottom-left-radius: 4px;  /* 左下 */
	border-bottom-right-radius: 4px; /* 右下 */

	-webkit-border-top-left-radius: 0px;  
	-webkit-border-top-right-radius: 0px;  
	-webkit-border-bottom-right-radius: 4px;  
	-webkit-border-bottom-left-radius: 4px;  

	-moz-border-radius-topleft: 0px;  
	-moz-border-radius-topright: 0px;  
	-moz-border-radius-bottomright: 4px;  
	-moz-border-radius-bottomleft: 4px; 
}

#main .product_box_right p
{
	padding-right: 0.4em;
	padding-left: 0.8em;
	text-align: left;
}


#main .maker_box
{
}

#main .maker_box table
{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	width: 100%;
	margin-bottom: 4px;
}

#main .maker_box th
{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	background-color:#02ADFF;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

#main .maker_box td
{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	padding:10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#main .maker_box .td_product
{
	text-align: left;
	font-weight: normal;
}



#main .maker_box2 table
{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	width: 100%;
	margin-bottom: 4px;
}

#main .maker_box2 th
{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	background-color:#00CC99;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

#main .maker_box2 td
{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	padding:10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#main .maker_box2 .td_product
{
	text-align: left;
	font-weight: normal;
}

.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}