@charset "utf-8";

body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,address,form,fieldset,li,hr {
	margin:0;
	padding:0;
}

body {
	font-size:90%;
	line-height:1.4;
	font-family:Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";;
	color:#595959;
	background:#fff;
}

*html body {
	font-size:x-small;
	line-height:1.4;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:center;
}

*+html body {
	font-size:small;
	line-height:1.4;
	font-family:meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	line-height:1.5;
}

img {
	border:0;
	vertical-align:top;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
*html table {
	font-size:100%;
	line-height:1.4;
}
th,td {
	border:0;
	padding:0;
	vertical-align:top;
}
address,strong,em,abbr {
	font-weight:normal;
	font-style:normal;
	border:0;
}

ul,ol {padding:0;}
ul {margin:0.8em 10px 0.8em 20px;}
ol {margin:0.8em 10px 0.8em 25px;}

a {
	color:#008335;
	text-decoration:none;
}
a:hover {
	color:#e45c27;
	text-decoration:underline;
}

fieldset {
 border:0 none;
}

hr {
	border-top:1px solid #e0e0e0;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #b4b4b4;
}

:focus {outline:0;}

.clear{
clear:both;
height:0px;
visibility: hidden;
text-align:center;
background-color:#eeeeee;
}
