@charset "utf-8";
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
/*	font-size: small;
	line-height: 2em;
*/	font-family: "ヒラギノ角ゴ Pro W4","Hiragino Kaku Gothic Pro","メイリオ",Meriyo,"ＭＳ Ｐゴシック",sans-serif;
	background-image : url(../www/common/images/back_green.png);
	background-repeat: repeat-x;
}
h1, h2, h3, h4{
	font-weight: normal;
	font-size: small;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
p{
	margin: 0px;
	padding: 0px;
}

ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
dl{
	margin: 0px;
	padding: 0px;
}
dt{
	margin: 0px;
	padding: 0px;
}
dd{
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	color: #999;
	text-decoration: underline;
}



a img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clear{
	height: 0px;
	line-height: 0px;
	clear: both;
	overflow: hidden;
}
