body {
		background-image:url(../images/bg_sec.jpg);
}




/*----------------
head
-----------------*/

#head{
	margin-bottom:12px;

}

#logo{
	width:254px;
	height: 40px;
	float: left;
	padding: 18px 0px 34px 70px;
}
#logo a{
	display: inline;
}

#navi{
	position:absolute;
	top:69px;
	left:36px;
	clear: both;
	margin:auto;
	width:928px;
	height: 67px;
	overflow: hidden;
	margin:auto;
	cursor: pointer;
}
	#navi li{
		height: 67px;
		float: left;
	}
	#navi img{
		display: block;
	}	
	

#keyvisual{
	clear: both;
	padding:8px 0px 0px 40px;
}


/*----------------
body
-----------------*/
#body{
	position: relative;
	width:926px;
	left: 50%;
	margin-left:-463px;
}

/*---------------
content
------------------*/
#content_bg{
	width:926px;
	background-image:url(../images/content_bg_m.jpg);
	background-repeat:repeat-y;
	margin:0px 0px 110px 0px;
}


#content_bg_h {
	width:926px;
	background-image:url(../images/content_bg_h.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#content_bg_b {
	width:926px;
	background-image:url(../images/content_bg_b.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}





/*-----------------------
sidenavi
---------------------*/

#sidenavi{
	float: left;
	width:220px;
	margin:14px 0px 0px 14px;
	display: inline;
	background-image:url(../images/side_bg_m.jpg);
	background-repeat:repeat-y;
}
#sidenavi_bg_h {
	background-image:url(../images/side_bg_h.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#sidenavi_bg_b {
	background-image:url(../images/side_bg_b.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}


#sidenavi li{
	font-size:1px;
	display: inline;
}
#sidenavi img{
	display: block;
	cursor: pointer;
}

#sidenavi li span{
	cursor: pointer;
}




/*---------------------------
main
--------------------------*/
#main{
	width:650px;
	float: left;
	overflow: hidden;
	padding:14px 0px 0px 30px;
	margin:0px 0px 100px 0px;
}


#main h2{
	margin:0px 0px 30px 0px;
}
#main p{
	width:617px;
	margin:0px auto 15px auto;
}


/*-----------------------------
icon
-----------------------------*/
#main img.icon{
	margin:3px 10px 3px 0px;
	vertical-align:-0.5em;
}



/*-----------------------------
about
-----------------------------*/



#main table.about{
	width:631px;
	margin:auto;
	border-collapse: collapse;
}
#main table.about{
	font-family: monospace;
}

#main table.about tr.gray th{
	background-image:url(../images/table_gray.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#main table.about tr.green th{
	background-image:url(../images/table_green.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#main table.about tr.gray td{
	background-image:url(../images/table_td_gray.jpg);
	background-position:left bottom;
}
#main table.about tr.green td{
	background-image:url(../images/table_td_green.jpg);
	background-position:left bottom;
}

#main table.about th,
#main table.about td{
	padding:7px 12px;
	font-size: 1.2em;
}
#main table.about th{
	vertical-align:top;
	text-align: left;
}



#main table.green{
	width:631px;
	margin:0px auto 20px auto;
	border-collapse: collapse;
}
#main table.green th,
#main table.green td{
	background-repeat:repeat;
	border-bottom:solid 4px #fff;
	padding:8px 19px;
	font-size: 1.2em;
	text-align: left;
	vertical-align:top;
	line-height: 1.5em;
}

#main table.green th{
	color:#fff;
	font-weight: normal;

	background-image:url(../images/table_green_bg_th.gif);
}
#main table.green td{
	background-image:url(../images/table_green_bg_td.gif);
}

#main table.green a:link,
#main table.green a:visited{
	color:#333;
}


#main table.system{
	width:608px;
	margin:0px 0px 20px 22px;
}
#main table.system td,
#main table.system th{
	padding:5px 10px;
	border:solid 3px #fff;
}

#main table.system th{
	background-image:url(../images/table_system_bg_th.gif);
	color:#fff;
	font-weight: normal;
	text-align: center;
}
#main table.system tr.bg1 td{
	background-image:url(../images/table_system_bg_td1.gif);
}
#main table.system tr.bg2 td{
	background-image:url(../images/table_system_bg_td2.gif);
}

