@charset "UTF-8";


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.top page only style                                                 */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
h1 {
	display: none;
	width: 1px;
	height: 1px;
	text-align: left;
	text-indent: -5000px;
	padding: 0px 0px 0px 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	display: block;
	width: 802px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 5px 0px 0px 0px;
}
div#flash {
	display: block;
	overflow: hidden;
	clear: both;
	width: 800px!important;
	width/**/: 802px;
	height: 450px;
	background-image: url(../images/bg_flash.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	/*padding nothing*/
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 02.header style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header {
	display: block;
	clear: both;
	width: 800px!important;
	width/**/: 802px;
	text-align: left;
	background-image: url(../images/bg_header.gif);
	margin: 0px auto 0px auto;
	padding: 0px 1px 0px 1px;
}
div#header ul {
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
div#header ul li {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 2em;
	background-image: url(../images/icon_arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 50% left;
	display: inline;
	margin: 0px;
	padding: 0px 5px 0px 10px;
}
div#header li a {
	color: #343434;
}
div#header li a:hover {
	color: #993300;
	text-decoration: underline;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 03.navigation style                                                    */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#navibg {
	width: 800px;
	height: 80px;
	background-image: url(../images/bg_navigation.png);
	background-repeat: no-repeat;
	background-position: top center;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_navigation.png', sizingMethod='scale');
	position: relative;
	margin: 0px auto;
}
div#navigation {
	display: block;
	overflow: hidden;
	clear: both;
	width: 726px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 15px;
	left: 34px;
}
div#navigation ul {
	margin: 0px;
	padding: 0px;
}
div#navigation ul li {
	list-style: none;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	clear: both;
	display: block;
	overflow: hidden;
	width: 800px!important;
	width/**/: 802px;
	text-align: left;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.sidebar style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#sidebar {
	float: left;
	display: block;
	overflow: hidden;
	width: 180px!important;
	width/**/: 200px;
	padding: 0px 10px 0px 10px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 06.contents style                                                      */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
	float: right;
	display: block;
	overflow: hidden;
	width: 780px!important;
	width/**/: 800px;
	padding: 0px 10px 0px 10px;
}
div#contents h2 {
	font-size: px;
	color: #;
	
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	width: 800px!important;
	width/**/: 802px;
	height: px;
	clear: both;
	text-align: left;
	margin: 0px;
	padding: 0px 1px 0px 1px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#menu {
	float: right;
	margin: 0px;
	padding: 5px 10px 0px 15px;
}
#menu li {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
	background-image: url(../images/icon_arrow_02.gif);
	background-repeat: no-repeat;
	background-position: 50% left;
	list-style: none;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 14px;
}
#menu li a {
	color: #3A3A3A;
}
#menu li a:hover {
	color: #7F2C34;
	text-decoration: underline;
}
#submenu {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	clear: both;
}
#submenu li {
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
	background-image: url(../images/icon_arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 50% left;
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 5px 0px 10px;
}
#submenu li a {
	color: #3A3A3A;
}
#submenu li a:hover {
	color: #7F2C34;
	text-decoration: underline;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 08.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#copyright {
	display: block;
	overflow: hidden;
	clear: both;
	width: 800px!important;
	width/**/: 802px;
	height: 51px;
	color: #3A3A3A;
	text-align: left;
	text-indent: -5000px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
	background-image: url(../images/foot.gif);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding: 0px 1px 0px 1px;
}

