@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 10;
	background: url(images/base/bg.jpg) repeat-x;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
}
td {
	font-size: 12px;
	line-height: 1.6em;
	text-align: left;
}

/*--------------------リンク--------------------*/
a:link {
	color: #18902E;
	font-weight: normal;
}
a:visited {
	color: #18902E;
	font-weight: normal;
}
a:hover {
	color: #18902E;
	font-weight: normal;
}
a:active {
	color: #18902E;
	font-weight: normal;
}

/*--------------------テキスト--------------------*/
h1 {

}
h2 {

}
h3 {

}
h4 {

}
.txt_10_red {
	color: #FF0000;
	font-size: 10px;
}
.txt_10_bk {
	color: #000000;
	font-size: 10px;
}
.txt_red_b {
	color: #FF0000;
	font-weight: bold;
}
.txt_blue_b {
	color: #0066CC;
	font-weight: normal;
}
.txt_12_bk {
	color: #000000;
	font-size: 12px;

}
.txt_16_gr {
	color: #339933;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
}
.txt_16_bl {
	color: #264E9C;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
}
.txt_18 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8em;
}
.txt_14 {
	font-size: 14px;
}

/*--------------------フロートクリア--------------------*/
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

