@charset "utf-8";
html {
	height:100%;
}
body {
	font: 12px/15px "Meiryo UI", "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	border-top: 5px solid #6b84d5;
	height:100%;
	background-color: #00001a;
}
A {
	color: #CCFFFF;
	text-decoration: none;
}
A:hover {
	color: #66FFFF;
	text-decoration: underline;
}
H1, H2  {
	font-size: 0px;
	line-height: 0px;
	text-align: left;
	text-indent: -9999px;
	clear: right;
	float: right;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height:100%;
	min-height:100%;
	background-image: url(../img_cmn/bg_container.png);
	background-repeat: repeat-y;
	background-position: center 0px;
}
body > #container { 
    height:auto; 
}
#container #header {
	background-image: url(../img_cmn/bg_header.jpg);
	height: 220px;
	width: 940px;
	padding-right: 20px;
	padding-top: 5px;
}
#container #header H2 {
	background-image: url(../img_cmn/h2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 6px;
	width: 218px;
	margin-bottom: 15px;
}
#container #header H1 {
	background-image: url(../img_cmn/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 81px;
	width: 239px;
	margin-bottom: 59px;
}
#container #header H3 {
	clear: right;
	float: right;
}
#container #contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#container #contents #menu {
	float: left;
	width: 250px;
	background-image: url(../img_cmn/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 640px;
}
#container #contents #menu UL {
	width: 250px;
}
#container #contents #menu LI A {
	text-align: left;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 250px;
	margin-bottom: 2px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#container #contents #menu LI A:hover {
	background-position: -250px 0px;
	display: block;
	height: 30px;
	width: 250px;
	margin-bottom: 2px;
}
#container #contents #menu LI#m01 A {
	background-image: url(../img_cmn/btn01.png);
}
#container #contents #menu LI#m02 A {
	background-image: url(../img_cmn/btn02.png);
}
#container #contents #menu LI#m03 A {
	background-image: url(../img_cmn/btn03.png);
}
#container #contents #menu LI#m04 A {
	background-image: url(../img_cmn/btn04.png);
}
#container #contents #menu LI#m05 A {
	background-image: url(../img_cmn/btn05.png);
}
#container #contents #menu LI#m06 A {
	background-image: url(../img_cmn/btn06.png);
}
#container #contents #menu LI#m07 A {
	background-image: url(../img_cmn/btn07.png);
}
#container #contents #menu LI#m08 A {
	background-image: url(../img_cmn/btn08.png);
}
#container #contents #menu LI#m09 A {
	background-image: url(../img_cmn/btn09.png);
}
#container #contents #menu LI#m10 A {
	background-image: url(../img_cmn/btn10.png);
}
#container #contents #menu LI#m11 A {
	background-image: url(../img_cmn/btn11.png);
}
#container #contents #center {
	width: 630px;
	padding-left: 20px;
	min-height: 560px;
	float: left;
	color: #333333;
	padding-top: 10px;
}
#container #contents #center A {
	color: #0066CC;
}
#container #contents #center A:hover  {
	color: #CC3300;
	text-decoration: underline;
}
#container #contents #center .pagelink  {
	clear: both;
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img_cmn/bg_pagelink.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 30px;
}
#ftmenu {
	clear: both;
	text-align: right;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-left: 270px;
}
#ftmenu UL {
	display: block;
	margin: 0px 0px 5px;
}
#ftmenu LI {
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	margin: 0px;
	border-right: 2px solid #DDDDDD;
}
#ftmenu  LI.top {
	border-left: 2px solid #DDDDDD;
}
#ftmenu A {
	color: #006699;
	font: 11px "Courier New", Courier, mono;
}
#ftmenu A:hover {
	color: #339966;
	text-decoration: underline;
}
#copyright    {
	text-align: right;
	font-size: 10px;
	line-height: 14px;
	width: 930px;
	background-image: url(../img_cmn/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	clear: both;
	height: 50px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
#copyright  .copy1  {
	float: left;
	padding-top: 5px;
}
#copyright  .copy2  {
	float: right;
	padding-top: 5px;
}
#copyright  .copy2  IMG  {
	float: right;
	margin-top: -1px;
}
#center .pagenavi {
	text-align: right;
	margin-bottom: 15px;
}
