body {
	margin: 0;
	padding: 0;
	font-family: "Hiragino Kaku Gothic ProN", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	background: #fff;
}
div {
	_display: inline;
	}
ul, ol, li {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
html {
	-webkit-text-size-adjust: 100%;
	}
input[type="radio"] {
	font-size:x-large;height:30px;width:30px;
	}
input[type="checkbox"] {
	font-size:x-large;height:30px;width:30px;
	}
img {
	max-width: 100%;
	height: auto;
	}
h1{
	padding:.15px;
	color:#CCCCCC;
	font-size:20px;
	text-align:center;
	}
a {
	text-decoration: none;
	}
.clear {
	clear:both;
	}
.clear hr {
	display:none;
	}
#pagetitle{
	background-color:#FFFFFF;
	text-align:center;
	padding: 5px;
	border-radius:4px;
	border:1px solid #222;
	box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 1.3);
	margin: 10px 0px;
	background-color:#FFFFFF;
	width: 860px;
	font-size : 16px;
	color : #555555;
	height:25px;
	}
.sitetitle {
	margin: 0;
	padding: 5px;
	height: 45px;
	text-align: center;
	font-size: 1em;
	background: -webkit-gradient(linear, left top, left bottom, from(#ececec),to(#fff));
	background: linear-gradient(#ececec, #fff);
	overflow: hidden;
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	background-color: #BFDFFF;
	overflow: hidden;
}
#menu li{
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
	background-color: #BFDFFF;
	list-style: none;
}
#menu li a{
	width: 100;
	height: 40;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
	text-decoration: none;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	display: block;
}
#menu a:hover{
	background: #E6F2FF;
}
#pan{
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight:bold;
}
#pan ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#pan li{
	float:left;
}
#form {
	width: 100%;
	margin: 0;
	padding: 0;
	float:left;
	overflow: hidden;
	}
#form ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#form li{
	padding: 5;
}
.inputname{
	margin: 0;
	padding: 5px;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#ececec),to(#efefef));
	background: linear-gradient(#ececec, #efefef);
	overflow: hidden;
}
.BT {
	line-height:140%;
	cursor:pointer;
	font-size : 12px;
	padding: 3px;
	margin: 2px;
	color     :#555555;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	}
.BT:hover {
	line-height:140%;
	cursor:pointer;
	font-size : 12px;
	padding: 3px;
	margin: 2px;
	color     :#FFFFFF;
	background-image:linear-gradient(#999999,#CCCCCC);
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	}
.KLINK {
	line-height:200%;
	font-size : 12px;
	padding: 5px;
	margin: 2px;
	color : #555555;
	text-align : center;
	text-decoration : none;
	background-image:linear-gradient(#E1F0FF,#BBDDFF);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	}
.KLINK:hover {
	line-height:200%;
	font-size : 12px;
	padding: 5px;
	margin: 2px;
	color : #FFFFFF;
	text-align : center;
	text-decoration : none;
	background-image:linear-gradient(#90A0FF,#5090FF);
	border : 1px solid #999999;
	border-width : 1px 0px 0px 1px;
	}
.SBTN {
	cursor:pointer;
	text-align: center;
	width: 180px;
	padding: 8px;
	margin: 10px;
	font-size : 15px;
	font-weight: bold;
	color: #555555;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),color-stop(0.01, #f1f1f1),
	color-stop(0.5, #f1f1f1),
	color-stop(0.99, #dddddd),
	to(#ccc));
	background: linear-gradient(#fff, #f1f1f1 1% , #f1f1f1 50% , #dfdfdf 99%, #ccc);
	border: 0px solid #999999;
	border-width:0px 1px 1px 0px;
	}
.SBTN:hover {
	cursor:pointer;
	text-align: center;
	width: 180px;
	padding: 8px;
	margin: 10px;
	font-size : 15px;
	font-weight: bold;
	color: #555555;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),color-stop(0.01, #f1f1f1),
	color-stop(0.5, #f1f1f1),
	color-stop(0.99, #dddddd),
	to(#ccc));
	background: linear-gradient(#fff, #f1f1f1 1% , #f1f1f1 50% , #dfdfdf 99%, #ccc);
	border: 0px solid #999999;
	border-width:1px 0px 0px 1px;
	}
.BACKBTN {
	cursor:pointer;
	text-align: center;
	width: 180px;
	padding: 8px;
	margin: 10px;
	font-size : 15px;
	font-weight: bold;
	color: #999999;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),color-stop(0.01, #f1f1f1),
	color-stop(0.5, #f1f1f1),
	color-stop(0.99, #eeeeee),
	to(#ccc));
	background: linear-gradient(#fff, #f1f1f1 1% , #f1f1f1 50% , #dfdfdf 99%, #ccc);
	border: 0px solid #999999;
	border-width:0px 1px 1px 0px;
	}
.BACKBTN:hover {
	cursor:pointer;
	text-align: center;
	width: 180px;
	padding: 8px;
	margin: 10px;
	font-size : 15px;
	font-weight: bold;
	color: #999999;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),color-stop(0.01, #f1f1f1),
	color-stop(0.5, #f1f1f1),
	color-stop(0.99, #eeeeee),
	to(#ccc));
	background: linear-gradient(#fff, #f1f1f1 1% , #f1f1f1 50% , #dfdfdf 99%, #ccc);
	border: 0px solid #999999;
	border-width:1px 0px 0px 1px;
	}
.WORD {
	font-size : 14px;
	color     : #555555;
	}
.WORDERR {
	font-size : 22px;
	color     : #FF0000;
	}
.TITLE {
	font-size : 22px;
	color     : #555555;
	}
.TITLETD {
	background-color: #E9E9E9;
	}
.PAGE {
	cursor:pointer;
	font-size : 14px;
	color     :#555555;
	background-color:#FFFFFF;
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
}
.THISPAGE {
	font-size : 16px;
	font-weight : bold;
	color     :#555555;
}