@charset "Shift_JIS";


body {
	background: url(../imgs/background.jpg) repeat-x;
	font-size: 100%;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	color: #555555;
}
html,body,#wrapper {
	height: 100%;
	}
	
	
#wrapper {
	background: #FFFFFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	min-height:100%;
	height: auto;
	margin-bottom: 0px;
}

#header {
	padding: 10px 20px;
}
#header .logo {
	float: left;
}
#header .linktext {
	font-size: 10px;
	line-height: 1.5em;
	float: right;
}
#grobalmenu {
	width: 750px;
	margin: 0px auto;
}
.top_contents {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 20px 120px;
	bottom: 120px;
}
.top_contents .newsarea {
	float: left;
	width: 485px;
	font-size: 80%;
	line-height: 1.5em;
}

.top_contents .bannerarea {
	float: right;
	width: 204px;
}
.top_contents .bannerarea p {
	margin-bottom: 4px;
}
.date_td {
	padding-left: 8px;
	width: 120px;
}
.news_table {
	margin-top: 3px;
	margin-bottom: 3px;
}

.newsarea-inner {
	margin-top: 5px;
	margin-bottom: 5px;
}
.comment_td {
	padding-left: 10px;
}


#wrapper #topimg {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}


.contents {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	bottom: 120px;
	padding: 5px 30px 120px;
}
.pnkz {
	font-size: 10px;
	line-height: 1.5em;
	margin-bottom: 5px;
}
.pagetop {
	text-align: right;
}


#footer {
	background: #d1d1d1;
	width: 710px;
	height: 84px;
	border-top: 1px solid #e8000b;
	position: relative;
	cler: both;
	bottom: 0px;
	clip: rect(auto,auto,0px,auto);
	margin-top: -100px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 20px 0px;
}
#footer .address .flogo {
	margin-bottom: 2px;
}
#footer .address {
	font-size: 10px;
	line-height: 1.4em;
	float: left;
}
#footer .copy {
	font-size: 9px;
	line-height: 1.5em;
	color: #555555;
	float: right;
}
#footer .footerlink {
	font-size: 10px;
	line-height: 1.4em;
	text-align: right;
	margin-bottom: 8px;
	color: #555555;
}

/* clear fix */
.clearfix: after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}

/* hides from IE-mac */
* html .clearfix {
height: 1%;
}
*.clearfix {
display: block;
}
/* end hide from IE-mac */

