/* ************************************************
*  TOP 追加
* ************************************************ */

#top_info {
	width:680px;
	height:auto;
	padding:10px;
	bgcolor:#FFF;
	text-align:left;
    font-size: 12px;
    font-family: "メイリオ",  Meiryo,"Hiragino Kaku Gothic ProN", sans-serif;
	color:#444;
	}
#topinfo_left {
	width:300px;
	padding:2px
	background:#FFF;
	float:left;
	margin:2px 22px 2px 2px;
	}
#topinfo_right {
	width:300px;
	padding:2px
	background:#FFF;
	float:left;
	margin:2px 2px 2px 0px;
	}
.info_group {
	line-height:1.5em;
	margin-bottom:30px;
	}
.info_group p {
	font-size: 16px;
	font-weight:bold;
	margin-bottom:3px;
	padding-bottom:5px;
	width:326px;
	border-bottom:dashed 2px #ccc;
	}


.clear { clear:both; }  
.clear hr { display:none;