@charset "UTF-8";
@import url("base.css");
@import url("extensions.css");

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	width: 1000px;
	/*text-align: center;*/
	/*margin: 0px auto 0px auto;*/
	padding: 0px;
}
div#container {
	clear: both;
	overflow: hidden;
	width: 1000px;
	min-height: 800px;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
div#sidebar {
	float: right;
	overflow: hidden;
	width: 180px;
	padding: 0px 0px 0px 0px;
}
div#contents {
	float: left;
	overflow: hidden;
	width: 820px;
	padding: 0px 0px 0px 0px;
}
div#fullbox {
	clear: both;
	overflow: hidden;
	width: 640px!important;
	width/**/: 820px;
	height: 560px!important;
	height/**/: 731px;
	padding: 71px 80px 100px 100px;
	background-image: url(../images/nakabg.jpg);
	background-repeat: no-repeat;
}
div#scrollbox {
	display: block;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 640px;
	height: 500px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 03.navigation style                                                    */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul#navi_main {
	width: 180px;
	height: 164px;
	clear: both;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 260px 0px;
}
ul#navi_main li {
	float: left;
	width: 180px;
	/*height: 30px;*/
}


ul#navi_sub {
	width: 106px!important;
	width/**/: 180px;
	clear: both;
	overflow: hidden;
	padding: 0px 42px 0px 32px;
}
ul#navi_sub li {
	width: 106px;
	height: 27px;
	float: left;
	padding: 0px 0px 0px 0px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	width: 1000px;
	clear: both;
	overflow: hidden;
	text-align: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 09.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#copyright {
	width: 254px;
	height: 14px;
	float: right;
}
