@charset "UTF-8";
/* CSS Document */

/*==================content box==================*/	
#container {
	width: 750px;
	height: 515px;
	background: url(../img/top_bg.jpg) no-repeat 100% 0;
	margin: 0 auto;
	}
#containerbg {
	background: #000000;
	padding-top: 20px;
	}	
/*==================header==================*/	
#header {
	margin-bottom: 50px;
	}	
/*==================navi==================*/
#navi ul {
	line-height: 0;
	}
#navi ul li {
	padding-bottom: 20px;
	}
/*==================bottom==================*/
#bottom {
	background: url(../img/top_foot_bg.jpg) repeat-x;
	}
#bottom p {
	clear: both;
	}
/*==================main==================*/
#inner {
	background: url(../img/main_bottom.jpg) repeat-x bottom;
	}
#main {
	width: 750px;
	margin: 0 auto;
	padding-top: 15px;
	}
#main p#phoenix {
	padding-bottom: 6px;
	text-align:center;
	}
#main div#mainBox {
	margin: 0 80px 20px 80px;
	text-align: left;
	}
#main div#mainBox h2{
	margin-bottom: 5px;
	}
#main div#mainBox p{
	margin-bottom: 10px;
	text-align: left;
	}
	
