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

/*------------------------*/
/*    		 reset    		  */
/*------------------------*/


h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
}

html {
	overflow-y:scroll;
}

textarea {
	font-size: 100%;
}

img {
	vertical-align: bottom;
}

a {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #89c21c;
	text-decoration: underline;
}

.active {
	text-decoration: none;
	color: #2b778d;
}

body {
	margin: 0;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	background: url(../img/common/head_back.jpg) repeat-x top;
}

table {
	border-collapse: collapse;
}

table td {
	font-size: 87%;
	padding: 3px;
	line-height: 140%;
}