body{
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
	color: #E8E8E8;
	background: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #404040;
	scrollbar-face-color: #404040;
	scrollbar-3dlight-color: #404040;
	scrollbar-darkshadow-color: #F2F2F2;
	scrollbar-highlight-color: #404040;
	scrollbar-shadow-color: #404040;
	scrollbar-track-color: #FFFFFF;
}
a:link{
	color: #FFFFFF;
}
a:visited{
	color: #FFFFFF;
}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	top: 1px;
	left: 1px;
}
.category{
	font-size: 15px;
	line-height: 120%;
	text-align: left;
	background: #000000;
}
.main{
	line-height: 107%;
}
.menu{
	line-height: 110%;
}
.nodesign{
	font-size: 13px;
	line-height: 95%;
	background: #FFFFFF;
}
.pagetop{
	display: none;
	position: fixed;
	bottom: 0px;
	right: 7px;
}
.pagetop a{
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	text-decoration: none;
	width: 36px;
	height: 36px;
	color: #FFFFFF;
	border: 1px solid #000000;
	background: rgba(51,51,51,0.6);
	display: block;
}
tr.title{
	background: #111111;
	font-size: 16px;
}
td.tbldata01{
	text-align: left;
	font-size: 15px;
}
.etc01{
	font-size: 10px;
}
input, textarea, select{
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 1px solid #666666;
	-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 1px;
}
input:hover, textarea:hover, select:hover{
	border: 1px solid #008833;
}
input:focus, textarea:focus, select:focus{
	border: 1px solid #3CB371;
}
