@charset "utf-8";
/* リセット */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, var, ol, ul, li, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, ruby, rt, rb, rp, rtc, rbc {
	margin: 0;
	padding: 0;
	border: 0 none transparent;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	vertical-align: baseline;
	text-align: left;
	text-indent: 0px;
	background: transparent;
	outline: 0;
	min-height:0px;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
tr, th, td {
	vertical-align: top;
	text-align: left;
}
sup {
	vertical-align:super;
	font-size:88%;
}
sub {
	vertical-align:sub;
	font-size:88%;
}
label {
	cursor: pointer;
}
#Center ul, #Center ol {
	position: relative;
	left: -3em;
	padding: 0;
	margin-right: -3em;
	margin-left:0;
	width:100%;
}
#Center ul ul, #Center ul ol, #Center ol ol, #Center ol ul {
	margin-left: 0;
	padding-left: 0;
	left:1em;
}
#Center ul li, #Center ol li {
	margin-left: 5em;
}
#Center li li {
	margin-left: 1em;
}
ruby {
	display:inline-table!important;
	display:inline-block;
	text-align:left;
	white-space:nowrap;
	text-indent:0;
	vertical-align: middle;
	letter-spacing:0;
	position:relative;
}
ruby rb {
	line-height:1.2;
}
ruby rt {
	font-size:66%;
	vertical-align:sub;
	line-height:1;
}
ruby rt.rtc {
	display:block;
	vertical-align:baseline;
	position:absolute;
	top:3.6em;
	left:0;
}
ruby>rb, ruby>rbc {
	display:table-row-group;
}
ruby>rt, ruby>rbc+rtc {
	display:table-header-group;
}
ruby>rbc+rtc+rtc {
	display:table-footer-group;
	text-decoration:underline;
}
ruby>rbc+rtc+rtc>.rtc {
	position:relative;
	top:0;
}
rbc>rb, rtc>rt {
	display:table-cell;
}
rp {
	display:none;
}
/* 共通設定 */
a:link {
	color:  #4F352F;
	text-decoration:  none;
}
a:visited {
	color:  #4F352F;
	text-decoration:  none;
}
a:hover {
	color:  #FF0000;
	text-decoration:  none;
}
ul.menu {
	margin: 0px;
	padding: 0px;
}
ul.menu li {
	list-style-type: none;
}
body {
	color:  #4F352F;
	font-size:  small;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2;
	text-align: left;
	background-color:#E4EDEC;
}
.bold {
	font-weight:bold;
}
.red {
	color:#F00;
	font-weight:bold;
}
.red2 {
	color:#F00;
}
/* 共通設定 End*/


/* 全体構造 */
#wrap {
	/* yoshida  position: absolute;
	top:-1px;/*yoshida*/
	width:  980px;
	/*margin-left:-480px; /* widthの半分をマイナス指定 */
	/*left: 594px;/*yoshida*/
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
}

/* 全体構造 End */

/* ヘッダ */
#header {
	height: 115px;
	border-bottom: 3px solid #80BC19;
	background-color:#FCFFFF;
	margin-top:5px;
}
#logo {
	width: 190px;
	float: left;
	margin-top:3px;
	margin-left: 18px;
}
*html #logo {
	width: 190px;
	float: left;
	margin-top:3px;
	margin-left: 9px;
}
#logo h1 {
	margin-top: 10px;
	margin-left: 0px;
}
#headermenu {
	width: 745px;
	height: 33px;
	text-align: right;
	display: inline; /* 横並びにさせる */
	float: right;
	margin-right:5px;
}
/* ヘッダメニュー */
#headermenu ul.menu li {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 8px;
	border-left: #cccccc 1px solid;
	float: right;
}
#headermenu ul.menu li a {
	color: #4F352F;
}
#headermenu ul.menu li a:hover {
	color: #FF0000;
}
/* ヘッダメニュー END */
/* ヘッダ END */

/* コンテンツサイド */
#sidebox {
	clear: both;
	width: 210px;
	height:600px;
	float: left;
	background-image:url(../images/side.jpg);
}
*html #sidebox {
	clear: both;
	width: 200px;
	height:600px;
	float: left;
	background-image:url(../images/side.jpg);
}
/* フッタ */
#footer {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	clear: both;
	height: 70px;
	border-top: 3px solid #80BC19;
	text-align: center;
	margin-bottom: 10px;
	background-color:#FCFFFF;
}
/* フッタメニュー */
#footer ul.menu {
	width: 750px;
	margin-top: 15px;
	float: left;
	margin-left:15px;
}
*html #footer ul.menu {
	width: 750px;
	margin-top: 15px;
	float: left;
	margin-left:8px;
}
#footer ul.menu li {
	margin-left: 5px;
	display: inline; /* 横並びにさせる */
	border-right: 1px solid #80BC19; /* 区切り線 */
}
li:first-child {
	border: none; /* 親要素から見て一番目のli要素のボーダーを無しに */
}
#footer ul.menu li a {
	color: #4F352F;
}
#footer ul.menu li a:hover {
	color: #FF0000;
}
/* フッタメニュー END */

#siteseal {
	margin-top:20px;
	margin-right:20px;
	float: right;	
}

#adclips {
	margin-top:15px;
	margin-right: 20px;
	text-align: right;
}
#copyright {
	margin-top: 15px;
	margin-right: 19px;
	font-size: xx-small;
	color: #4F352F;
	text-align: right;
	float: right;
}
*html #copyright {
	margin-top: 15px;
	margin-right: 10px;
	font-size: xx-small;
	color: #4F352F;
	text-align: right;
	float: right;
}
/* フッタ END */
