/* CSS Basic Style ---------------------------------------------------------- */


body {
	margin: 0px;
	padding:0px;
}
li { 
 list-style:none;
}
h2, h3, h4, h5 { 
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size:100%; 
}
address {
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF; 
}
a:link , a:visited , a:active {
	color: #625C4B;
	text-decoration: none;
}
a:hover {
	color: #625C4B;
	text-decoration: underline;
}
.content_w a:link ,.content_w a:visited ,.content_w a:active {
	color: #ED8E38;
	text-decoration: none;
}
.content_w a:hover {
	color: #ED8E38;
	text-decoration: underline;
}

.margin_box {
	margin-bottom: 15px;
}
.margin_bottom5 {
	margin-bottom: 5px;
}
.margin_bottom10 {
	margin-bottom: 10px;
}
.margin_bottom15 {
	margin-bottom: 15px;
}
.margin_bottom20 {
	margin-bottom: 20px;
}
.margin_bottom30 {
	margin-bottom: 30px;
}
.margin_bottom35 {
	margin-bottom: 35px;
}
.margin_top10 {
	margin-top: 10px;
}
.margin_top15 {
	margin-top: 15px;
}
.margin_top20 {
	margin-top: 20px;
}
.margin_right10 {
	margin-right: 10px;
}
.margin_right5 {
	margin-right: 5px;
}
.margin_left5 {
	margin-left: 5px;
}
.margin_left15 {
	margin-left: 15px;
}
.margin_ecolumn {
	margin-right: 5px;
    margin-bottom: 10px;
}


.txt_o_10 { 
	font-size: 10px; 
	color: #ED8E38;
	line-height: 125%;
	letter-spacing: 1px; 
} 
.txt_g_10 { 
	font-size: 10px; 
	color: #625C4B;
	line-height: 125%;
	letter-spacing: 1px; 
} 
.txt_r_10 { 
	font-size: 10px; 
	color: #FF0000;
	line-height: 125%;
	letter-spacing: 1px; 
} 
.txt_g_12 { 
	font-size: 12px; 
	line-height: 130%;
	letter-spacing: 1px; 
	color: #625C4B; 
}
.txt_br_12 { 
	font-size: 12px; 
	line-height: 130%;
	letter-spacing: 1px; 
	color: #663300; 
}
.txt_g_12_b { 
	font-size: 12px; 
	line-height: 130%; 
	color: #625C4B;
	font-weight: bold;
} 
.txt_b_12_b { 
	font-size: 12px; 
	line-height: 130%; 
	color: #0062A9;
	font-weight: bold;
} 
.txt_or_12_b { 
	font-size: 12px; 
	line-height: 130%; 
	color: #FF6600;
	font-weight: bold;
} 
.txt_g_14 { 
	font-size: 14px; 
	line-height: 1.3em; 
	color: #625C4B; 
} 
.txt_g_14_b { 
	font-size: 14px; 
	line-height: 1.3em; 
	color: #625C4B;
	font-weight: bold;
} 
.txt_r_14_b { 
	font-size: 14px; 
	line-height: 1.3em; 
	color: #FF0000;
	font-weight: bold;
} 
.txt_r_12_b { 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #FF0000;
	font-weight: bold;
} 
.txt_w_11 {
	font-size: 11px;
	line-height: 1.3em; 
	color: #FFFFFF;
} 
.txt_w_12 {
	font-size: 12px;
	line-height: 1.3em; 
	color: #FFFFFF;
} 
.text_headre{
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

.content_w {
	border-bottom: 2px #FF9966 solid;
	border-left: 2px #FF9966 solid;
	border-right: 2px #FF9966 solid;
	padding: 6px;
	background-color:#FFFFFF;
	font-size: 12px;
	height: 220px;
}

* html .content_w {
	height: auto;
}

p {
	margin: 3px;
	padding:3px;
}

.news {
	width: 548px;
	border: 1px #DFB896 dashed;
	margin-right: 5px;
	margin-bottom: 30px;
	background-color: #FFFFEB;
}

.news th{
	padding: 10px;
}

.news_product {
	border-bottom: 1px dotted #999999;
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(../images/common/i_arrow.gif) no-repeat 0px 3px;
	color: #625C4B;
	font-size: 12px;
}

.m_product {
	margin-right: 5px;
	margin-bottom: 20px;
}

.foot {
	font-size: 10px;
	color: #333333;
	padding: 10px;
	background-image: url(../images/common/i_footer_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}
.page_foot{
	text-align: right;
	color: #666666;
	font-size: 12px;
}
.page_foot a:link ,.page_foot a:visited ,.page_foot a:active ,.page_foot a:hover {
	text-decoration: underline;
}

.table {
	background-color: #CCCCCC;
	margin-right: 5px;
	margin-bottom: 30px;
	width: 570px;
}

.table th{
	background-color: #F2E3D7;
	width: 80px;
	text-align: left;
	font-size: 12px; 
	line-height: 130%;
	letter-spacing: 1px; 
	color: #333333;
	font-weight: normal;
	padding-left:5px;
}

.table td{
	background-color: #FFFFFF;
	font-size: 12px; 
	line-height: 130%;
	letter-spacing: 1px; 
	color: #333333;
	font-weight: normal;
	padding-left:5px;
}
.table2 {
	background-color: #CCCCCC;
	margin-right: 5px;
	margin-bottom: 30px;
	width: 570px;
}

.table2 th{
	background-color: #D1F4B0;
	width: 90px;
	text-align: left;
	font-size: 12px; 
	line-height: 130%;
	letter-spacing: 1px; 
	color: #333333;
	font-weight: normal;
	padding-left:5px;
}

.table2 td{
	background-color: #FFFFFF;
	font-size: 12px; 
	line-height: 130%;
	letter-spacing: 1px; 
	color: #333333;
	font-weight: normal;
	padding-left:5px;
}
.table3 {
	background-color: #999999;
	margin-right: 5px;
	margin-bottom: 30px;
	width: 570px;
}
.table3 th{
	background-color: #B1CF6B;
	text-align: left;
	font-size: 12px; 
	line-height: 130%;
	letter-spacing: 1px; 
	color: #333333;
	font-weight: normal;
	padding-left:5px;
}
.table3 td{
	background-color: #FFFFFF;
	font-size: 12px; 
	line-height: 130%;
	letter-spacing: 1px; 
	color: #333333;
	font-weight: normal;
	padding-left:5px;
}
.boder{
	border-bottom: 1px dotted #D3B26F;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 15px;
}
.boder2{
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 15px;
	border-top: 1px dotted #D3B26F;
}
div.border_bg {
	background-color: #FFFFE2;
	border: 1px dashed #D8A782;
	padding: 12px;
}

div.border_bg2 {
	background-color: #FFFFEA;
	float: left;
	width: 280px;
	display:inline;
	padding: 5px 0 5px 0;
	border-top: 1px dashed #D8A782;
	border-right: 1px dashed #D8A782;
	border-left: 1px dashed #D8A782;
	border-bottom: 1px dashed #D8A782;
}
div.group {
	width: 570px;
	margin-bottom: 10px;
}
div#group {
	width: 570px;
	margin-bottom: 10px;
}
div.border_bg3 {
	background-color: #FFFFEA;
	float: right;
	width: 280px;
	display:inline;
	padding: 5px 0 5px 0;
	border-top: 1px dashed #D8A782;
	border-right: 1px dashed #D8A782;
	border-left: 1px dashed #D8A782;
	border-bottom: 1px dashed #D8A782;
}
div.border_bg4 {
	background-color: #FFFFEA;
	border: 1px dashed #D8A782;
	padding: 12px;
}

.clearfix:after { display:block; clear:both; content:""; }
.clearfix { display:inline-block; }
* html .clearfix { height: 1em; }
.clearfix { display: block; }

/*IE6.7.modern*/
* html .foot_img {
	margin-left: 1px;
	display: block;
}
*:first-child + html .foot_img{
	margin-left: 1px;
	display: block;
}
html>/**/body .foot_img{ 
	margin-left: 3px;
	display: block;
}
p#logo_2 {
	text-indent: -9999px;
	text-align:left;
	width: 262px;
	height: 32px;
	padding: 0;
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
}

p#logo_2 a:link, p#logo_2 a:visited, p#logo_2 a:active {
	display: block;
	width: 262px;
	height: 32px;
	position: absolute;
	z-index: 3;
}

p#logo_2 a:hover {
	display: block;
	width: 262px;
	height: 32px;
	position: absolute;
	z-index: 3;
}
.bana {
	height: 56px;
	width: 212px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.margin_bottom30 .margin_right5 p {
	margin: 0px;
	padding: 0px;
}
