@charset "UTF-8";

/* common setting overwrite for Top page
--------------------------------------------------------- */
#top #container {
	background:#a4a4a5 url(../../../images/n00_main_bg.jpg) no-repeat center top;
}
#top #container .contentsWrapper {
	background: url(../../../images/n00_main_bg.jpg) no-repeat center top;
	padding:0 100px;
	width:760px;
}
#top #main {
	background: url(../../../images/n00_main_bg.jpg) no-repeat center top;
	height:182px
}
#top #main h2 {
	margin-bottom:20px;
}

/* each page settings
--------------------------------------------------------- */
#top #main div.leftArea {
	float:left;
	width:490px;
}
#top #main div.rightArea {
	float:right;
	width:184px;
}
#top #main div.centerArea {
	margin:auto;
	width:490px;
}

#top #main:after {
	content:".";  
	display:block;  
	height:0;  
	font-size:0;  
	line-height:0;  
	clear:both;  
	visibility:hidden;
}
#top #main {
	zoom:1;
}

/* Hides from IE-mac \*/
* html #top #main { height: 1%; }
#top #main { display: block; }
/* End hide from IE-mac */
