@charset "utf-8";

/*
########################################################
  reset
########################################################
*/

*{
	margin:0;
	padding:0;
	font-style:normal;
	line-height:1.5;
}

body{
	color:#666666;
	text-align:center;
    font-size: 13px; /* modern browser */
    *font-size: small; /* IE 7 */
	*font: x-small; /* IE 6 */
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#f2f2f2;
}

ul,
ul li,
ol,
ol li{
	list-style-type:none;
}

img{
	border:0;
	vertical-align:top;
}
.clear{
	clear:both;
}

div.printHead{
	display:none;
}

div#gNaviArea{
	background-color:#f2f2f2;
}

/*
########################################################
  link
########################################################
*/

a:link,a:visited{
	color:#537D3E;
	text-decoration:none;
}
a:hover,a:active{
	color:#537D3E;
	text-decoration:underline;
}


