@charset "utf-8";


html{
	height: 100%;
	margin-bottom: 1px;
	padding-bottom: 1px;
}

body {
	font: 14px/28px 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	color: #222222;
	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;
}
h2 {
	margin-bottom: 20px;
}
h3 {
	clear: both;
	float: left;
	color: #555555;
	width:100%;
	height:31px;
	font-weight: bold;
	font-size: 16px;
	padding: 0 0 0 22px;
	margin-bottom: 30px;
	background:url(../images/h_point.gif) no-repeat 0px 0px;
	border-bottom: #CCCCCC solid 1px;
}
h4 {
	margin-bottom: 10px;
	line-height: 16px;
	color: #9b8d49;
}

.rss {
	margin-top: 4px;
	float: right;
	width: 120px;
	text-align: right;
}
.rss img {
	margin-left: 5px;
}

.ttl_news {
	display: block;
	width:100%;
	height:31px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
	background:url(../images/h_point.gif) no-repeat 0px 0px;
	border-bottom: #CCCCCC solid 1px;
}
.ttl_news h3 {
	display: inline;
	float: left;
	color: #555555;
	width:480px;
	height:31px;
	font-weight: bold;
	font-size: 16px;
	padding: 0;
	margin: 0 0 0 22px;
	background:0;
	border-bottom: 0;
}


ol {
	margin: 0;
	margin-bottom:15px;
	padding: 0;
	padding-left: 28px;
}
ul {
	list-style: none;
	margin: 0;
	margin-bottom:15px;
	padding: 0;
}
.style_ul{
	list-style: disc;
	margin: 0 0 10px 0;
	padding: 0 0 0 18px;
}

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:#444444; text-decoration:underline; }
a:visited { color:#444444; text-decoration: underline; }
a:active { color: #9b8d49; text-decoration:none; }
a:hover { color: #9b8d49; text-decoration:none; }

.tx-8 { font-size:8px; }
.tx-10 { font-size:10px; }
.tx-11 { font-size:11px; }
.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: #9b8d49; }
.tx-b { color: #692920; }

.ta_right {
	text-align:right;
}
.entry_title {
	margin-bottom: 10px;
}
.entry_date {
	color: #9b8d49;
	font-size:12px;
}

#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;
}






