@charset shift_jis;

@import url(../styles/basic.css);
@import url(../styles/headfoot.css);

h3 {
	margin			: 15px 0;
}

h4 {
	padding-bottom	: 3px;
	color			: #054775;
	font-weight		: bold;
}

dl {
	line-height		: 1.5;
}

dl dt {
	display			: inline;
	float			: left;
	width			: 10em;
	text-align		: right;
}
dl dd {
	margin-left		: 10em;
}

.row {
	clear			: both;
	padding-top		: 30px;
}
#row01 { padding-top : 0; }
#row05 { padding-bottom : 30px; }
#row06 { padding-top : 0; }

/*
#row04 {
	padding-top		: 0;
}
*/


table {
	width		: 950px;
	border-top	: 1px solid #cccccc;
}

table tr th {
	width			: 250px;
	padding			: 10px;
	border-bottom	: 1px solid #cccccc;
	background		: #eeeeee;
	line-height		: 1.5;
}
table tr td {
	padding			: 10px;
	border-bottom	: 1px solid #cccccc;
	line-height		: 1.5;
}


