html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img
{
   margin:0;
   padding:0;
}

body {
	line-height: 150%;
	font-family: Veradana, Helvetica, Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	padding-top: 0px;
	height: 100%;
}

input,textarea,select {
	font-family: Veradana, Helvetica, Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size : 12px;
	color : #333333;
	background-color : #FFFFFF;
	border: 1px solid #006600;
}

a:link {
	text-decoration:underline;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline overline;
}
a:active {
	text-decoration:none;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}
h2 {
	font-size: 12px;
	color: #006600;
	margin-bottom: 5px;
	margin-top: 5px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
h4 {
	font-weight: bold;
	font-size: 12px;
}
img {
	vertical-align: bottom;
}
