/* CSS Document */
@charset "Shift_JIS";
@import "tag.css";
@import "class.css";
@import "header.css";
@import "menu.css";
@import "main.css";
@import "footer.css";

* {
	margin:0;
	padding:0;
	font-size: 14px;
	color: #333333;
}

html,body {
	height:100%;
}

#pagecenter {
	width:740px;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	padding: 0px;
}

* html #pagecenter {
	height:100%;
	position: relative;
}

#container {
	width:740px;
}


#containerinside {
	margin:0px;
	padding:0px;
}
