@charset "Shift_JIS";

html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
}

body {
	top:0;
	height: 100%;
	width:100%;
	padding:0;
	text-align:left;
font-family : 'Hiragino Maru Gothic Pro', 'ƒqƒ‰ƒMƒmŠÛƒS Pro W4','Osaka','‚l‚r ‚oƒSƒVƒbƒN', '‚l‚r ƒSƒVƒbƒN','MS UI Gothic';}

a:link{
	color: #575757;
}

a:visited{
	color: #575757;
}

a:hover, a:focus{
	color: #575757;
	text-decoration:none;
}

a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.9;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}



p{	margin:1em 0; }

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0;}

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }

#container {
	display:block;
	position: absolute;
	padding:0;
	width:100%;
	height:210px;
	background:#fff;
	top:50%;
	margin:-100px 0 0 0;
	border:solid #E69623;
	border-width:3px 0 3px 0;
	
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

#content{
	position:relative;
	display:block;
	width: 400px;
	left:50%;
	margin:0 0 0 -50px;
	padding:15px 0;
	top:10px;
}

#footer {
	position: absolute;
	bottom: 0;
	margin:0;
	width:100%;
	text-align:center;
	left:0;
}

tr.lines{
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;	
}

tr.lines2{
	
	border-bottom: 1px solid #666;	
}

