@charset "utf-8";

/* basic
============================================================*/
html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color : #F5F5F5;
	color : #1E1E1E;
	text-align: center;
}

body.en {
	font-family: "Arial","Helvetica","sans-serif";
}
body.jp {
	font-family: Hiragino Kaku Gothic Pro,"MS UI Gothic",sans-serif;
}

div,img,hr,h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	font-weight: normal;
	text-align: left;
	line-height: 100%;
}

strong {
	font-weight: bold;
}

/* layout
============================================================*/
div#html_container {
	line-height: 140%;
	font-size: 77%;
	margin-right: auto;
	margin-left: auto;
	width: 804px;
}


/* link style
============================================================*/
a {
	color: #1E1E1E;
	text-decoration: underline;
	outline: none;
}

a:link {
	color: #1E1E1E;
	ext-decoration: underline;
}

a:visited {
	color: #1E1E1E;
	text-decoration: underline;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

a:active {
	color: #CC0000;
	text-decoration: underline;
}

/* head
============================================================*/
div#html_head_container {
	width: 804px;
	height: 100px;
	background: transparent url(../images/html_head.gif) 0 0 no-repeat ;
}

div#html_head_container h1 {
	float:left;
	margin-top:55px;
	width: 270px;
	height: 20px;
	font-size: 1%;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/html_logo.gif) 0 0 no-repeat ;
}
div#html_head_container h1 a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}



/* body
============================================================*/
div#html_body_container {
	width: 804px;
	background: transparent url(../images/html_body.gif) 0 0 repeat-y ;
}

/* body en
============================================================*/
body.en div#html_body_container h2 {
	padding-top: 20px;
	margin: 0px 200px 20px 45px;
	font-size: 140%;
	line-height: 160%;
	font-weight: bold;
}

body.en div#html_body_container h2.nomargin {
	padding-top: 20px;
	margin: 0px 200px 0px 45px;
	font-size: 140%;
	line-height: 160%;
	font-weight: bold;
}

body.en div#html_body_container h3 {
	margin: 0px 200px 0px 45px;
	font-size: 120%;
	line-height: 160%;
	font-weight: bold;
}

body.en div#html_body_container h4 {
	margin: 0px 200px 0px 45px;
	font-size: 120%;
	line-height: 160%;
	font-weight: bold;
}

body.en div#html_body_container p.html_one {
	margin: 0px 200px 20px 45px;
	font-size: 120%;
	line-height: 150%;
}

body.en div#html_body_container ol {
	margin: 0px 200px 20px 65px;
	padding: 0px;
	font-size: 120%;
	line-height: 150%;
}

body.en div#html_body_container li {
	margin: 0px;
	padding: 0px;
}


/* body jp
============================================================*/
body.jp div#html_body_container h2 {
	padding-top: 20px;
	margin: 0px 200px 20px 45px;
	font-size: 140%;
	line-height: 160%;
	font-weight: bold;
}

body.jp div#html_body_container h2.nomargin {
	padding-top: 20px;
	margin: 0px 200px 0px 45px;
	font-size: 140%;
	line-height: 160%;
	font-weight: bold;
}

body.jp div#html_body_container h3 {
	margin: 0px 200px 0px 45px;
	font-size: 120%;
	line-height: 160%;
	font-weight: bold;
}

body.jp div#html_body_container h4 {
	margin: 0px 200px 0px 45px;
	font-size: 120%;
	line-height: 160%;
	font-weight: bold;
}

body.jp div#html_body_container p.html_one {
	margin: 0px 200px 20px 45px;
	font-size: 120%;
	line-height: 150%;
}

body.jp div#html_body_container ol {
	margin: 0px 200px 20px 65px;
	padding: 0px;
	font-size: 120%;
	line-height: 150%;
}

body.jp div#html_body_container li {
	margin: 0px;
	padding: 0px;
}



/* whatsnew
============================================================*/

body.en div#html_body_container div#whatsnew { 
	font-size: 110%;
}
body.jp div#html_body_container div#whatsnew { 
	font-size: 110%;
}

a.whatsnew_1l {
	margin: 0px 0px 0px 45px;
	display: block;
	width: 710px;
	height: 40px;
	text-decoration: none;
	background: transparent url(../images/whatsnew_1.gif) 0 0 no-repeat ;
}
a.whatsnew_2l {
	margin: 0px 0px 0px 45px;
	display: block;
	width: 710px;
	height: 50px;
	text-decoration: none;
	background: transparent url(../images/whatsnew_2.gif) 0 0 no-repeat ;
}
a.whatsnew_1l:link,
a.whatsnew_2l:link,
a.whatsnew_1l:visited,
a.whatsnew_2l:visited,
a.whatsnew_1l:active,
a.whatsnew_2l:active {
	text-decoration: none;
}
a.whatsnew_1l:hover,
a.whatsnew_2l:hover {
	text-decoration: none;
	background-position: -710px 0px;
}

div.whatsnew_date {
	padding: 15px 0px 0px 0px;
	float: left;
	width: 80px;
}

div.whatsnew_contents {
	padding: 15px 0px 0px 0px;
	float: left;
	width: 200px;
}

div.whatsnew_comments {
	padding: 15px 0px 0px 0px;
	float: left;
	width: 390px;
}

div.whatsnew_onlycomments {
	padding: 15px 0px 0px 0px;
	float: left;
	width: 590px;
}

div.whatsnew_margin {
	margin: 0px 0px 0px 45px;
	width: 710px;
	height: 100px;
	background: transparent url(../images/whatsnew_0.gif) 0 0 no-repeat ;
}

/* requirements & terms of use
============================================================*/

img#browser {
	display: inline;
	margin: 40px 20px 40px 0px;
}




/* foot
============================================================*/
div#html_foot_container {
	width: 804px;
	height: 60px;
	background: transparent url(../images/html_foot.gif) 0 0 no-repeat ;
}

div#footset_2nd {
	height: 60px;
}

div#footset {
	margin-top:20px;
}

p.image{
	float:left;
	margin: 0px;
	padding: 0px;
}


/* Utilities
============================================================*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clearfix{
	zoom:1;
}