@charset"shift_jis";
/* all Page content */
* {
	margin:0;
	padding:0;
}
html {
	overflow-x: auto;
	overflow-y: scroll;
}

img {
	border: none;
}

body {
	width:826px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#EBFFFC;
	display:block;
	font-family:"MS PGothic","Osaka",Arial,sans-serif;
	position:relative;
	z-index:1;

}
.m-backshadow{
	width:826px;
	background-image:url(../images/g_shadow.gif);
	background-repeat: repeat-y;
	background-position:right;
	z-index:200;
}

.m-background{
	width:820px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	display:block;
	text-align:left;
	background-color:#fff;
	z-index:2;
}


.header{
	/*width:820px;*/
	width:820px;
}

.header-left{
	float:left;
	display:block;
	font-size:12px;
	margin:20px 0 5px 10px;
	text-align:left;
}

.header-right{
	text-align:right;
}
/* IE6 */
* html .header-right{margin-top:25px;}
/* IE7 */
*:first-child+html .header-right{margin-top:25px;}
/* IE8 */
head~/* */body .header-right{margin-top:-2px;}
html:not(:target) .header-right{margin-top:-2px;}

.header-right ul{
	margin:0;
	padding:0;
	float:right;
	margin:25px 10px 5px 5px;
	padding-top:20px;
	color:#330033;
	font-size:12px;
}
.header-right li{
	float:left;
	margin-left:5px;
}
.header-right li a{
	text-decoration:none;
	color:#663300;
}
.header-right li a:hover{
	color:#336600;
}


A:link{
		color:#25457B;
		text-decoration:none;
		}
A:visited{
		color:#25457B;
		text-decoration:none;
		}
A:active{
		color:#25457B;
		text-decoration:none;
		}
A:hover{
		color:#25457B;
		text-decoration:underline;
		}

/* To Top  */
.top-guide{
	text-align:right;
	margin-right:30px;
}
.top-guide img{
	margin-bottom:20px;
}

/* Copyright */
.cpy-right{
	z-index:500;
	width:818px;
	height:40px;
	clear:both;
	background-image:url(../images/cpy_bg.gif);
	background-repeat: repeat-x;
	background-position: left middle;
}
.cpy-rightback{
	z-index:600;
	width:600px;
	height:40px;
	background-image:url(../images/cpyright.gif);
	background-repeat: no-repeat;
	background-position: center middle;
}



