@charset "utf-8";


/* ʃCAEg
---------------------------------------- */

body {
	background: #C9D8E0 url(../img/bg.gif) center repeat-y;
}

body,div,form,h1,h2,h3 {
	margin: 0px;
	padding: 0px;
}

body,td,p,div{
	font-size:10px;
	line-height:160%;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

/*** Header ***/

.Header {
	background: url(../img/bg.gif) repeat-y;
}

.HeaderLink{
	font-size: 10px;
	color: #666666;
	margin-right:20px;
}

.HeaderLink a{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

/*** Navigation ***/

.Nv{
	background:url(../img/nv_off.jpg) repeat-x;
	text-align: center;
	}

.Nv a{
	background:url(../img/nv_off.jpg) repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding:6px 20px;
	display: block;
	width:100px;
}

.Nv a:hover {
	background:url(../img/nv_on.jpg) repeat-x ;
}




/*** Footer ***/

.Footer {
	margin-top:20px;
	margin-bottom:10px;
	font-size:10px;
	color: #999999;
}

.Copyright {
	font-size:10px;
	color: #999999;
	padding-left:10px;
	font-family: Arial, Helvetica, sans-serif;
}

.FooterLink {
	padding-right:10px;
}

.FooterLink a{
	color: #999999;
	font-size:10px;
	text-decoration: none;
}.button {
	border: 1 #666666;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-color: #666666;
}
a:link {  color: #0000FF; text-decoration: none}
a:visited {  color: #000; text-decoration: none}
a:hover {  color: #FF9900; text-decoration: underline}.link {
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}

