@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-size: 100%;
}

img {
	border: 0px;
	vertical-align: top;
}

.clearb {
	clear: both;
}

a:link {color: ##904747; text-decoration: none;}
a:visited {color: ##904747; text-decoration: none;}
a:active {color: #2c1c22; text-decoration: underline;}
a:hover {color: #2c1c22; text-decoration: underline;}

body {
	background: #2C1C22 url(../image/background_img.jpg) center top repeat-y;
}

div#center_fit {
	text-align:center;
}

div#contents {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
}

/* footer */

div#footer {
	width: 900px;
}

p#pagetop_line {
	width: 900px;
	text-align: right;
}

p#pagetop_line img {
	margin: 0 20px 5px 0;
}

p#copyright {
	border-top:  1px solid #BEAC61;
	margin: 0 0 60px 0;
	padding-top: 10px;
	padding-right: 25px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	color: #333;
	
}



/* main */

div#main_box {
	width: 650px;
	margin: 0 125px 50px 125px;
}







