@charset "Shift_JIS";

body { 
	margin: 0;
	background-color: #669966;
	color: #000000;
	text-align: center;

	padding:0px;
	vertical-align:baseline;
	font-size:12px;
	font-family:sans-serif, "Lucida Grande";
	}
	
/* for WinIE6*/
* html body {
	font-family:"ＭＳ Ｐゴシック", Verdana, sans-serif;
	letter-spacing: nomal;
}
/* for WinIE7*/
*:first-child+html body { 
	font-family: 'メイリオ', Meiryo, sans-serif;
}

a{
	text-decoration:none;
	color: #000000;
	}

a:hover{
	color: #FFFFFF;
	}

#header{
	width: 770px;
	height:40px;
	margin: 10px auto 0px auto;
	text-align: center;
	background-color: #999999;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	}
	
h1 {
	margin:10px 0px 10px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.1em;
	}

#content{
	width: 770px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	}
 
#ver{
	width: 770px;
	background-color: #999999;
	padding-top: 5px;
	padding-bottom:5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #333333;
	text-align: center;
	}
 
#copyright{
	width: 770px;
	height: 40px;
	background-color: #999999;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	line-height: 13px;
	font-weight: 300;
	color: #000000;
	text-align: center;
	letter-spacing: 0.1em;
	margin-right: auto;
	margin-left: auto;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #333333;
	}

 
.p1 {
	font-size: 10px;
	line-height: 13px;
	font-weight: 300;
	color: #333333;
	letter-spacing: 0.1em
	}

.p2 { 
	font-size: 12px;
	line-height: 120%;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#comment { 
	width: 770px;
	font-size: 12px;
	line-height: 120%;
	font-weight: 500;
	color: #000000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 20px;
	}

.p5{
	font-weight: bold;
	padding-bottom:10px;
	}

