@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);
@import url(top.css);
@import url(second.css);
@import url(form.css);

body {
	margin: 0px;
	padding: 0px;
	background-color: #cfcdc0;
	font-size: 80%;
	color: #444444;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 1.5em;
}
#container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	width: 800px;
	background-image: url(../img/bg_container.gif);
	background-repeat: repeat-y;
}
#pagebody {
	margin-right: 20px;
	margin-left: 20px;
}
/* ---------------------------------------------------------------- *
	ヘッダ部分
 * ---------------------------------------------------------------- */

#header {
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
}
#sitetitle {
	float: left;
	height: 55px;
	margin-top: 25px;
	margin-left: 20px;
	width: 300px;
}
#sitenavi {
	font-size: 95%;
	text-align: right;
	float: right;
	width: 400px;
	margin-right: 20px;
	height: 100px;
}
#sitenavi-top {
	height: 25px;
	font-size: 90%;
	margin-top: 5px;
}
/* ---------------------------------------------------------------- *
	ナビゲーション部分
 * ---------------------------------------------------------------- */

#navi {
	height: 55px;
	clear: both;
	background-color: #996600;
}
#navi img {
	float: left;
}
#navi a {
	height: 55px;
	display: block;
	float: left;
}
#navi a:link {
}
#navi a:visited {
}
#navi a:hover {
	background-color: #cc0000;
}
/* ---------------------------------------------------------------- *
	タイトル画像の設定
 * ---------------------------------------------------------------- */
#mainimg {
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/* ---------------------------------------------------------------- *
	コンテンツ部分の設定
 * ---------------------------------------------------------------- */
.contents {
	clear: both;
	margin: 30px;
}
.contents-inner {
	padding-right: 15px;
	padding-left: 15px;
}
/* ---------------------------------------------------------------- *
	コンテンツ画像の設定
 * ---------------------------------------------------------------- */
.contents img.fig {
	float: left;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	padding-right: 5px;
}

/* ---------------------------------------------------------------- *
	画像のみのボックスを作る場合の設定
 * ---------------------------------------------------------------- */

.imgbox {
  background: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
}
/* ---------------------------------------------------------------- *
	フッタ部分の設定
 * ---------------------------------------------------------------- */
#pgt {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	width: 780px;
}
#footer {
	font-size: 95%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
	width: 760px;
}
#copyright {
	font-size: 95%;
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 50px;
	background-color: #e1decf;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 800px;
}

/* ---------------------------------------------------------------- *
	2Columnの設定
 * ---------------------------------------------------------------- */
#main {
	float: left;
	width: 520px;
	padding-bottom: 30px;
}
#sidenavi {
	float: right;
	width: 210px;
	font-size: 95%;
	line-height: 1.5em;
}
.waku {
	padding: 5px;
	border: 1px solid #B3A573;
	margin-bottom: 10px;
	margin-top: 5px;
}
