/****************************************************
CSS Document For Framework
Author : Tyoumihin
Date : 2009-7-27
****************************************************/
body { background:#eee; text-align:center; font-family:'MS Gothic',Tahoma,sans-serif} /* \5FAE\8F6F\96C5\9ED1 */

body.grid #wrapper { background:#fff url(../img/g32.gray.gif) repeat-y 0 0}

hr { display:none}
.loading { background:#111 url(../../global/img/loading.gif) no-repeat 50% 50%; border:1px solid #ccc}

/* =wrapper
-------------------------*/
#wrapper { padding:0 5px; margin:0 auto}
#wrapper.w965 { width:955px}
#wrapper.w800 { width:745px}
.unit { padding:5px}

/* =header
-------------------------*/
h1 a { display:block}

/* =nav
-------------------------*/
#nav { background:#333}
	#nav li { display:inline}
	#nav a { color:#fff}
	#nav a:hover { text-decoration:none; background:#fff; color:#333}


/* =content
-------------------------*/
.section { margin:5px 0 0}
	.section h2 { background:#ccc; margin:1px; border-bottom:1px solid #999}

/* =sponsors
-------------------------*/
.sponsors a { display:block; text-align:center; background:#ccc; color:#fff}
	.sponsors a:hover { background:#eee; color:#333}

/* =tabs
-------------------------*/
dl.tabs { position:relative; background:#444}
	.tabs dt a { position:absolute; z-index:1; top:7px; left:1px; display:block; text-align:center; background:#444; border-bottom:1px solid #ddd; height:26px; line-height:26px; font-size:12px; color:#eee}
	.tabs dt a.current { top:5px; z-index:10; background:#fff; color:#333; font-weight:700;
				border:1px solid #fff; border-bottom-color:#fff;
				-moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-radius-topleft:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; border-radius-topright:5px;}
	.tabs dd { margin-top:31px; background:#fff; width:100%; float:left}
	