
*{
	margin:0px;
	padding:0px;
	border:0px;
}
html,body{
}

html{
	overflow-y:scroll;
}
body{
	font-size:12px;
	color:#666;
	line-height:18px;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN" ,"‚l‚r ƒSƒVƒbƒN";
}


img{
	vertical-align:text-bottom;
}

a{
	color:#00baff;
	text-decoration:none;
	cursor:hand;
	outline: none;
	overflow: hidden;
}
a:hover{
	color:#ba2222;
}
a:active{
	color:#ff0000;
}

li{
  list-style-type:none;
}

h1,h2,h3,h4,h5,h6{
color:#00ccff;
font-size:16px;
}


/* CommonClass */


/* ListLayout */
.hori{
	zoom:100%;
}
.hori:after{
	content:"";
	display:block;
	clear:both;
	height:0px;
	visibility: hidden;
}

ul.hori li,
.hori .li{
	float:left;
}

.cent{
  text-align:center;
}



.step{
	margin:20px 10px;
}
.step li{
	margin-left:20px;
	padding-bottom:10px;
	list-style-type:decimal;
	line-height:16px;
}

ul.bullet{
	margin:20px 10px;
}
ul.bullet li{
	margin-left:20px;
	padding-bottom:10px;
	list-style-type:disc;
	line-height:16px;
}


.log{
}
.log li{
	float:none;
	line-height:18px;
	margin-top:8px;
	border-bottom:#555 dashed 1px;
	padding:2px 0px;
}

.log .date{
	padding-right:5px;
	font-weight:bold;
	color:#00cfff;
}
.log .text{

}






/* CommonPage */
#all{
	height:100%;
	width:630px;
	margin:0px auto;
	background:#fff;
	border-left:1px solid #eef;
	border-right:1px solid #eef;
}


/* CommonHeader */

#header{
position:relative;
left:0px;
top:0px;
height:87px;
background:url(../image/a_header_menu.gif) no-repeat 65px 5px;
}

#header_logo{
	display:block;
	background:url(../image/logo_arfigure.gif) no-repeat 8px 12px;
/*
background:url(../image/a_header_logo_ar-toy.gif) no-repeat;
*/
	position:absolute;
	left:0px;
	top:0px;
	width:210px;
	height:45px;
	text-indent:-9999px;
/*
left:0px;
top:5px;
width:128px;
height:12px;
*/
}
#header_box{
	display:block;
	position:absolute;
	left:555px;
	top:5px;
	width:70px;
	height:84px;
	text-indent:-9999px;
}

#header_menu{
	position:absolute;
	left:25px;
	top:45px;
	height:18px;
}

#header_menu a{
	background:url(../image/a_header_menu.gif) no-repeat 0px 0px;
	width:80px;
	height:18px;
	display:block;
	text-indent:-9999px;
}

#header_menu .figure a{
	background-position:0px -94px;
}
#header_menu .play a{
	background-position:-480px -94px;
}
#header_menu .technology a{
	background-position:-80px -94px;
}
#header_menu .download a{
	background-position:-160px -94px;
}
#header_menu .shop a{
	background-position:-240px -94px;
}
#header_menu .manual a{
	background-position:-320px -94px;
}
#header_menu .support a{
	background-position:-400px -94px;
}
#header_menu .seihinsiyou a{
	background-position:-560px -94px;
}
#header_menu .top a{
	background-position:-640px -94px;
}

#header_menu .figure a:hover{
	background-position:0px -112px;
}
#header_menu .play a:hover{
	background-position:-480px -112px;
}
#header_menu .technology a:hover{
	background-position:-80px -112px;
}
#header_menu .download a:hover{
	background-position:-160px -112px;
}
#header_menu .shop a:hover{
	background-position:-240px -112px;
}
#header_menu .manual a:hover{
	background-position:-320px -112px;
}
#header_menu .support a:hover{
	background-position:-400px -112px;
}
#header_menu .seihinsiyou a:hover{
	background-position:-560px -112px;
}
#header_menu .top a:hover{
	background-position:-640px -112px;
}

#figure #header_menu .figure a{
	background-position:0px -130px;
}
#play #header_menu .play a{
	background-position:-480px -130px;
}
#technology #header_menu .technology a{
	background-position:-80px -130px;
}
#download #header_menu .download a{
	background-position:-160px -130px;
}
#shop #header_menu .shop a{
	background-position:-240px -130px;
}
#manual #header_menu .manual a{
	background-position:-320px -130px;
}
#support #header_menu .support a{
	background-position:-400px -130px;
}
#manual02 #header_menu .seihinsiyou a{
	background-position:-560px -130px;
}
#suport #header_menu .top a{
	background-position:-640px -130px;
}


/* CommonFooter */

#footer{
	width:580px;
	background:url(../image/a_footer_bg.gif) no-repeat;
	padding-top:45px;
	margin:0px auto;
}

#footer_menu{
	width:100px;
	margin:0px auto;
}

#footer_menu li{
}

#footer_menu li a{
	display:block;
	width:100px;
	height:20px;
	line-height:20px;
	text-align:center;
}

#footer_banner{
	width:200px;
	height:60px;
	margin:0px auto;
}

#footer_name{
	text-align:center;
	line-height:40px;
}





#main{
/*
	width:550px;
*/
	margin:12px auto;
	overflow:hidden;
}
#main h1{
  margin-bottom:24px;
}
#main h3{
  line-height:20px;
}

.w_half{
width:270px;
}