@charset "utf-8";
/*全体*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	font-size:12px;
	line-height:1.7em;
	margin: 0px;
	background-color: #A80000;
	background-image: url(../img/back.jpg);
}
h1 {
	height: 31px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 9px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*リンクの基本設定*/
a {
	text-decoration:underline;
	color: #cc3333;
}
a:hover {
	color: #d76060;
	text-decoration:none;
}
.text {
	float: right;
	width: 586px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
}
.copy {
	float: left;
	height: 24px;
	width: 500px;
	padding-top: 6px;
}
.pri {
	float: right;
	height: 24px;
	width: 400px;
	text-align: right;
	padding-top: 6px;
}
p.pr a{
	color:#ffffff;
	text-decoration:underline;
	margin: 0px;
}

p.pr a:hover{
	text-decoration:none;	
}
h2 {
	float: right;
	width: 620px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	background-image: url(../img/h3.jpg);
	height: 25px;
	width: 580px;
	float: right;
	padding-top: 5px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
