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

table { background-color:	#ffffff; }
th {
	color: #000000;
	background-color:	#ffffff;
	font-size:			12px;
}
td {
	font-size:			12px;
}

h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

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

#background {
	width: 750px;
	height: 100%;
	margin:  0px;
	padding: 0px;
	background-color: #ffffff;
/*	background-image: url(images/img_bg_mid.jpg);*/
/*	background-repeat: repeat-y;*/
}

#top-area {
	width: 750px;
	height: 110px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #ff0000;
/*	background-image: url(images/img_top_bg.jpg);*/
/*	background-repeat: repeat-x;*/
}

#body-area {
	width: 800px;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#bottom-area {
	width: 800px;
	height: auto;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

/*-----------------*/
/* HPの上段共通設定
*/
.logo-area {
	top : 8px;
	left : 25px;
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 100px;
	position : absolute;
	z-index : 1;
	background-color:	NULL;
}

.top-btn-area {
	top : 10px;
	left : 580px;
	margin: 0px;
	padding: 0px;
	position : absolute;
	z-index : 1;
	background-color:	NULL;
}

.top-separate-area {
	top : 101px;
	left : 0px;
	margin: 0px;
	padding: 0px;
	position : absolute;
	z-index : 1;
	width : 750px;		/* センタリングの為*/
	background-color:	NULL;
}

/*-----------------*/
/* HPの中段共通設定
*/
.menu-area {
	top : 115px;
	left : 25px;
	width : 150px;
	height : 420px;
	margin: 0px;
	padding: 0px;
	position : absolute;
	z-index : 1;

	border-right: thick solid;
	border-left: thick solid;
	border-width : 1px;
	border-color : #aaaaaa;

	border-bottom: thick solid;
	border-color : #dddddd;

	font : 0px;
	color : #555555;
	text-align: center;
	background-color:	NULL;
}

.information-area {
	top : 115px;
	left : 190px;
	width : 535px;
	height : 420px;
	border : thick solid;
	border-width : 1px;
/*	border-color : #e0e0e0;*/
	border-color : #ffffff;

	margin: 0px;
	padding: 10px;
	position : absolute;
	z-index : 2;
	font : 10pt;
	line-height : 20pt;
	color : #555555;
}

.title-area {
	width : 500px;
	padding: 0px,0px,5px,15px;
	font : 12pt;
	font-weight : bold; 
	color : #996666;
	background-color: NULL;
}

/*-----------------*/
/* HPの下段共通設定
*/
.btm-menu-area {
	top : 551px;
	left : 33px;
	width : 396px;
	height : 12px;
	margin: 0px;
	padding : 0px;
	position : absolute;
	z-index : 1;
	font : 9px;
	color : #aaaaaa;
/*	background-color:	NULL;*/
}

.btm-menu-area a:link{		text-decoration:none;	color:	#aaaaff;	}
.btm-menu-area a:visited{	text-decoration:none;	color:	#ccccff;	}
.btm-menu-area a:active{	text-decoration:none;	color:	#ffaaaa;	}
.btm-menu-area a:hover{		text-decoration:none;	color:	#ff7777;	}

.bottom-separate1-area {
	top : 544px;
	left : 435px;
	margin: 0px;
	padding: 0px;
	position : absolute;
	z-index : 1;
	background-color:	NULL;
}
.bottom-separate2-area {
	top : 545px;
	left : 434px;
	margin: 0px;
	padding: 0px;
	position : absolute;
	z-index : 1;
	background-color:	NULL;
}
.bottom-separate3-area {
	top : 561px;
	left : 25px;
	margin: 0px;
	padding: 0px;
	position : absolute;
	z-index : 1;
	background-color:	NULL;
}
.bottom-copyright-area {
	top : 558px;
	left : 447px;
	margin: 0px;
	padding: 0px;
	position : absolute;
	z-index : 1;
	font : 11px;
	color : #555555;
	background-color:	NULL;
}

/*-----------------*/
/* HP中の共通設定
*/
.line01 {
	background-image : url(../img/img_line01.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
/*	background-color:	#ccccff;*/
}

/* 行間のコントロール　*/
.line-space-5pt {
	line-height : 5pt;
}
.line-space-10pt {
	line-height : 10pt;
}
.line-space-15pt {
	line-height : 15pt;
}
.line-space-20pt {
	line-height : 20pt;
}

/* 注意事項等　*/
.text_warning_color {
	color : #ff7777;
}





