/* ---------------------------------------------------------------------- BASE */

body,td,th {
	font-size: 12px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #2f9fd0;
}

a:visited {
	text-decoration: none;
	color: #2f9fd0;
}

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

a:active {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, ul, li ,form{
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3";
}

img {
	border: 0px;
}


/* ---------------------------------------------------------------------- CLASS */

.fsize10, .fsize10-long {font-size: 10px}
.fsize12, .fsize12-long {font-size: 12px}
.fsize14, .fsize14-long {font-size: 14px}
.fsize10-long, .fsize12-long, .fsize14-long {
	line-height: 140%;
}

.h5 {
	height: 5px;
	font-size: 1px;
}
.h10 {
	height: 10px;
	font-size: 1px;
}
.h12 {height: 12px;}
.h15 {height: 15px;}
.h20 {height: 20px;}
.h25 {height: 25px;}
.h30 {height: 30px;}


/* ---------------------------------------------------------------------- FORM */

input, textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #404040;
}

.form-textbox {
	width: 300px;
}

.form-textarea {
	height: 80px;
	width: 400px;
}


/* ---------------------------------------------------------------------- ID:[page] */

#page {
	margin: 0px;
	padding: 0px;
	background-image: url(img/back00.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


#logo2 {
	height: auto;
	width: auto;
	padding: 0px;
	margin: 10px;
	float: left;
}