@charset "utf-8";
/* CSS Document for Top Page */

#content{
	width:800px;
	background:url(../img/top_img_02.gif) no-repeat 585px bottom;
}

/*====================　main　====================*/

#main{
	width:550px;
	padding:15px 10px;
	float:left;
	background:#FFFFFF;
	text-align:left;
}

/*==========　flash　==========*/

p#flash{
	margin:0;
	}

/*==========　fc　==========*/

#main div#fc{
	background:#f0fff0;
	border:#999999 solid 1px;
	margin:14px 0;
}

#main div#fc p{
	margin:12px 24px;
}

#main div#fc ul li{
	background:url(../img/ul_grn.gif) no-repeat 2px 5px;
	padding-left:10px;
	margin-left:25px;
}

/*==========　table　==========*/

#main table{
	border:#999999 solid 1px;
	border-collapse:collapse;
	width:548px;
	text-align:center;
}
#main table th{
	background:#99cc99;
	border:#999999 solid 1px;
	padding:4px;
	color:#022011;
	font-weight:bold;
}
#main table td{
	border:#999999 solid 1px;
	padding:4px;
}

/*====Stripetable/EvenTr=====*/
table.stripe tr.even {
background:#EDFFDA;
}

/*==========　news　==========*/		
#main ul.news{
	float:left;
}
#main ul.news{
	width:548px;
	height:90px;
	overflow:auto;
	margin-bottom:10px;
	border: 1px solid #cccccc;
}
#main ul.news li{
	background:url(../img/navi_link.gif) no-repeat 0 5px;
	padding-left:18px;
	line-height:150%;
	margin:12px;
}


/*====================　bnr　====================*/

#bnr{
	width:230px;
	padding-top:15px;
	float:left;
	background:#FFFFFF;
	text-align:left;
}

#bnr p{
 margin:0;
	}
#bnr p img{
	margin-bottom:6px;
}

#bnr ul li{
	background:url(../img/navi_link.gif) no-repeat 2px 5px;
	padding-left:20px;
	margin-left:10px;
}

#bnr div#home{
	width:200px;
	background:#f0fff0;
	border:#003333 solid 1px;
	padding:6px 10px;
	text-align:left;
	margin-bottom:10px;
}
#bnr div#home h2{
	font-size:14px;
	color:#022011;
	line-height:1.2;
	font-weight:bold;
}
