@charset "UTF-8";

/**
 * index用のCSS
 * --------------------------------------------------
 */
#head1_fortop {
	width:782px;
	height:70px;
	margin:0px;
	padding:0px;
	background-image: url(../img/head1_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#head2_fortop {
	width:782px;
	height:32px;
	margin:0px;
	padding:0px;
	background-image: url(../img/head2_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#fortop {
	float: left;
	width:780px;
	margin:0 0 0 8px;
	/margin:0 0 0 4px;
	padding:130px 0px 30px 0px;
	display: block;
	text-align: left;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	/border-collapse:inherit;
}
#fortop #side {
	float: left;
	display: inline;
	width: 146px;
	height:280px;
	margin:0px 40px 0px 40px;
	padding:0px 0px 0px 0px;
}
#fortop #side img {
	border: 0;
	margin-bottom: 4px;
}
#fortop #side p {
	margin: 0px;
	font-size: 0.7em;
	text-align: left;
	line-height: 1.2em;
}
#fortop #lead{
	float: left;
	display: inline;
	width: 475px;
	margin:0px;
	padding:0px 38px 0px 40px;
	border-right: 1px #cccccc solid;
	text-align: left;
}
#fortop #lead h1.tophead {
	color: #333333;
	margin: 0px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
}
#fortop #lead p.topbody {
	margin: 8px 0px 0px 0px;
	padding:0px;
	font-size: 0.8em;
	line-height: 2em;
}
#fortop #lead .linkbody {
	margin: 0px;
	padding:0px;
	font-size: 0.8em;
	line-height: 2em;
}
#fortop #lead .obi {
	display: block;
	background-color: #eeddaa;
	padding:3px 0px 1px 8px;
	font-size: 0.9em;
	margin-bottom: 4px;
	color: #000000;
}

/**
 * フッタ
 * --------------------------------------------------
 */
#foot_fortop {
	clear:left;
	width:780px;
	height:22px;
	margin:0px 0px 0px 0px;
	background-image: url(../img/footer_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}
#foot_fortop p{
	color: #000000;
	font-size:10px;
	text-align: center;
	margin:0px;
	padding:4px 0px 0px 0px;
}