@charset "shift_jis";

@import "common.css";


#topImg {
	width: 900px;
	height: 310px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}


/*@C
-------------------------------------*/
#Main #topLeft { float: left; width: 570px; margin-right: 30px; }
#Main #topLeft ul { padding: 0px; }
#Main #topLeft .boxL {
	height: 143px;
	width: 275px;
	margin-right: 20px;
	float: left;
	margin-bottom: 40px;
	font-size: 95%;
}
#Main #topLeft .boxR {
	height: 143px;
	width: 275px;
	float: right;
	margin-bottom: 40px;
	font-size: 95%;
}
#Main #topLeft .box3 {
	height: 40px;
	width: 180px;
	float: left;
	margin-bottom: 15px;
	text-align: center;
}
#Main #topLeft h3 {
	font-size: 130%;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
}

#Main #topRight { float: right; width: 300px; }

#info {
	overflow: auto;
	margin-bottom: 40px;
	height: 150px;
	width: 570px;
}

.date {
	display: block;
	float: left;
	width: 90px;
	font-weight: bold;
	font-size: 85%;
}
.tTxt {
	float: left;
	width: 460px;
	display: block;
	font-size: 95%;
}
.line {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}

/*end*/
