@charset "UTF-8";
@import url("base.css");
@import url("extensions.css");

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	width: 780px!important;
	width/**/: 810px;
	text-align: center;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	padding: 0px 15px 0px 15px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 02.header style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
h1 {
	float: left;
	width: 270px;
	height: 115px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div#container {
	clear: both;
	display: block;
	overflow: hidden;
	width: 780px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/bg_head.gif);
	background-repeat: repeat-x;
	background-position: 0px top;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	display: block;
	width: 780px;
	height: 60px;
	clear: both;
	text-align: left;
	background-image: url(../images/foot.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#menu {
	float: right;
	width: 380px!important;
	width/**/: 440px;
	margin: 0px;
	padding: 5px 40px 0px 0px;
}
#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: #4f63ae;
}
#menu li a:hover {
	color: #4f63ae;
	text-decoration: underline;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 08.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#copyright {
	display: block;
	overflow: hidden;
	clear: both;
	width: 780px;
	height: 20px;
	text-align: left;
	text-indent: -5000px;
	background-image: url(../images/copy.gif);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
