@charset "UTF-8";
@import url("base.css");
@import url("extensions.css");

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	width: 100%;
	text-align: center;
	background-image: url(../images/bg_head.gif);
	background-repeat: repeat-x;
	margin: 0px auto 0px auto;
	padding: 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 02.header style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header {
	width: 740px!important;
	width/**/: 756px;
	height: 54px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 8px 0px 8px;
}
div#header h1 {
	overflow: hidden;
	float: left;
	width: 300px;
	height: 54px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/logo.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png', sizingMethod='scale');
	-moz-opacity:0.80;
}
div#header div.tel {
	float: right;
	width: 275px;
	height: 46px;
	padding: 5px 0px 0px 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 03.navigation style                                                    */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#navigation {
	clear: both;
	width: 100%;
	height: 55px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/bg_navigation.gif);
	background-repeat: repeat-x;
}
div#navigation ul {
	display: block;
	overflow: hidden;
	clear: both;
	width: 756px;
	margin: 0px auto;
	padding: 0px;
}
div#navigation ul li {
	list-style: none;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.contents style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	clear: both;
	overflow: hidden;
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}
div#flash {
	width: 730px!important;
	width/**/: 740px;
	height: 240px;
	padding: 10px 5px 0px 5px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.contents style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
	clear: both;
	display: block;
	overflow: hidden;
	width: 740px!important;
	width/**/: 756px;
	text-align: left;
	background-image: url(../images/bg_body.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	padding: 0px 8px 0px 8px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	overflow: hidden;
	width: 730px!important;
	width/**/: 740px;
	height: 30px;
	clear: both;
	text-align: left;
	margin: 0px 5px;
	padding: 0px;
	background-image: url(../images/bg_foot.gif);
	background-repeat: no-repeat;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#menu {
	margin: 0px;
	padding: 5px 0px 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: #20209A;
}
#menu li a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#submenu {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	clear: both;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 08.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#copyright {
	display: block;
	overflow: hidden;
	clear: both;
	width: 740px!important;
	width/**/: 756px;
	height: 30px;
	text-align: left;
	text-indent: -5000px;
	background-image: url(../images/bg_copyright.gif);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding: 0px 8px 0px 8px;
}