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

body,td,th {
	font-size: 14px;
	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: 180%;
}

.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-textbox600 {
	width: 600px;
}

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



/* ---------------------------------------------------------------------- ID */

#all {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#all3 {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#main {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(img/back-rightbox.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#rightbox {
	margin: 0px;
	padding: 0px;
	background-image: url(img/back-rightbox.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#rightbox-list {
	height: 150px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/back-list.gif);
	background-repeat: no-repeat;
	background-position: center top;
}