@charset "utf-8";
@import url("contents.css");
@import url("contents2.css");

#wrap {
	width: 900px;
	height: 900px;
	margin: 0 auto;
}

#header {
	width: 900px;
	height: 103px;
	background: url(../img/menu_bg.gif) no-repeat right top;
	position: relative;
}
body {
	background-color: #333333;
}

h1 {
	width: 254px;
	height: 103px;
	position: absolute;
	left: 0;
	top: 0;
}

h1 a {
	display: block;
	width: 254px;
	height: 103px;
	background: url(../img/logo.gif) no-repeat left top;
	text-decoration: none;
	text-indent: -9999px;	
}

#mainMenu {
	position: absolute;
	top: 56px;
	left: 254px;

}


#mainMenu ul li {
	height: 38px;
	float: left;
}

#mainMenu ul li a {
	display: block;
	height: 38px;
	text-indent: -9999px;
	text-decoration: none;
}

#mainMenu ul li.item0 a { background: url(../img/menu_2009_00.gif) no-repeat left top; width: 102px;}
#mainMenu ul li.item1 a { background: url(../img/menu_2009_01.gif) no-repeat left top; width: 126px;}
#mainMenu ul li.item2 a { background: url(../img/menu_2009_02.gif) no-repeat left top; width: 49px;}
#mainMenu ul li.item3 a { background: url(../img/menu_2009_03.gif) no-repeat left top; width: 59px;}
#mainMenu ul li.item4 a { background: url(../img/menu_2009_04.gif) no-repeat left top; width: 58px;}
#mainMenu ul li.item5 a { background: url(../img/menu_2009_05.gif) no-repeat left top; width: 91px;}

#mainMenu ul li.current a, 
#mainMenu ul li a:hover {
	background-position: bottom !important;
}

#contentsWrap {
	height: 797px;
	background: url(../img/body_bg.gif) no-repeat left top;
}

#contents {
	width: 760px;
	height: 624px;
	padding: 10px;
	margin: 0 auto;
}

div.alphaBg {
	background: url(../img/contents_bg.gif) no-repeat left top;
}







