@charset "UTF-8";

body{
	height:100%;
	margin:0;
	font-family:sans-serif,arial,helvetica;
	}

a:link{
	color:#blue;
	}
a:visited{
	color:#3c86df;
	}
a:active{
	color:#red;
	}
	
img {
	border: none;
}
	
ul, ol {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}	
	
#bg_re{
	background-image: url("images/convertbox_bg_re.jpg");
	background-position:50% 0;
	background-repeat:repeat;
	background-attachment: scroll;
	width:100%;
	min-height:100%;
	min-width: 850px;
	padding:0;
	margin:0;
	overflow: hidden;
	position: absolute;
	border:0 none;
	}
	
#bg_top{
	background-image: url("images/convertbox_bg_001.jpg");
	background-position:50% 0;
	background-repeat:repeat-x;
	background-attachment: scroll;
	width:100%;
	height:100%;
	min-width: 850px;
	min-height:730px;
	margin:0;
    overflow: hidden;
    position: relative;
	border:0;
	}
	
#contents{
	width:850px;
	min-height:1px;
	position:relative;
	margin:125px auto 20px;
	padding:0;
	background:none repeat scroll 0 0 transoarent;
	}

#menu{
	position:50% 0;
	width:850px;
	height:46px;
	position:relative;
	margin:0px auto 20px;
	padding:0;
	min-width:830px;
	padding:0;
	border:0;
	}
	
#menubar{
	height: 23px;
    left: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	top:0;
    width: 620px;
	margin:0;
	padding:0 0 0 25px;
	}

#menubar li{
	display: inline;
	float:left;
	width:120px;
	position:relative;
	height:23px;
	overflow-x:hidden;
	overflow-y:hidden;
	overflow:hidden;
	}	
	
#menubar li a {
	border: none;
	}
#menubar li a img {
	position: absolute;
	top: 0px;
	left: 0px;
	}
#menubar li a:hover img, 
#menubar li.now a img {
    top: -23px;
	}

#menubar li.taiken a img{
	}
#menubar li.suport a img{
	left:-120px;
	}
#menubar li.update a img{
	left:-240px;
	}
#menubar li.manual a img{
	left:-360px;
	}
#menubar li.gfsoft a img{
	left:-510px;
	}
	
h1.img,h2.img,h3.img,h4.img{
	width:450px;
	height:46px;
	margin:10px auto 0px;
	}
	
strong{
	color:red;
	font-weight:bold;
	}

#h1_text,#h2_text,#h3_text{
	font-size: 80%;
	margin:0 25px 0;
	border:0;
	}

#h4_text{
	font-size: 100%;
	margin:0 25px 0px;
	border:0;
	}

#main_table .spec {
	width: 680px;
	margin: 10px 25px;
	border-collapse: collapse;
    border-spacing: 0;
	}

#main_table .spec th{
	color: #436623;
	font-weight: bold;
	vertical-align: top;
	background: #fff;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 10px 4px 9px 4px;
	}
#main_table .spec td {
	color: #232323;
	font-size: 12px;
	line-height: 16px;
	vertical-align: top;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 10px 4px 9px 4px;
	}

#main_table .spec em {
	color: #464646;
	font-weight: bold;
	}

#trial.h1{
	width:450px;
	height:46px;
	margin:0;
	padding:0;
	}
	
#policy{
	border-width:1px;
	border-color:#cccccc;
	border-style:solid;
	text-align: justify;
	width:800px;
	font-size: 80%;
	position:center;
	margin: 0 10px ;
    padding: 10px 12px 10px;
	}	
	
#footer{
	border-top: 1px solid #999999;
	width:850px;
	height:20px;
	position: relative;
	margin:50px 0 20px;
	padding:0 0;
	font-size: 80%;
	text-align:right;
	font-family: arial, helvetica;
	}
	

