@charset "UTF-8";
@import url("base.css");
@import url("extensions.css");

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	width: 820px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px auto;
	position: relative;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 02.header style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header {
	width: 794px!important;
	width/**/: 820px;
	height: 87px;
	text-align: left;
	background-image: url(../images/head2.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/head2.png', sizingMethod='scale');
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
div#header h1 {
	float: left;
	width: 230px;
	height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 14px 0px 0px 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 03.navigation style                                                    */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#navigation {
	width: 308px;
	height: 144px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 485px;
	z-index: 20;
}
div#navishadow {
	clear: both;
	width: 308px;
	height: 144px;
	margin: 0px;
	z-index: 15;
	background-image: url(../images/navigation.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/navigation.png', sizingMethod='scale');
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 500px;
}
div#navigation ul {
	clear: both;
	width: 308px;
	height: 144px;
	margin: 0px;
	padding: 0px 0px 0px 24px;
	_padding: 0px 0px 0px 0px;
	_margin: 0px 0px 0px 24px;
	z-index: 20;
}
div#navigation ul li {
	width: 45px;
	height: 133px;
	list-style: none;
	display: block;
	float: left;
	margin: 0px 4px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div#navigation ul li a {
	display: block;
	width: 45px;
	height: 133px;
	background-color: none;
}
div#navigation ul li a:active,div#navigation ul li a:link,div#navigation ul li a:visited,{
	width: 45px;
	height: 133px;
	background-color: none;
}
div#navigation ul li a:hover {
	display: block;
	width: 45px;
	height: 133px;
	background-color: #FFCC33;
	filter: alpha(opacity=50);
	-moz-opacity:0.2;
	opacity:0.5;
	

}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	clear: both;
	display: block;
	overflow: hidden;
	width: 820px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	z-index: 10;
}
div#mainphoto {
	display: block;
	overflow: hidden;
	clear: both;
	width: 794px!important;
	width/**/: 820px;
	height: 446px!important;
	height/**/: 460px;
	background-image: url(../images/bg_main.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_main.png', sizingMethod='scale');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 13px 14px 13px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 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 {
	clear: both;
	display: block;
	overflow: hidden;
	width: 794px!important;
	width/**/: 820px;
	background-color: #FFFFFF;
	padding: 0px 13px 20px 13px;
	margin: 0px 0px 20px 0px;
}
div#contents h2 {
	width: 780px!important;
	width/**/: 794px;
	padding: 10px 7px 20px 7px;
	margin: 0px;
}
div#contents h3 {
	padding: 0px 0px 10px 0px;
}
div#contents h4 {
	padding: 0px 0px 10px 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	display: block;
	overflow: hidden;
	clear: both;
	width: 800px!important;
	width/**/: 820px;
	height: 40px;
	background-image: url(../images/foot.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/foot.png', sizingMethod='scale');
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#menu {
	margin: 0px;
	padding: 18px 0px 0px 15px;
}
#menu li {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	list-style: none;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#menu li a {
	color: #ffffff;
}
#menu li a:hover {
	color: #CC0000;
	text-decoration: underline;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 08.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#copyright {
	display: none;
}

