@charset "utf-8";
/* CSS Document */
@import "reset.css";
@import "menu.css";
@import "tag.css";

/* 共通ページレイアウト
---------------------------------*/
#header_area {
	width:	100%;
	height:	100px;
	background:url(../images/header_back.jpg) repeat-x;
}

#header {
	width:	750px;
	height:	65px;
	margin:	0 auto;
	overflow:hidden;
}

#header .left {
	margin: 13px 0 0;
	padding:0;
	height:65px;
	font-size:12px;
	line-height:16px;
	text-indent:0px;
	float:left;
	font-weight:bold;
}

#menu {
	width:	750px;
	height:	35px;
	margin: 0 auto;
	overflow:hidden;
}

#gnavi {
	height:	35px;
	background:url(../images/gnavi.jpg) 0 -70px;
}

#middle {
	width:	750px;
	margin:	0 auto;
}

#contents {
	width:	750px;
	margin: 0 auto;
	padding: 15px 0 0;
}

#middle_footer {
	width:	750px;
	height:	15px;
	margin: 0 auto;
	clear:both;
}

#footer_area {
	width:	100%;
	height:	25px;
	background:url(../images/footer_back.jpg) repeat-x;
}

#footer {
	width:	750px;
	margin: 0 auto;
	line-height:25px;
	
}

#top_main_area {
	margin: 15px 0 0;
}