/* ページ全体 */
body{
	padding: 0px 0px;
	margin: 0px auto;
	background-color:#FFFFFF;
	border-color: #FFA030;
	border-style: double;
	width: 750px;
}
/*
.body{
	background-position: center 50%;
	background-image: url(../image/bg_center.gif);
	background-repeat: repeat-y;
}
*/
/* ヘッダー */
.header{
    width:750px;
	height: 90px;
	background-image: url(../image/logoorange.gif);
}
.header01{
    width:150px;
	height: 90px;
	background-image: url(../image/r_logo.gif);
	background-repeat: no-repeat;
	float: left;
	margin-left: 3px;
}
.header02{
    width:300px;
	height: 80px;
	background-image: url(../image/font03C.gif);
	background-repeat: no-repeat;
	float: left;
	margin-left: 100px;
	margin-top: 5px;
}
/* メニューバー */
.menu{
    width:750px;
/*
	height: 25px;
*/
	background-color: #FFFFFF;
}
.floatClear{
	clear: left;
	overflow: hidden;
}
.menu div{
	float: left;
	width: 100px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.menu a{
	display: block;
/*
	padding: 8px 0px 0px;
*/
	width: 100px;
	height: 25px;
	background-repeat: no-repeat;
/*
	background-image:url(../image/h_headermenu01.gif);
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
*/
}
/*
.menu a:link{
	color: #666666;
}
.menu a:visited{
	color:#666666;
}
.menu a:hover{
	background-image:url(../image/h_headermenu02.gif);	
	color:#ffffff;
	text-decoration: underline;
}
.menu a.current{
	background-image: url(../image/h_headermenu02.gif);
	color: #FFFFFF;
}
.menu a.current:visited{
	color: #FFFFFF;
	text-decoration: none;
}
*/
.hiddenlmg{
	display: none;
}
/* フッター */
.footor{
	width: 750px;
	border-top: solid 1px #FFA030;
	background-color: #FFFFFF;
	height: auto;
	font-size: 10px;
	color: #999999;
	text-align: center;
	clear: both;
}	
ul.navi{
	background-color: #FFFFFF;
	color: #0000CC;
	margin: 0px;
	padding: 3px;
	height: 14px;
}
ul.navi li{
	display: inline;
	float: right;
	list-style-type: none;
	padding: 0px 5px;
	font-size: 10px;
	border-left: solid 1px #000099;
}
ul.navi a{
	color: #0000CC;
	text-decoration: none;
}
ul.navi a:hover{
	color: #660033;
	text-decoration: underline;
}
input.button{
/*
	color: #333333;
	border: solid 1px #FFA030;
*/
}
/* 共通 */
h6{
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: right;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 1%;
}
/* トップ */
.top{
	width: 750px;
	color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border-bottom: solid 1px #FFA030;
	padding-top: 2px;
	padding-bottom: 2px;
}
.top h2{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
}
.top_user{
	width: 750px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
}
.top_user h2{
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
}
.top h3 {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 0px;
	background: right;
	text-align: right;
}
.top h4{
	background-image: url(../image/list04.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	margin-left: 91%;
	margin-top: 3px;
	margin-bottom: 5px;
	text-align: right;
	line-height: 12px;
}
.point{
	color: #FF0000;
	font-size: 18px;
}
h1{
	background-color: #FFFFFF;
	border-top: solid 1px #FFA030;
	border-bottom: solid 1px #FFA030;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 3px 0px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.center{
	text-align: center;
}
.tips{
	width: 645px;
	height: 30px;
	color: #666666;
	font-size: 12px;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border-bottom: solid 1px #FFA030;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../image/navi.gif);
	background-repeat: no-repeat;
	padding-left: 105px;
}
.status{
	color: blue;
	font-size: 12px;
}



