@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #3E0204;
}
a:visited {
	color: #3E0204;
}
a:hover {
}
a:active {
	color: #3E0204;
}
h1{
	color: #990000;
	font-size: large;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h2{
}
h3{	
}
h4{
}
hr {
	border: 1px dotted #999;
}
#wrapper {
	width: 790px;
	margin: 0 auto;
	background-image: url(img/content_bg.png);
	padding: 0;
	background-repeat: repeat-y;
}
.head_text {
	width: 760px;
	margin: 0 auto;
	font-size: small;
	color: #333333;
}
.top_bg {
	background-image: url(img/top_bg.gif);
	background-repeat: repeat-y;
}
.top {
	text-align: left;
	line-height: 1.7em;
}
.top p {
	color: #333333;
	line-height: 2em;
	font-size: medium;
}
.text1 {
	color: #990000;
	font-size: x-large;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
}
.text2 {
	font-size: x-small;
	color: #333333;
	padding: 5px;
}
.text3 {
	color: #990000;
	font-size: large;
}
.text4 {
	font-size: 18px;
	line-height: 1.5em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
	margin-bottom: 20px;
}
#footer {
	width: 790px;
	margin: 0 auto;
	text-align: center;
	background-image: url(img/footer_bg.png);
	padding: 20px 0;
	background-repeat: repeat-y;
}
#footer p {
	font-size: small;
	color: #333333;
	padding: 0;
	margin: 0;
	line-height: 2em;
}
#footer a {
	text-decoration: none;
	color: #333333;
}
#footer a:hover {
	text-decoration: none;
	color: #FF0000;
}
.top h1 {
	color: #990000;
	font-size: x-large;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.top_right {
	vertical-align: bottom;
	padding-bottom: 10px;
}
