@charset "utf-8";/* 文字化け防止 */
/*■■■■■■■■基本■■■■■■■■*/
/*
div.menu_area{
	width			: 100%;
	height			: 100%;

	background-color	: #eeeeee;
	font-size		: 14px;
	text-align		: left;
	vertical-align		: top;

	margin			: 0;
	padding			: 0;
}
/*■■■■■■■■■■■■■■■■*/
/*div.menu_item{/*サブタイトル共通*/
/*
	padding-top		: 5px;
	padding-bottom		: 5px;
	padding-left		: 4px;
	font-weight		: bold;
}

div.menu_item_base{/*サブタイトル：基本パターン*/
/*
	background-color	: #ffffdd;
	color			: #111111;
}
div.menu_item_hSystem{/*サブタイトル：Ｈシステムのパターン*/
/*
	background-color	: #ff5555;
}
font.menu_item_hSystem{/*同じ*/
/*	color			: #ffffff;
}
div.menu_item_list{/*サブタイトル下のリスト*/
/*	padding-top		: 6px;
	padding-bottom		: 6px;
	padding-left		: 8px;
	color			: #111111;
	line-height		: 1.25;
}
details{
	padding-left		: 4px;
}
/*■■■■■■■■■■■■■■■■*/
/*div.menu_outsideBanner{/*外部リンクのバナー*/
/*	width			: 89.29%;
	text-align		: left;
}
*/