@charset "utf-8";

/* Import CSS ---------- */

	@import "reset.css";
	@import "base.css";


/* ttl ---------- */

#main {
	width: 900px;
	height: 330px;
	margin-bottom: 20px;
}


/* contents ---------- */

#info {
	float: left;
	width: 430px;
}

#info h2 {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	background: url(../images/bar02.jpg) no-repeat bottom;
	margin-bottom: 20px;
}

#info span{
	color: #ff0000;
}

#info dl{
/*	border-bottom: 1px dotted #5c5133;*/
}

#info dl dt {
	float: left;
	clear: both;
	width: 60px;
	position: absolute;
/*	border-top: 1px dotted #5c5133;*/
/*	padding: 10px 0 10px 10px;*/
}

#info .border_none {
	border-top: none;
}

#info dl dd {
/*	border-top: 1px dotted #5c5133;*/
/*	padding: 10px 0;*/
	min-height: 60px;
	padding-bottom: 10px;
	margin-left: 70px;
}

#explanation {
	float: right;
	width: 430px;
}

#explanation h2 {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	background: url(../images/bar02.jpg) no-repeat bottom;
	margin-bottom: 20px;
}


#top_img {
	clear: both;
	width: 900px;
/*	height: 420px;*/
	text-align: center;
	padding-top: 30px;
/*	margin-bottom: 30px;*/
}

#fb {
	float: left;
	width: 430px;
}

#guide {
	float: right;
	width: 430px;
}


#recruit h2 {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	background: url(../images/bar03.jpg) no-repeat bottom;
	margin-bottom: 20px;
}

#partner {
	margin-top: 20px;
}

#partner h2 {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	background: url(../images/bar03.jpg) no-repeat bottom;
	margin-bottom: 20px;
}

/*
#partner .left {
	float: left;
	width: 430px;
}

#partner .right {
	float: right;
	width: 430px;
}
*/

#partner dl {
	background-color: #f8f2eb;
	border-left: 1px dotted #ebe0d3;
	border-right: 1px dotted #ebe0d3;
	border-bottom: 1px dotted #ebe0d3;
}

#partner dl dt {
	float: left;
	clear: both;
	width: 150px;
	border-top: 1px dotted #ebe0d3;
	padding: 10px 0 10px 30px;
}

#partner dl dd {
	background-color: #fff;
	border-top: 1px dotted #ebe0d3;
	padding: 10px 0 10px 30px;
	margin-left: 180px;
}


.txt01 {
	margin-bottom: 1em;
}

