@charset "utf-8";
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #000000;
	color: #999999;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.en {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
em {
	font-style: normal;
	color: #ba2700;
}

h1 {
	font-size: 32px;
}
h1 img {
	vertical-align: top;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 16px;
}

.s {
	font-size:10px;
}

.float_end:after, .clear {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/* Link ----------------------------------------------- */

a {
	color: #ffffff;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Main ----------------------------------------------- */

#page {
	width: 1024px;
	margin: 0 auto;
}
#content {
	color: #3d1a00;
	background: url(../images/page_body.jpg) repeat-y;
}
#pagetitle {
	background: url(../images/page_header.png) no-repeat;
	_background: url(../images/page_header.jpg) no-repeat;
	padding-top: 90px;
	padding-left: 75px;
	padding-bottom: 30px;
}
#pagebody {
	background: url(../images/page_footer.png) no-repeat bottom;
	_background: url(../images/page_footer.jpg) no-repeat bottom;
	padding:0 107px 120px;
	line-height: 1.6em;
	font-size: 13px;
}
#pagetitle h1 {
	background: url(../images/pagetitle_bg.gif) no-repeat left bottom;
}
#pagebody p {
	padding-bottom: 30px;
}
#pagebody h3 {
	padding-bottom: 10px;
}
#pagebody .s {
	font-size: 11px;
}

#pagebody p a:link,
#pagebody p a:visited {
   color:#3d1a00;
   text-decoration:underline;
}
#pagebody p a:hover,
#pagebody p a:active {
   color:#333333;
   text-decoration:underline;
}


div .btn {
	background: url(../images/btn_bg.gif) no-repeat;
	margin: 30px auto 50px;
	width: 283px;
	height: 72px;
	text-align: center;
}
div .btn a {
	display: block;
	width: 283px;
	height: 45px;
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	padding-top: 27px;
	text-decoration: none;
}
div .btn a:hover {
	text-decoration: none;
}


.btnline {
   width:600px;
   height:72px;
   margin-left:auto;
   margin-right:auto;
   padding-bottom:50px;
}

div .btns {
	background: url(../images/btn_bg.gif) no-repeat;
	margin: 10px auto 0px;
	width: 283px;
	height: 72px;
	text-align: center;
	float:left;
	padding-right:15px;
}
div .btns a {
	display: block;
	width: 283px;
	height: 45px;
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	padding-top: 27px;
	text-decoration: none;
}
div .btns a:hover {
	text-decoration: none;
}



.textbox {
	border: #3d1a00 1px solid;
	padding: 10px;
	overflow: auto;
	width: 790px;
	height: 300px;
	font-size: 11px;
	line-height: 1.5em;
}
#columns_container {
	margin-left: -10px;
}
.four_columns {
	float: left;
	width: 195px;
	margin-left: 10px;
}


.four_columns a {
   color:#990000;
}
/* Header ----------------------------------------------- */

#header {
	background: url(../images/header_bg.jpg) no-repeat;
	height: 180px;
	padding-left:20px;
}
#header_logo {
	width: 220px;
	padding-top: 37px;
	float: left;
}
#header_menu {
	float: right;
	margin-top: 148px;
	font-size:0;
}
#header_menu li {
	display: inline;
	padding-left: 15px;
}

/* Footer ----------------------------------------------- */

#footer {
	background: url(../images/footer_hr.gif) no-repeat;
	padding: 15px 30px;
	margin-bottom: 10px;
}
#footer_menu {
	float: left;
}
#footer_copy {
	float: right;
}

