/*********************************************** 全スタイル共通 */
body {
	background-image: url('../images/background/sld13.gif');
}

#navigation {
	background-image: url('../images/background/leaves2.gif');
}

#contents {
	float:			left;
	width:			99.5%;
	height:			93%;
	overflow:		hidden;
}

#scrollbox {
	position:		absolute;
	padding-top:	 1%;
	color:			black;
	width:			90%;
	left:			5%;
	height:			83%;
/*	border: 		1px groove white;*/
	overflow:		auto;
}

#form_box input {
	font-size:		 90%;
	padding:		5px 12px;
/*	line-height:	140%;*/
/*	color:			#ddd;*/

}

#form_block1 {
	position:		absolute;
	width:			90%;
/*	margin-left:	5%;*/
/*	margin-top:		20px;*/
	text-align:		center;
	height:			7%;
	bottom:			0px;
	left:			5%;
	border: 		1px solid red;
}

#form_block1 input {
	font-size:		 100%;
	padding:		5px 10px;
}


#form_block2 {
	position:		absolute;
	width:			90%;
	text-align:		right;
	height:			7%;
	bottom:			0px;
	left:			5%;
	border: 		1px solid blue;
}

#form_block1 input {
	font-size:		 80%;
	padding:		5px 10px;
}

#form_block2 input {
	font-size:		 80%;
	padding:		5px 10px;
}
caption {
	font-size:		180%;
	color:			#ddd;
}

table{
	border:			1px solid #399;
	empty-cells:	show;
/*	table-layout:	fixed;*/
	width: 			100%;
	margin-bottom:  10px;
}

thead{
	text-align:		center;
}

tr, td {
/*	border:			1px solid #399;*/
	padding:		1px;
	background: 	#ddd;
	font-size:		95%;
	line-height:	1.4;
	border-spacing: 1px;
}

#col1{	background: 	#bbb;	width: 		15%;}
#col2{	background: 	#bbb;	width: 		20%;}
#col3{	background: 	#bbb;	width:		10%;}
#col4{	background: 	#bbb;	width:		20%;}
#col5{	background: 	#bbb;	width: 		30%;}
#col6{	background: 	#bbb;	width: 		 3%;}

