@charset "UTF-8";
/*
トップページ
*/

@import "unit_tag.css";
@import "unit_common.css";
@import "unit_menu.css";
@import "unit_textmenu.css";
@import "unit_layout_noside.css";
@import "unit_head.css";
@import "unit_content.css";
/*
@import "unit_bottom.css";
@import "unit_side.css";
*/

h4{
	background:			url("../img/common/h4_line.gif") left bottom no-repeat;
	color:				#57b4e1;
	font-weight:		bold;
	padding-bottom:		10px;
	
}


.w150 td,
.w200 td{
	padding-right:		8px;
}

textarea{
	display:			block;
	margin-top:			0.5em;
	margin-bottom:		1em;
	font-size:			10px;
	border:				solid 1px #999;
	padding:			2px;
	overflow:			auto;
	font-family:		Arial;
	background:			#e4f8ff;
}

.w150 textarea{
	width:				144px;
	height:				6em;
}
.w200 textarea{
	width:				194px;
	height:				6em;
}
.w468 textarea{
	width:				462px;
	height:				4em;
}
.w650 textarea{
	width:				644px;
	height:				3em;
}

