@charset "Shift_JIS";

body{
	background-color:#FFF;
	margin:0 auto;
	width:752px;
	font-size:80%;
	line-height:160%;
	color:#333;
	}

a  { color: #1c8ad2; text-decoration: underline }

a:link   { color: #1c8ad2; text-decoration: underline }

a:visited {
	color: #10213F;
	text-decoration: underline;	
	}

a:active {
	color: #10213F;
	text-decoration: underline;
	}

a:hover {
	color: #de1419;
	text-decoration: underline;
	}
hr{
	display:none;
	}

#Footer{
	width:750px;
	clear:both;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position:left top;
	}

* html .copyright{
	clear:both;
	padding:0 1em 45px 1em;
	text-align:right;
	color: #666;
	font-family:Verdana, Arial, "Lucida Grande";
	font-size:10px;	
	}

.copyright{
	clear:both;
	padding:10px 1em 45px 1em;
	text-align:right;
	color: #666;
	font-family:Verdana, Arial, "Lucida Grande";
	font-size:10px;	
	}

.topMove a{
	width:95px;
	height:20px;
	background-image:url(../images/topmove.gif);
	background-position:0 0;
	text-indent:-9999px;
	float:right;
	margin:1em 2em 0 0;
	font-size:85%;
	white-space:nowrap;
	}

.topMove a:hover{
	background-position:0 20px;
	}

em{
	font-style:normal;
	}
.bold { font-weight: bold; }
.coments { font-size: 85%; line-height: 130% }

