/* CSS Document */


body, div, p, address, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
body {
	line-height:140%;
	color:#333;
	font-size: 0.8em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a {
	color:#009fff;
	outline:none;
	text-decoration:none;
}
a:hover {
	color:#2aa300;
	text-decoration:none;
}
a:active {
 color:#;
 text-decoration:;
}
ul, li {
	margin:0;
	padding:0;
	list-style:none;
}
#background {
	background:url(../images/bg_sora.jpg) repeat-x center 0;
	margin:0 auto;
}
/* Header
----------------------------------- */
#head {
	background:url(../images/head_bg.jpg) no-repeat 0 0;
	width:880px;

	margin:0 auto;
}
/* scroller
----------------------------------- */
#news{
	width:800px;
	height:32px;

}
.info {
	width:800px;
	height:32px;
	margin:0 auto;
}
/* Container
----------------------------------- */
#container {
	width:800px;
	margin:0 auto;
	padding:0;
}
/* Body
----------------------------------- */
#body {
	width:798px;
	height:100%;
	margin:0 auto 10px;
	padding:0;
	border-left:1px solid #9cbe5c;
	border-right:1px solid #9cbe5c;
	border-bottom:1px solid #9cbe5c;
	background-color:#fff;
}
.topic-path {
	font-size:0.9em;
}
.gotop a {
	float:right;
	background:url(../images/pagetop.gif) no-repeat 0 0;
	width:135px;
	height:29px;
	display:block;
	text-indent:-9999px;
	font-size:0;
	margin-bottom:15px;
	padding-right:5px;
}
.body_box h3 {
	background:url(../images/title_bg.gif) no-repeat 0 0;
	height:30px;
	width:730px;
	font-size:17px;
	padding:6px 0 3px 40px; 
	margin-bottom:10px;
}
/* Footer
----------------------------------- */
#foot {
	background:url(../images/foot_bg.jpg) repeat-x 0 bottom;
	height:100%;
}
#foot .foot_txt {
	width:800px;
	margin:0 auto;
	padding-top:5px;
}
#foot .ft_add {
	float:left;
	width:690px;
	height:auto;
	padding-top:75px;
}
#foot .ft_logo {
	float:right;
	width:110px;
	height:102px;
	padding-bottom:5px;
}
/* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	max-height: 0;
	visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
	display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
