@charset "shift_jis";

div.fbox {
	float:left;
	width:600px;
	text-align: right;
	padding-bottom: 15px;
}

div.fleft {
	float:left;
	width:275px;
	text-align: right;
}

div.fright {
	float:right;
	width:310px;
	text-align: left;
}

div.mbox {
	float:left;
	width:600px;
	text-align: right;
	padding-bottom: 15px;
}

div.mleft {
	float:left;
	width:460px;
	text-align: left;
}

div.mright {
	float:right;
	width:130px;
	text-align: right;
}

#main h4 {
	font-weight: bold;
	color: #F33;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 2px;
	padding-bottom: 2px;
}
