/* CSS Document 
------------------------------------------------------------
Relation of CSS Files
	style.css
		|---style.css
		|---head.css

-----------------------------------------------------------*/
 
/* CSS Import -------------------------------------------- */
	@import url(./style.css);
	@import url(./head.css);

/*-----------------------------------------------------------
 TOP
-----------------------------------------------------------*/
#Wrap01 #TopMain{
	width:740px;
	text-align:center;
	margin:0px auto 0 auto;
}

#top-middle {width:690px; margin:20px auto}
#top-middle img {display:block; float:left}
	#tmleft {width:485px; float:left; overflow:hidden}
	#tmleft ul {width:550px; float:left; clear:both; margin:15px 0}
	#tmleft ul li {list-style-type:none; float:left; width:250px; height:138px !important; }
	#tmleft ul li#aa {background:url(../../images/top-main01-bg.jpg) no-repeat}
	#tmleft ul li#bb {background:url(../../images/top-main02-bg.jpg) no-repeat}
	#tmleft ul li#cc {background:url(../../images/top-main03-bg.jpg) no-repeat}
	#tmleft ul li#dd {background:url(../../images/top-main05-bg.jpg) no-repeat}
	#tmleft ul li img {margin:0 0px 0px 0}
	#tmleft ul li a:hover img {filter: alpha(opacity=00); -moz-opacity:0.00; opacity:0.00;}
	#tmright {width:180px; float:right}
	#tmright ul {float:left; clear:both; margin:15px 0}
	#tmright ul li {list-style-type:none; float:left; height:65px!important; }
	#tmright ul li img {margin:0 0px 0px 18px}

#Foot {clear:both}

