@charset "utf-8";

/* =====================================================================
　1.flash
　2.lead
　3.information
===================================================================== */

/* =====================================================================
　1.flash
===================================================================== */
#flash{
	margin:0 -10px 20px 0px;
}


/* =====================================================================
　2.lead
===================================================================== */
#lead{
	margin-bottom:20px;
}
	#lead h2{
		height:30px;
		text-indent:-9999px;
		background:url(img/lead_h2.gif) no-repeat top left;
	}
	#leadTxt{
		margin:10px auto;
		padding:0;
		background:url(img/leadTxt_bg.gif) repeat-y;
	}
	#leadTxt p{
		padding:0 10px;
		font-size:100%;
		line-height:1.5;
	}
	#leadTxt div.leadTxt_top{
		height:5px;
		margin-bottom:5px;
		font-size:0.1em;
		line-height:1;
		background:url(img/leadTxt_top.gif) no-repeat top left;
	}
	#leadTxt div.leadTxt_bottom{
		height:5px;
		margin-top:5px;
		font-size:0.1em;
		line-height:1;
		background:url(img/leadTxt_bottom.gif) no-repeat bottom left;
	}


/* =====================================================================
　3.information
===================================================================== */
#information{
	width:600px;
	margin-bottom:20px;
}
	#information h2{
		height:20px;
		padding:15px 5px 0 5px;
		margin-bottom:10px;
		text-align:right;
		font-size:12px;
		background:url(img/info_h2.gif) no-repeat top left;
	}
	#information h2 span{
		font-weight:normal;
	}
	#information div.listNavi{
		clear:both;
		margin-top:5px;
		height:33px;
		line-height:33px;
		text-align: right;
		border-top:3px solid #287CB2;
	}
	#information div.listNavi a{
		padding:5px 5px 5px 20px;
		text-decoration:none;
		background:url(img/list_mark.gif) no-repeat center left;
	}
	#information div.listNavi a,
	#information div.listNavi a:link,
	#information div.listNavi a:visited,
	#information div.listNavi a:active { color:#666; text-decoration:none;}
	#information div.listNavi a:hover { color: #666; text-decoration: underline;}

