@charset "utf-8";


html{
	height: 100%;
	padding-bottom: 1px;
}

body {
	font: 14px/24px 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	color: #000000;
	margin: 0;
	border: 0;
	padding: 0;
	background: #FFFFFF;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
h3 {
	color: #555555;
	font-weight: bold;
	font-size: 16px;
	padding: 0 0 6px 25px;
	margin-bottom: 10px;
	background:url(../images/h3_point.gif) no-repeat 0px 2px;
	border-bottom: #777777 dotted 1px;
}


ol,ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main_contents2 ol {
	list-style: decimal;
	margin: 0;
	padding: 2px 0 0 26px;
}
#main_contents2 ul {
	list-style: disc;
	margin: 0;
	padding: 2px 0 0 26px;
}
img{
	border: 0;
	vertical-align: top;
}
strong{
	/*font-weight: normal;*/
}
/*
a:link	  { color: #666666; text-decoration: underline; }
a:visited { color: #666666; text-decoration: underline; }
a:active  { color: #bbbbbb; text-decoration: none; }
a:hover   { color: #bbbbbb; text-decoration: none; }
*/
a:link { color:#000000; text-decoration:underline; }
a:visited { color:#000000; text-decoration: underline; }
a:active { color: #749c16; text-decoration:none; }
a:hover { color: #749c16; text-decoration:none; }

.tx-12 {
	font-size:12px;
}
.tx-14 {
	font-size:14px;
}
.tx-16 {
	font-size:16px;
}
.tx-18 {
	font-size:18px;
}
.tx-20 {
	font-size:20px;
}
.tx-g {
	color: #749c16;
}
#left_navigation a:hover img{
	-moz-opacity:0.60;
	opacity:0.60;
	filter:alpha(opacity=60);
}
.contents_inner a:hover img{
	-moz-opacity:0.60;
	opacity:0.60;
	filter:alpha(opacity=60);
}

.displayNone{
	display: none;
}

div.windowFloating{
	position:fixed;
	top: 0;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+0)); 
}

/* clearfix */
.clearfix{
    min-height: 0em;
    display: inline-table;
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}

/*\*/
* html .clearfix{
    height: 1em;
}

.clearfix{
    display: block;
}

/* contents */
.more_link{
	text-align: right;
}


/* footer ******************/
#footer #footer_navigation ul {
	margin: 0;
	padding: 0;
}
#footer #footer_navigation li {
	color: #CCCCCC;
	margin: 0;
	padding: 0px 8px;
	border-right: #BBBBBB solid 1px;
	float: left;
	font-size: 10px;
	line-height: 12px;
}
#footer #footer_navigation a:link { text-decoration:underline; }
#footer #footer_navigation a:visited { text-decoration: underline; }
#footer #footer_navigation a:active { color: #749c16; text-decoration:none; }
#footer #footer_navigation a:hover { color: #749c16; text-decoration:none; }


#footer #copyright {
	font-size: 10px;
}


