@charset "utf-8";
/* CSS Document */

body{
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-family: verdana,"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
	font-size: 12pt;
	color: #333333;
	line-height: 150%;
/*	overflow-y:scroll;*/
	margin: 0px auto;
	padding: 0;
	text-align: center;
	background-color:#FAFFB5;}

a:link {
	color:#333333;
	text-decoration:none;
}
a:visited {
	color: #666666;
}
a:hover {
	color:#17740C;
	text-decoration:underline;
}
a:active {
}

img {
	border: 0px none;
}

ul,ol,li{
	list-style-type: none;
}

table,
table td{
	border-collapse: collapse;
}

.clear{
	clear: both;
}
.clear p{
	display: none;
}

*html body {
	overflow-y:scroll;
}

*+html body {
	overflow-y:auto;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
