@charset "utf-8";

html,body {
	width:100%;
	height:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#666;
	font-size:13px;
}

html,body,h1,h2,h3,h4,ul,li,p,dl,dt,dd,img,form,input,object{
	margin:0px;
	padding:0px;
}

li {
	list-style-type:none;	
}

#rapper {
	min-height:100%;
	height:auto !important;
	height: 100%;
	width: 100%;
	background-repeat: repeat-y;
	margin:0 auto -30px;

}
#header {
	height:78px;
	background:url(../img/header_bg.png);
	background-repeat:repeat-x;
}

#header_inner {
	
}

#header_top {
	height:40px;
	background:#000;
}
#header_top h1{
	padding-top:5px;
	padding-left:10px;
}
#header_btm {
	background:#555;
}

#header_menu {
	width:830px;
	margin-left:auto;
	margin-right:auto;
}
#content   {
	height: 100%;
	height:auto !important;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../img/content_bg.gif);
	background-repeat:repeat-y;
}
#content_inner   {
	width:820px;
	margin-left:auto;
	margin-right:auto;
	
}
#content_btm {
	width:850px;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
}
#space {
	height: 30px;
	clear: both;
}

#footer {
	height:30px;
	background:#000;
}
#rss {
	float:left;
	padding-left:5px;
	padding-top:4px;
}
#footer_text {
	float:right;
	padding-right:5px;
	padding-top:5px;
}
.column {
	margin-right: 64px;
	margin-left: 64px;
	margin-top: 1em;
	margin-bottom: 2em;
}
.column h2 {
	font-size: 108%;
	color: #804e21;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #804e21;
	margin-bottom: 1.8em;
}
.column h3 {
	font-size: 108%;
	color: #666;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 1.8em;
}
.column .cls1 {
	clear: both;
}
.column ul.img_list {
	list-style-type: none;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	padding-top: 1em;
	padding-bottom: 1.5em;
}
.column li {
	padding-bottom:3px;	
}
.column ul.img_list li {
	float: left;
}
.column a.totop {
	background-image: url(../img/news/totop.png);
	background-repeat: no-repeat;
	display: block;
	text-align: right;
	background-position: right top;
}
.column a.totop:hover {
	background-image: url(../img/news/totop_on.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.column a.topic {
	background-image: url(../img/news/katinko_of.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
}
.column a.topic:hover {
	background-image: url(../img/news/katinko_on.png);
	background-repeat: no-repeat;
	color: #F03;
}
.column a.topic:visited {
	background-image: url(../img/news/katinko_of.png);
	background-repeat: no-repeat;
	color: #CCC;
	text-decoration: none;
}
.space10pxR {
	margin-right: 10px;
}
.space2emB {
	margin-bottom: 2em;
}
.space2emL {
	margin-bottom: 2em;
}
.alignR {
	text-align: right;
}
.imgfloatL {
	float: left;
	margin-right: 1.2em;
	margin-bottom: 1.5em;
}
.imgfloatR {
	float: right;
	margin-bottom: 1.5em;
	margin-left: 1.2em;
}
.bold {
	font-weight: bold;
}
.fcbl1 {
	color: #036;
}
#img_list ul{
	padding-left: 0px;
	margin-top: 5px;
	margin-left: 0px;
	display: block;
}
#img_list li{
	float: left;
	list-style-type: none;
	padding-left: 5px;
}

