@charset "Shift_JIS";

/*書体
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.style10px {
	font-size: 10px;
	line-height: 12px;
}

.style10px {
	font-size: 10px;
	line-height: 16px;
}

.style12px {
	font-size: 12px;
	line-height: 18px;
}

.style18px { font-size: 18px; }


/* 全体構造
---------------------------------------------------- */
body {
	color:#333333;
	background:#FFFFFF url(../img/bckgrnd.gif) repeat-y;
	margin:0;
	padding:0;
}

img { border:none; }

#wrapper {
	width: 740px;
	height: auto;
}

/* ヘッダ
---------------------------------------------------- */
#header {
	color: #FFFFFF;
	font-size: 10px;
	background-color: #27330B;
	line-height: 10px;
	width: 740px;
	height: 65px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#header #title {
	text-align: right;
	width: 402px;
	margin: 0px;
	padding:0 25px 0 0;
	position: absolute;
	top: 0px;
	left: 312px;
}

/* フラッシュ
---------------------------------------------------- */
#cover {
	clear: both;
	margin:0;
	padding:0;
}


/* ヘッド_ナビゲーション
---------------------------------------------------- */
#head_navi a { color:#FFFFFF; text-decoration: none; }
#head_navi a:hover,a:active { color:#CCCCCC; text-decoration:underline; background-color: transparent; }

#head_navi {
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	background:url(../img/hd_cnt_bckgrnd.gif) no-repeat;
	width: 740px;
	height: 61px;
	margin: 0px;
	padding:12px 0 0 0;
}

/* サイド_ナビゲーション
---------------------------------------------------- */
#side_navigation {
	font-size: 12px;
	color: #666666;
	background:url(../img/navi_bckgrnd.gif) no-repeat 50px 0;
	line-height: 2em;
	width: 300px;
	height: 515px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#side_navigation  ul {
	list-style-type: none;
	margin:30px 0 0 65px;
	padding: 0px;
}

#side_navigation li {
	list-style: none;
	background:url(../img/nxt_btn_gry.gif) no-repeat 0 center;
	text-indent: 18px;
	margin: 0px;
	padding: 0px;
}

#navigation li a {
	height:30px;
	width: 220px;
	padding-left: 2em;
	padding-top: 10px;
	display: block;
}

#side_navigation a { color:#666666; text-decoration: none; }
#side_navigation a:hover, a:active { color:#669933; text-decoration:underline; background-color: transparent; }


/* コンテンツ
---------------------------------------------------- */
#content {
	background:url(../img/bckgrnd_img.gif) no-repeat right top;
	width: 440px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#content h1 {
	color: #536809;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 18px;
	line-height: 24px;
	margin:50px 0;
}

#content .lead p {
	font-size: 12px;
	line-height: 24px;
	margin: 0px;
	padding:0 50px 0 0;
}

#content .lead2 p {
	font-size: 12px;
	text-align: right;
	margin:20px 0;
	padding:0 50px 0 0;
}

#content a { color:#666666; text-decoration: none; }
#content a:hover,a:active { color:#669933; text-decoration:underline; background-color: transparent; }


/* フッタ
---------------------------------------------------- */
#footer {
	color: #FFFFFF;
	font-size: 10px;
	background-color: #27330B;
	width: 740px;
	margin:0;
	padding:0;
	float: left;
}
#footer_logo {
	display: block;
	width: 690px;
	margin-left: 25px;
}

#cpy {
	color: #669933;
	text-align: right;
	border-top:thin dotted #669933;
	display: block;
}

#footer_logo a{ color:#CCCC66; text-decoration: none; }
#footer_logo a:hover, a:active { color:#99CC00; text-decoration:underline; background-color: transparent; }

.clearfloat { 
	clear:both;
    font-size: 1px;
    line-height:0;
    height:0;
}