/*top専用CSS*/
body {
	margin-top: 5;
	background-color: #990000;	/*20080812 red*/
/*	background-color: #04001D;  original blue*/
	background-image: url(../../float/imgs/s0194red.gif);
	background-repeat:repeat-y;
	background-position: center;
	/*background-attachment : fixed;
*/	white-space:nowrap;
	font-size: 12px;
	color: #CCCCCC;
	line-height:14pt;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
.menu {
	text-align:center;
	color: #FFFFFF;
	padding: 2px;
	line-height:8pt;
	white-space:nowrap;
}
.cent {
	width:100%;
	text-align: center;
}

.hr {
	width:600px;

}

h1           { font-size: 14px; display: inline; color: #FF9933; font-weight: normal; }
.top         { font-size: 12px; display: inline; font-weight: normal; color: #FFCC66 }
.new {
	font-size: 14px;
	display:inline;
	font-weight: normal ;
	color:#FF9933;
}


.c1 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom : 50px;
	text-align: left;
	width:450px;
}

.c-box {
	margin-top: 30px;
	padding:2px;
	text-align:left;
}

.menutbl {
	margin-top : 10px;
	margin-bottom : 35px;
	text-align: center;
	width:600px
	padding:2px;
	border-style:none;
	
}

/*
.menu {
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px;
	line-height:none;
}*/


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover      { text-decoration: none; color: #FF6666 }
a:active {
	text-decoration: none;
	color: #0000CC;
}
.style1 {
	color: #CCCCCC;
	font-size: 11px;
}
.style3 {color: #999999}

.rt{
	text-align: right;
}