@charset "UTF-8";


/* -------- */
/* 基本設定 */
/* -------- */

body  {
	margin: 0;
	padding: 0;
	background: #F9F3EE;
	color: #4E3013;
	text-align: center;
}

a:link {
	color: #5D0012;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #4A000D;
}

a:hover {
	text-decoration: none;
	color: #5D2508;
}

a:active {
	text-decoration: none;
	color: #5D2412;
}

img {
    border-style:none;
}

#container {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	font-size: medium;
	background-color: #FFFFFF;
	border-color: #49301D;
	line-height: 1.3em;
}

#bar {
	background-color: #C28754;
	height: 10px;
	margin: 0px 0px 20px;
	width: 100%;
}


/* -------------------------------- */
/* ヘッダー（タイトル画像とボタン） */
/* -------------------------------- */

#header {
	width: 585px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#header h1 {
	margin: 0 auto;
	padding: 0;
}

#header ul {
	margin: 0;
	padding: 0;
	line-height: 0;
	list-style: none;
}

#header ul li {
	display: inline;
}

#headimage {
	height: 63px;
}


/* ---------------------------- */
/* 本文（タイトル画像とボタン） */
/* ---------------------------- */

#contents {
	background-image: url(image/common/back.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 80%;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contents h2 {
	font-size: medium;
	font-weight: normal;
	color: #6A130B;
}

#contents h3 {
	font-size: 110%;
	margin: auto auto 0px;
}


#contents p.message {
	font-size: 90%;
}


.container_center {
	text-align: center;
	font-size: medium;
}


/* ------------------ */
/* フッター（住所等） */
/* ------------------ */

#footer {
	text-align: right;
	font-size: small;
	margin: 0px;
	background-color: #C28754;
	color: #FFFFFF;
	padding-right: 15px;
}
.bg_image {
	background-attachment: fixed;
	background-image: url(image/back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: auto;
}

.clear {
	clear: both;
}.t_small {
	font-size: small;
}

