@charset "utf-8";

/*-------------------------------------------------
	reset
-------------------------------------------------*/
body, div, dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5, h6, p,
table, th, tr, td, pre,
form, textarea, fieldset, input, select,
address, iframe {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: bottom;
	line-height: 0;
	text-decoration: none;
}
address, caption, cite, code, dfn, em, var {
	font-weight: normal;
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}

/*-------------------------------------------------
	clearfix
-------------------------------------------------*/
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	display: inline-table;
	min-height:1px; /* IE 7 */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*-------------------------------------------------
	common
-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	color: #000;
	font-size: 1.5/13px;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto;
	font-family:"Meiryo", "MS PGothic", "Hiragino Kaku Gothic Pro", Osaka, Helvetica, Arial, Sans-serif;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a.curt {
	color: #666;
	text-decoration: none;
}

a:focus {
	outline: 0;
}
a img {
	border: 0;
	text-decoration: none;
}
a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-ms-filter: &quot;alpha( opacity=80 )&quot;;/* ie6 */
	overflow: hidden;
}
ul,ol {
	list-style-type: none;
}
.one-byte {
	ime-mode: disabled;
}
.error {
	text-align: left;
	color: #f00;
}
/*-------------------------------------------------
	contents
-------------------------------------------------*/
body {
	background: #f1f1f0;
}
/* contents--------------------------------------*/
img.bgmaximage{
	position:fixed !important;
}
#maincontent {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
}
/* floatMenu-------------------------------------*/
#floatMenu {
	width: 190px;
	position: absolute;
	top: 0;
	left: 0;
}
#floatMenu .logo {
	position: relative;
	top: 50px;
	left: 10px;
}
#floatMenu ul {
	position: relative;
	width: 190px;
	top: 60px;
	left: 0;
	text-align: left;
	font-size: 13px;
}
#floatMenu ul li {
	margin-bottom: 1px;
	background: #221815;
}
#floatMenu ul li a {
	display: block;
	padding: 10px 5px;
	color: #fff;
	text-decoration: none;
}
#floatMenu ul li a:hover {
	color: #eee;
	background: #4b4b4b;
}
/* contents--------------------------------------*/
#main {
	width: 700px;
	text-align: left;
}
h1 {
	margin-top: 100px;
	margin-left: 245px;
}
h2 {
	margin: 80px 0 10px 245px;
}
.contents {
	width: 666px;
	padding: 17px;
	text-align: left;
	margin-left: 245px;
	background: #FFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; 
}
h3 {
	font-weight: bold;
	padding-top: 1.5em;
	padding-bottom: 1em;
}
p{
	text-indent: 0em;
	font-size: 94%;
	padding-bottom: 1.5em;
}
table.typeq {
	width: 95%;
	border: 1px solid #000;
	margin: 0 auto 1em;;
}
.typeq tr{
}
.typeq th{
	background: #221815;
	color: #fff;
	padding: 0.5em;
	border: 1px solid #fff;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	font-size: 90%;
}
.typeq td{
	padding: 0.5em;
	border: 1px solid #fff;
	vertical-align: middle;
	text-align: center;
	background: #b8d8fc;
	font-size: 90%;
}
table.typei {
	width: 95%;
	border: 1px solid #000;
	margin: 0 auto 1em;;
}
.typei tr{
}
.typei th{
	width: 30%;
	background: #000;
	color: #fff;
	padding: 0.5em;
	border: 1px solid #fff;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	font-size: 90%;
}
.typei td{
	padding: 0.5em;
	border: 1px solid #fff;
	vertical-align: middle;
	text-align: left;
	background: #fff;
	font-size: 90%;
}
#footer{
	width: 666px;
	margin-left: 245px;
	font-size: 12px;
	text-align: center;
	padding: 35px 0;
}
