#body_back{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
}

#head_image{
}

.main_box{
	padding:0px 0px 0px 0px;
}

#topic_pach {
	font-size: 70% ;
	margin-bottom: 20px ;
}


.text_area ul{
	margin:15px 10px 20px 20px;
}
.text_area li{
	margin-bottom:5px;
	line-height:150%;
}

.text_area ol{
	margin:15px 10px 20px 28px;
}

.page_top{
	text-align:right;
	margin-top:40px;
	margin-right:12px;
	font-size:80%;
}

.hr01 {
	height: 1px ;
}



/*------------------ Table ---------------------------------------------------------------------------------------*/
.table01{
	background-color:#000;
	margin-top:20px;
	margin-bottom:20px;
}

.table01 th{
	background-color:#141414;
	color:#FFF;
	padding:6px;
	text-align:left;
}
.table01 .table_title{
	background-color:#454545;
	color:#FFF;
	padding:6px;
	text-align:center;
}
.table01 td{
	background-color:#2E2E2E;
	color:#FFF;
	padding:6px;
	text-align:left;
}

.table02{
	margin-top:20px;
	margin-bottom:30px;
}

.table02 .box01{
	width:33%;
	height:225px;
}

.table02 .box02{
	width:33%;
	height:225px;
}

.table02 .box03{
	width:33%;
	height:225px;
}

.table02 td{
	color:#FFF;
	font-size:80%;
	text-align:center;
}

.table03{
	background-color:#000;
	margin-top:20px;
}

.table03 td{
	color:#FFF;
	font-size:80%;
	vertical-align:top;
	line-height:150%;
}

.table03 .table03_title{
	font-size:14px;
	font-weight:bold;
	color:#FFC700;
	border-bottom:1px solid #000;
	padding-top:7px;
}

.table03 .box04{
	width:275px;
	padding-right:20px;
}

.table03 td{
	color:#FFF;
	font-size:80%;
	vertical-align:top;
}

.table04{
	font-size:75%;
	background-color:#000;
	margin-bottom:30px;
	line-height:120%;
}

.table04 td{
	color:#FFF;
	vertical-align:top;
	padding-top:15px;
	padding-right:22px;
}

.table05{
	background-color:#000;
	margin:20px 0 40px 0;
}

.table05 td{
	color:#FFF;
	font-size:80%;
	vertical-align:top;
	line-height:150%;
}

.table05 .box04{
	width:430px;
	padding-right:10px;
}

.table06{
	background-color:#000;
	vertical-align:top;
	width:100%;
	margin-bottom:30px;
}

.table06 td{
	color:#FFF;
	font-size:100%;
	vertical-align:top;
}

.table06 .box{
	width:300px;
}

.table06 .txt{
	padding-left:20px;
}

.table07{
	margin-top:-20px;
	margin-bottom:30px;
}

.table07 .box01{
	width:33%;
	height:225px;
}

.table07 .box02{
	width:33%;
	height:225px;
}

.table07 .box03{
	width:33%;
	height:225px;
}

.table07 td{
	color:#FFF;
	font-size:80%;
	text-align:center;
}

.table08{
	background-color:#000;
	margin-top:20px;
	margin-bottom:20px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:2px solid #ccc;
}

.table08 th{
	background-color:#141414;
	color:#FFF;
	padding:6px;
	text-align:left;
}
.table08 .table_title{
	background-color:#454545;
	color:#FFF;
	padding:6px;
	text-align:center;
}
.table08 td{
	background-color:#2E2E2E;
	color:#FFF;
	padding:6px;
	text-align:left;
}
.table08 tr:first-child > *:first-child{
	-moz-border-radius-topleft:4px;
}
.table08 tr:first-child > *:last-child{
	-moz-border-radius-topright:4px;
}
.table08 tr:last-child > *:first-child{
	-moz-border-radius-bottomleft:4px;
}
.table08 tr:last-child > *:last-child{
	-moz-border-radius-bottomright:4px;
}

#photo {
	font-size:12px;
}
/*------------------ function ---------------------------------------------------------------------------------------*/

.function_table { width: 100% ; }
.function_table .left,
.function_table .right { width: 48% ; vertical-align: top ; }
.function_table .center { width: 4% ; }

.function_box { width: 100% ; margin-bottom: 40px ; }
.function_box .icon { width: 90px ; vertical-align: top ; }
.function_box .icon img { vertical-align: top ; }
.function_box .txt { vertical-align: top ; }
.function_box .txt2 { vertical-align: middle ; }
.function_box .txt .title { color: #DEAA36 ; font-weight: bold ; margin-bottom: 5px ; }

p.function_more {
	font-size: 80% ;
	text-align: right ;
	line-height: 100% ;
	background-color: #333 ;
	padding: 3px 3px 3px 3px ;
	margin-top: 10px ;
}
p.function_backtop {
	text-align: right ;
}

ul.function_list { margin: 10px 0px 0px 0px ; }
ul.function_list li {
	border: 1px solid #777 ;
	background-color: #222 ;
	background-image: url(../image02/link_mark01.gif) ;
	background-position: 6px 50% ;
	background-repeat: no-repeat ;
	list-style-type: none ;
	margin: 0px 0px 5px 0px ;
	padding: 2px 2px 2px 35px ;
}
ul.function_list li a,
.function_box .txt .title a { text-decoration: none ; }


/*------------------ Faq -----------------------------------------------------------------------------------------*/
.faq_text{
	margin:0 10px 10px 24px;
	font-size:90%;
	line-height:140%;
}
.faq_text ol{
	margin:5px 10px 40px 40px;
}
.faq_text li{
	margin-bottom:8px;
	line-height:150%;
}

.faq_text dl{
	margin:10px 10px 40px 10px;
}
.faq_text dt{
	border-bottom:solid 1px #785719;
	padding-bottom:2px;
	padding-left:3px;
	font-weight:bold;
}
.faq_text dd{
	margin:8px 10px 45px 15px;
}



/*------------------ Support -------------------------------------------------------------------------------------*/
.news{
	margin:15px;
}
.news dt{
	font-weight:bold;
	border-bottom:solid 1px #785719;
}
.news dd{
	margin:0.5em 0 3em 1em;
}

/*------------------ Download --------------------------------------------------------------------------------------*/
.dl{
	padding:7px;
	border:solid 1px #785719;
	background-color:#0A0A0A;
	margin:10px;
	text-align:center;
}

.campaign_price {
	color:#fabe00;
	text-align:right;
	font-size:20px;
	font-weight:bold;
}
