@charset "Shift_Jis";

* {
	margin: 0;
	padding: 0;
}

html, body {
	scrollbar-track-color: #151515;
	scrollbar-face-color: #8E7F6D;
	scrollbar-shadow-color: #8E7F6D;
	scrollbar-darkshadow-color: #151515;
	scrollbar-highlight-color: #8E7F6D;
	scrollbar-3dlight-color: #151515;
	scrollbar-arrow-color: #FFF;
}

html {
	overflow-y: scroll;
}

body {
	line-height: 1.6;
	color: #55493C;
	font-size: 83.3%;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	background: #151515 url("../images/back.gif") top center fixed;
}

a {
	text-decoration: none;
}

a:link {
	color: #3C8775;
}

a:visited {
	color: #3C8775;
}

a:hover {
	color: #C6A98D;
}

a:active {
	color: #C6A98D;
}

h1, h2, h3 {
	font-weight: normal;
}

h1 {
	color: #000;
	font-size: 200%;
	font-family: Georgia, "Times New Roman", Times, Serif;
}
	h1 a:link {color: #000;}
	h1 a:visited {color: #000;}

h2 {
	font-size: 77%;
}

h3 {
	margin-left: -15px;
	padding-left: 25px;
	height: 40px;
	color: #8E7F6D;
	font-size: 131%;
	font-family: Georgia, "Times New Roman", Times, Serif;
	background: url("../images/line002.gif") bottom right no-repeat;
}

h4, h5, h6 {
	font-size: 100%;
}

p {
	margin: 0 0 1em 0;
}

br {
	letter-spacing: normal;
}

em {
	color: #D46041;
	font-style: normal;
}

strong {
	font-weight: bold;
}

big {
	font-size: 131%;
}

small {
	font-size: 77%;
}

ins {
	text-decoration: underline;
}

del {
	color: #CCC;
	text-decoration: line-through;
}

b {
	font-weight: bold;
}

i {
	font-style: oblique;
}

address, cite {
	font-style: normal;
}

table {
	margin: 0 0 1em 0;
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: none;
}
	.line {
		padding-top: 50px;
	}

	.clears {
		clear: both;
		padding: 0 0 1em 0;
	}

img {
	border: 0;
}

	.img_right {
		float: right;
		margin: 0 0 0 10px;
		padding: 5px;
		border: 1px solid #CCC;
		background: #FFF;
	}

	.img_left {
		float: left;
		margin: 0 10px 0 0;
		padding: 5px;
		border: 1px solid #CCC;
		background: #FFF;
	}


div#out {
	margin: 0 auto;
	width: 770px;
	background: #FFF url("../images/out.gif") center top repeat-y;
}

div#header {
	padding: 60px 30px 0 30px;
	height: 130px;
	background: url("../images/top.gif") right top no-repeat;
}

div#main_column {
	float: left;
	padding-left: 20px;
	width: 500px;
}

div#sidebar {
	float: right;
	padding-right: 30px;
	width: 205px;
	overflow: hidden;
}

div.write {
	padding: 15px;
}

div#menu {
	margin-top: 20px;
}

div#menu ul {
	margin-bottom: 1em;
}

div#menu li {
	list-style: none;
}

div#menu li span {
	display: block;
	padding-left: 12px;
	width: 100%;
	font-size: 131%;
	font-family: Georgia, "Times New Roman", Times, Sans-Serif;
	background: url(../images/arrow.gif) left center no-repeat;
}

div#menu .menu_navi {
	margin-bottom: 3px;
	padding: 3px 0 3px 15px;
	line-height: 1.0;
	color: #8E7F6D;
	font-size: 77%;
	background: url("../images/line001.gif") left bottom repeat-x;
}

div#footer {
	clear: both;
	margin: 0 auto;
	padding: 15px 15px 20px 15px;
	text-align: center;
	background: url("../images/under.gif") center bottom no-repeat;
}

div#footer li {
	display: inline;
	list-style: none;
	padding: 0 5px;
}

#copy, #copy a {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
}