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

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

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(img/since1999.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

a:link {
	text-decoration: none;
	color: #0A50A1;
}

a:visited {
	text-decoration: none;
	color: #0A50A1;
}

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

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}
.fsize18, .fsize18-long {font-size: 18px}
.fsize10-long, .fsize12-long, .fsize14-long, .fsize18-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] */

.cbox {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	width: 246px;
	text-align: center;
}

a.cmenu1 {
	font-size: 14px;
	color: #0A50A1;
	text-decoration: none;
	background-color: #ffffff;
	padding:9px 0px;
	width: 246px;
	display: block
}

a.cmenu2 {
	font-size: 14px;
	color: #0A50A1;
	text-decoration: none;
	background-color: #ffffff;
	padding:9px 0px;
	width: 246px;
	display: block
}

a.cmenu3 {
	font-size: 14px;
	color: #0A50A1;
	text-decoration: none;
	background-color: #ffffff;
	padding:9px 0px;
	width: 246px;
	display: block
}

a:hover.cmenu1  { background-color: #ffff00 }
a:active.cmenu1 { background-color: #ffffff }
a:hover.cmenu2  { background-color: #ffff00 }
a:active.cmenu2 { background-color: #ffffff }
a:hover.cmenu3  { background-color: #ffff00 }
a:active.cmenu3 { background-color: #ffffff }
