@charset "utf-8";
/* CSS Document */
body,p,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dd,form,address{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;

}
body {
	font-family: "メイリオ", "Arial Black";
	margin: 0;
	padding: 0;
	color: #333;
}
img {
	border:none;
	vertical-align:top;
}
a:hover img {
-moz-opacity:0.7;
opacity:0.7;
filter: alpha(opacity=70);
}

#header a:link,
#header a:visited,
#header a:active  {color: #666666; }
#header a:hover   {color: #666666;text-decoration: none;}

#contents a:link,
#contents a:visited,
#contents a:active  {color: #666666; }
#contents a:hover   {color: #666666;text-decoration: none;}


#header {
	width: 900px;
	font-size: 10px;
	margin:0 auto;
	line-height: 1.2;
}
#headerBox {
	width: 900px;
	height: 35px;
	font-size: 10px;
	line-height: 1.2;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#headerBox:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#logo {
	float:left;
	margin-right:45px;
	margin-top: 5px;
}
#headerTxt {
	width:699px;
	float: left;
}
#naviBox {
	width: 900px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
	padding-top:15px;
	padding-bottom: 15px;
}
#naviBox li{
	display:inline;
	margin-right:46px;
}

#newBox td {
	font-size:10px;
	line-height: 1.5;
}







#contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 10px;
}

h1 {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 10px;
}
#footerBox {
	background-color: #B9BBC3;
	color: #FFFFFF;
	width: 100%;
	margin-top: 30px;
	font-size: 10px;
}
#tokusyo {
	text-align: left;
}
#copyright {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#thanks {
	margin-bottom: 20px;
	text-align: center;
}
#thanks2 {
	margin-bottom: 30px;
	text-align: center;
}
#close {
	font-size: 14px;
	color: #D0111B;
	text-align: center;
	margin-bottom: 15px;
}





#tooltip{
	position:absolute;
	border:1px solid #CCCCCC;
	padding:5px 5px;
	color:#999999;
	display:none;
	background-color: #F5F5F5;
	font-size: 10px;
	}

