@charset "utf-8";
*{
	margin:0;
	padding:0;
}


html{
	
}

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 1.8;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 90%;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#wrapper{
	margin-left:auto;
	margin-right:auto;
	color:#333333;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 0px;
	width: 1000px;
}

* html #wrapper	{
	height: 100%;
}

table,tr ,td{
	border: 0px none;
}
.bfont{
	font-weight:bold;
}

br.cr{
	clear:both;
}

span.hidden {display:none;}

span.red {color:#9A2A2C;}
span.orange {
	font-weight: bold;
	color: #FF9900;
}
span.green {
	color: #009b83;
}



a img{border-width: 0;}

li{list-style-type:none;}

a {
	color:#FF6600;
	text-decoration:none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

h2,h3,h4,h5,h6,p{
	text-align:left;
}

caption{
	display:none;
}

th,tr,td{
	text-align:left;
	font-weight:normal;
}
p#root {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}


#gotop p {
	text-align: right;
	width: 105px;
	font-size: 11px;
	margin-right: 1em;
	margin-left: auto;
}


span.rbold {
	font-weight: bold;
	color: #990000;
}
span.blue {
	color: #000099;
}
.gotop {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	margin-right: 5px;
}
p.right {
	text-align: right;
	margin-right: 15px;
}
