@charset "UTF-8";
@import url("base.css");
@import url("extensions.css");

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	width: 810px;
	text-align: center;
	margin: -100px auto 0px auto;
	padding: 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 02.header style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header {
	width: 810px;
	height: 80px;
	text-align: left;
	/*position: relative;*/
}
div#header h1 {
	float: left;
	width: 160px;
	height: 34px!important;
	height/**/: 69px;
	padding: 35px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 03.navigation style                                                    */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#navigator {
	width: 607px;
	height: 38px!important;
	height/**/: 68px;
	float: right;
	padding: 30px 0px 0px 0px;
}
div#navigator ul {
	clear: both;
	width: 607px;
}
div#navigator ul li {
	float: left;
	height: 38px;
	padding: 0px 0px 0px 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	clear: both;
	overflow: hidden;
	width: 810px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: none;
	padding: 0px 0px 0px 0px;
}
div#flash {
	display: block;
	clear: both;
	width: 810px;
	height: 370px!important;
	height/**/: 380px;
	padding: 0px 0px 0px 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.sidebar style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#sidebar {
	display: none;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 06.contents style                                                      */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
	float: none;
	clear: both;
	display: block;
	overflow: hidden;
	width: 810px;
	padding: 0px 0px 0px 0px;
}
/*banner*/

ul.banner01 {
	clear: both;
	width: 810px;
	height: 79px!important;
	height/**/: 100px;
	overflow: hidden;
	padding: 0px 0px 21px 0px;
}
ul.banner01 li {
	float: left;
	width: 273px;
}
ul.banner01 li.right {
	width: 263px;
	float: right;
	padding: 0px 0px 0px 0px;
}
ul.banner02 {
	clear: both;
	width: 400px;
	height: 53px!important;
	height/**/: 73px;
	overflow: hidden;
	padding: 0px 0px 20px 0px;
	float:right;
}
ul.banner02 li {
	width: 200px;
	float: left;
}
ul.banner02 li.right {
	width: 200px;
	float: right;
}


ul.banner03 {
	clear: both;
	width: 400px;
	overflow: hidden;
	padding: 0px 0px 20px 0px;
	float:right;
}
ul.banner03 li {
	width: 400px;
	height: 53px!important;
	height/**/: 58px;
	float: left;
	padding: 0px 0px 15px 0px;
}

/*新着情報*/
h3 {
	width: 400px;
	height: 30px!important;
	height/**/: 40px;
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

ul.news {
	overflow: hidden;
	width: 400px;
	float: left;
	padding: 0px 0px 0px 0px;
}
ul.news li {
	width: 380px!important;
	width/**/: 400px;
	font-size: 12px;
	color: #353535;
	background-image: url(../images/ic_list.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	border-bottom: 1px dashed #CCCCCC;
	padding: 5px 10px 5px 10px;
}
ul.news li a {
	color: #353535;
}
ul.news li a:link,ul.news li a:active,ul.news li a:visited {
	color: #353535;
}
ul.news li a:hover {
	color: #ff7c00;
}

