@charset "utf-8";
/************************************/
/* インフォメーション用				*/
/************************************/
#info_box {
	clear:both;							/* これを入れないとおかしくなるよ！:IE以外は必要		*/
	margin:10px 0px 10px 5px;
	padding:2px 5px 2px 5px;
/*	background:#e0e0f0;	*/
/*	height:50px;	*/
}

#info_box h3 {
	min-height:18px;
	padding:2px 0 5px 2px;				/* 左側はマーク画像の分だけあける	*/
/*	line-height:16px;	*/
	font-size:120%;

	border-bottom-style: dotted;
	border-left-width:20px;
	border-bottom-color: #523D2F;
	border-bottom-width: 1px;
}

#info_box p {
	padding:2px 40px 5px 20px;			/* 左側を空けて、右側はマーク画像の分だけ空ける	*/
}
