@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	/*font-family:Verdana,sans-serif;*/
	font-family:Verdana,Meiryo,sans-serif;
	border-collapse: collapse;
}

a:link { color: #FF0000; text-decoration: none; }
a:visited { color: #FF0000; text-decoration: none; }
a:hover {color: #000000; }
a:active {color: #000000; }
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

body {
	text-align: center;
	font-size:100%;
	line-height:1.5;
	background:#FFFFFF url(../img/common/bg_en.jpg) repeat-x left top;
}
html {
	overflow-y:scroll;
	font-size:62.5%;
}
img,fieldset {
	border:0;
}
.clear {
	clear:both;
}

.clearfix:after {
	content: url(../img/common/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #FFFFFF;
}
#header {
	height: 350px;
	width: 780px;
	background: url(../img/common/header.jpg) no-repeat;
}
#main {
	text-align: center;
	width: 100%;
	padding: 0px 0px 15px;
}
.contents {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#footer {
	clear: both;
	background: url(../img/common/footer_en.jpg) repeat-x;
	padding: 10px 0px 20px;
	text-align: center;
}
#footer p {
 font-size: 1em;
}

.short {
	float: left;
	width: 30%;
	margin: 10px 0px;
}
.long {
	float: right;
	width: 65%;
	margin: 10px 0px;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	padding: 270px 0px 0px 40px;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #CC0000;
}
h3 {
	font-size: 1.6em;
	font-weight: bold;
	padding: 0px 0px 15px;
}
p {
	font-size: 1.2em;
	padding: 0px 0px 15px;
}

dt {
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px 0px 0px 20px;
	background: url(../img/common/ul.gif) no-repeat 0px 13px;
}
dd {
	font-size: 1.2em;
	padding: 0px 0px 0px 20px;
}


.graph_p {
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #999999;
}

/*------ END -----*/

