@charset "UTF-8";
/* ミニミニボックス大見出し */
#minimini h2 {
	font-size: 20px;
	background-image: url(../img/menu/title_icon.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	background-position: 5px;
	line-height: 22px;
}
/* ミニミニ左側ボックス */
.mini_left {
	width: 378px;
	margin-left: 5px;
	border: 1px solid #4A7A2A;
	height: 171px;
	clear: left;
	float: left;
	margin-bottom: 10px;
}
/* ミニミニ左側ボックス中見出し */
.mini_left h3 {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A7A2A;
}
/* ミニミニ右側ボックス */
.mini_right {
	width: 378px;
	border: 1px solid #4A7A2A;
	height: 171px;
	clear: right;
	float: right;
	margin-right: 5px;
	margin-bottom: 10px;
}
/* ミニミニ右側ボックス中見出し */
.mini_right h3 {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A7A2A;
}
/* ミニミニリスト */
.mini_list {
	width: 177px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4A7A2A;
	height: 150px;
}
/* ミニミニリストタイトル */
.mini_title {
	font-weight: bold;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
/* ミニミニリスト内容 */
.mini_contents {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 2px;
}
/* ミニミニボックスイメージ右寄せ */
.mini_img {
	float: right;
}
/*  */
/*  */
/*  */
/*  */
