/******************************************************************************/
/* メインスタイルシート - last update: 26.08.05 */


/******************************************************************************/
/* ホームページ全体 */

* {
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
}

html {
	overflow-y: scroll;
}

body {
	background: #FFF9F2 url(../img/body_bg.png) repeat-y center top;
	background-attachment: fixed;
	color: #333333;
}

hr {
	display: none;
}

img {
	border: 0px none;
}

table {
	border-collapse: collapse;
}

ul, ol {
	list-style: none;
}

a,
a:visited {
	color: #3399FF;
	text-decoration: underline;
}

a:hover {
	color: #FF9933;
}

input,
select,
option,
textarea {
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}


/******************************************************************************/
/* wrapper - ページ全体の枠組み */

#wrapper {
	background: #FFFFFF;
	width: 880px;
	margin: 0px auto;
	text-align: left;
}


/******************************************************************************/
/* header - ヘッダの枠組み */

#header {
	background: url(../img/header_bg.png) no-repeat left top;
	width: 880px;
	height: 100px;
	padding: 10px 0px 10px 0px;
}

#header a,
#header a:visited,
#header a:hover {
	display: block;
	width: 880px;
	height: 100px;
	text-decoration: none;
}

#header span {
	display: none;
}


/******************************************************************************/
/* maincontent - メインコンテンツの枠組み */

#maincontent {
	width: 800px;
	margin: 0px auto 20px auto;
}

#maincontent p,
#maincontent ul {
	line-height: 160%;
	margin: 0px 20px 15px 20px;
}

#maincontent p.mb0 {
	margin-bottom: 0px;
}

#maincontent p.note1 {
	padding-left: 1em;
	text-indent: -1em;
}


/******************************************************************************/
/* メインコンテンツ - 見出し背景 */

#maincontent h2 {
	background: url(../img/h2_bg.png) no-repeat left top;
	width: 750px;
	height: 32px;
	line-height: 32px;
	margin: 0px 0px 20px 0px;
	padding: 3px 0px 0px 50px;
	color: #FFFFFF;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#maincontent h3 {
	background: url(../img/h3_bg.png) no-repeat left 2px;
	line-height: 160%;
	margin: 0px 5px 15px 5px;
	padding: 0px 0px 0px 35px;
	color: #005515;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#maincontent h4 {
	line-height: 160%;
	margin: 0px 20px 15px 20px;
	color: #005515;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#maincontent h5 {
	line-height: 160%;
	margin: 0px 20px 0px 20px;
	font-weight: bold;
}


/******************************************************************************/
/* maincontent .box1 - 囲み枠 */

#maincontent .box1 {
	background: #FFFFF4;
	width: 758px;
	line-height: 160%;
	margin: 0px auto 15px auto;
	padding: 20px 0px 18px 0px;
	border: 1px solid #AAAAAA;
	border-radius: 10px;
}

#maincontent .box1 p,
#maincontent .box1 ul {
	margin: 0px 10px 0px 10px;
}

#maincontent .li01 li,
#maincontent .li02 li,
#maincontent .li03 li,
#maincontent .li04 li {
	background: url(../img/li01_bg.png) no-repeat left 6px;
	padding-left: 23px;
}

#maincontent .num li {
	background: none;
	list-style: decimal;
	padding-left: 0px;
	margin-left: 1.7em;
}

#maincontent .float li {
	float: left;
	margin-right: 1.1em;
	margin-bottom: 0.5em;
}

#maincontent .hr {
	clear: both;
	background: url(../img/hr_bg.png) repeat-x left top;
	width: 98%;
	height: 1px;
	margin: 20px auto 20px auto;
}


/******************************************************************************/
/* maincontent .table_normal - テーブル（汎用） */

#maincontent .table_normal {
	margin: 0px 20px 15px 20px;
}

#maincontent .table_normal td {
	line-height: 160%;
	padding-right: 15px;
	vertical-align: top;
}


/******************************************************************************/
/* maincontent .table_border - テーブル（枠線あり） */

#maincontent .table_border {
	width: 760px;
	margin: 0px auto 15px auto;
}

#maincontent .table_border td {
	line-height: 160%;
	padding: 10px;
	border: 1px solid #AAAAAA;
}

#maincontent .table_border td.h2 {
	background: #5E400D;
	color: #FFFFFF;
	font-weight: bold;
}

#maincontent .table_border td.h {
	background: #FEF7EB;
}

#maincontent .table_border td.d {
	background: #FFFCF7;
}

#maincontent .table_border td.d2 {
	background: #AA8A55;
}


/******************************************************************************/
/* maincontent .table_form - テーブル（フォーム） */

#maincontent .table_form {
	width: 760px;
	margin: 0px auto 15px auto;
}

#maincontent .table_form td {
	line-height: 160%;
	padding: 10px;
	border: 1px solid #AAAAAA;
}

#maincontent .table_form td.h2 {
	background: #5E400D;
	color: #FFFFFF;
	font-weight: bold;
}

#maincontent .table_form td.h {
	background: #FEF7EB;
	width: 157px;
	font-weight: bold;
}

#maincontent .table_form td.i {
	background: #FEF7EB;
}

#maincontent .table_form td.d {
	background: #FFFCF7;
	width: 560px;
}

#maincontent .table_form td.e {
	background: #FFFCF7;
}

#maincontent .table_form td.d2 {
	background: #AA8A55;
}

#maincontent .submit {
	padding: 15px 40px;
}

#maincontent .errmsg {
	color: #FF0000;
	font-weight: bold;
}


/******************************************************************************/
/* .box_frame - 動画埋め込み枠用 */

#maincontent .box_frame {
	width: 760px;
	height: 428px;
	margin: 0px auto 15px auto;
}

#maincontent .box_frame iframe {
	width: 760px;
	height: 428px;
}

#maincontent .box_frame video {
	width: 100%;
	height: 100%;
}


/******************************************************************************/
/* jumptop - PAGE TOPボタンの枠組み */

#jumptop {
	clear: both;
	display: none;
}

#jumptop a,
#jumptop a:visited,
#jumptop a:hover,
#jumptop span {
	display: none;
}

#scrollUp {
	background: url(../img/jumptop_bg.png) no-repeat left top;
	bottom: 80px;
	right: 20px;
	width: 120px;
	height: 40px;
}

#scrollUp:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/******************************************************************************/
/* footer - フッタの枠組み */

#footer {
	background: #005515;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-top: 3px double #FFFFFF;
	border-bottom: 3px double #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-align: center;
}

#footer * {
	font-size: 12px;
}


/******************************************************************************/
/* 汎用クラス */

#maincontent .img-r120 {
	float: right;
	width: 120px;
	margin: 0px 5px 15px 15px;
}

