/*************▼全体***************/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	background-color: #E7E7E7;
	color:#545454;
	line-height:140%;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x ;
	background-position: top;
}

td,th {
	font-size: 80%;
	line-height:145%;
}

a {
	text-decoration:none;
	color:#0079C6;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#08389C;
}
a:hover {
	text-decoration: underline;
	color: #08389C;
}
a:active {
	text-decoration: none;
}
/*************▲全体***************/

/*************▼ヘッダー***************/
#header {
	background-color:#B81E24;
	background-repeat: no-repeat;
	background-position: left top;
	width:600px;
	height:10px;
	padding:0;
	margin:0;
}

/*************▲ヘッダー***************/

/*************▼メインエリア***************/

#main {
	float:right;
	text-align:left;
	width:600px;
	height:100%;
	padding:30px 0 0 0;
	margin:0;
	spacing:0 2px 0 0;	
	background-color: #fff;
}

h3{
	font-size: 14px;
	color:#fff;
	font-weight:bold;
/*	width:596px;*/
	height:30px;
	padding: 7px 10px 5px 30px;
	margin:5px 30px 20px 0;
	background-image:url(../images/bg_h3.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

h6 {
	color:#333;
	background-color: #E5E6EF;
	font-size: 100%;
	line-height:140%;
	font-weight: bold;
	text-align: left;
	background-image: url("../images/arwtitle_red.gif");
	background-position: 7px 7px;
	background-repeat: no-repeat ;
	padding: 5px 0 5px 28px;
	margin:15px 4px 10px 0;
}

.pagetop{
	width:550px;
	text-align: right;
	padding:30px 0 5px 0;
	font-size: 70%;
}
.pagetop_in{
	text-align: right;
	padding:30px 0 0px 0;
	font-size: 85%;
}

/*************▲メインエリア***************/
/*************▼フッター***************/

#footer {
	text-align:right;
	padding:2px 10px 1px 10px;
	margin:0;
/*	background-color:#888B9E;*/
	color:#fff;
	font-size:80%;
}
#privacy a{
	float:left;
	text-align:left;
	padding:2px 10px 1px 10px;
	margin:0;
/*	background-color:#888B9E;*/
	color:#fff;
	font-size:80%;
}
/*************▲フッター***************/

