@charset "UTF-8";
@import "reset.css";
@import "st_header.css";
@import "st_pankuzu.css";
@import "st_body.css";
@import "st_footer.css";
/* ClearFix
--------------------------------------------------*/
html { background-color: #ffffff; }
body {
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	background-color: #ffffff;
	width: 978px;
	font-size: 70%;
	color:#333333;
	margin: 0 auto;
}
img { border: none; }
a,
a:visited,
a:active { color: #003399; }
a:hover {
	color: #3366cc;
	text-decoration: none;
}
/* ClearFix
--------------------------------------------------*/
.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 */
