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

/* ------------------------------------------------------
 initialization
------------------------------------------------------ */
body {
	margin:0px;
	border:0px;
	padding:0px;
	font-size:12px;
	font-family:MS PGOTHIC, san-serif, Osaka;
	color:#444;
	line-height:1;
}
html{overflow-y:scroll;}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,div,form,textarea,table,th,td {
margin:0;
border:0;
padding:0;
font-weight:normal;
font-style:normal;
list-style:none;
}

table {
border-collapse:collapse;
border-spacing:0;
}

address,caption,em,strong,th {
font-style:normal;
font-weight:normal;
text-align:left;
}

a:link,
a:active,
a:visited {
	color:#333;
	text-decoration:none;
}
a:hover,
a:focus {
	color:#6DB131;
	text-decoration:underline;
}

img {
border:none;
vertical-align:top;
}
th {
	color: #46A235;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
}

