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

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

body {
	margin: 0px;
	padding: 0px;
}

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

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

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

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-140, .fsize10-160, .fsize10-180 {font-size: 10px}
.fsize12, .fsize12-140, .fsize12-160, .fsize12-180 {font-size: 12px}
.fsize14, .fsize14-140, .fsize14-160, .fsize14-180 {font-size: 14px}
.fsize10-140, .fsize12-140, .fsize14-140 {
	line-height: 140%;
}
.fsize10-160, .fsize12-160, .fsize14-160 {
	line-height: 140%;
}
.fsize10-180, .fsize12-180, .fsize14-180 {
	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;}

.clear {
	clear: both;
}



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

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

.form-textbox {
	width: 300px;
}
.form-textbox-s {
	width: 50px;
}

.form-textbox600 {
	width: 600px;
}

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



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

#body01 {
	background-color: #daa464;
	background-image: url(img/back00.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#body02 {
	background-color: #faf6ea;
	background-image: url(img/back05.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#maintitle {
	height: 549px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/back01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#etctitle {
	margin: 0px;
	padding: 0px;
	background-image: url(img/back06.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#topmain {
	background-image: url(img/back02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#etcmain {
	background-image: url(img/back07.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#topkuchicomi {
	margin: 0px;
	padding: 4px 8px;
	background-image: url(img/back03.gif);
	background-repeat: repeat-y;
}

#bottom {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(img/back04.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#image01 {
	margin: 0px;
	padding: 4px;
	background-image: url(img/back-img.gif);
}

#image02 {
	margin: 0px;
	padding: 5px;
	background-image: url(img/back-butadon.gif);
	background-repeat: no-repeat;
}

#image03 {
	margin: 0px;
	padding: 4px;
	background-image: url(img/back-img02.gif);
}

#image04 {
	float: left;
	margin: 0px 20px 10px 0px;
	padding: 4px;
	background-image: url(img/back-img02.gif);
}

#date01 {
	margin: 0px;
	padding: 0px;
	background-image: url(img/back-date.gif);
	background-repeat: no-repeat;
}



#ftbox_img {
	float: left;
	margin: 0px;
	padding: 0px;
}

#ftbox_img2 {
	float: left;
	width: 15px;
	height:130px;
	margin: 0px;
	padding: 0px;
	background-color: #261f17;
}

#ftbox_body {
	margin: 0px;
	padding: 0px;
}

#ftbox_title {
	width: auto;
	margin: 0px;
	padding: 0px;
	font-size:16px;
}

#ftbox_hr {
	width: auto;
	margin: 8px 0px;
	padding: 0px;
	border-bottom: 1px solid #999;
}

#ftbox_read {
	width: auto;
	margin: 0px;
	padding: 0px;
	font-size:14px;
	line-height:120%;
}

#ftbox_link {
	width: auto;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size:14px;
	text-align:right;
}



