@import url("common.css");

#div_content {
	float: left;
	display: inline;
	width: 690px;
	margin: 0 0 0px 0;
}

#div_menus {
	float: right;
	width: 220px;
	background: url("../img/common/menu_bg.gif") repeat-y 0 0;
}

/* -----------------------------------------------------------------------------
	div_menus
----------------------------------------------------------------------------- */
.title2 {
	height: 34px;
	background: url("../img/common/title2.gif") no-repeat 0 0;
}


.menu_bottom {
	height: 10px;
	font-size: 0;
	background: url("../img/common/menu_bottom.gif") no-repeat 0 -1px;
}


/* ---------------------------------------------
	global
--------------------------------------------- */

.global_menu {
	margin: 0 0 10px 10px;
}

.global_menu li a{
	display: block;
	overflow: hidden;
	width: 200px;
	height: 38px;
	text-indent: -9999px;
}



/* ---------------------------------------------
	cal
--------------------------------------------- */

/* rewrite */
.cal_div {
	background: url("../img/common/cal_bg.gif") no-repeat 0 0;
}



/* -----------------------------------------------------------------------------
	div_content	
----------------------------------------------------------------------------- */
.title_content {
	height: 130px;
}

.main_content {
	width: 690px;
	background: url("../img/common/content_bg.gif") repeat-y 0 0;
}

.main_content_bottom {
	clear: both;
	height: 10px;
	font-size: 0;
	background: url("../img/common/content_bottom.gif") no-repeat 0 0;
}

/* ---------------------------------------------
	pan
--------------------------------------------- */
.pan {
	padding: 0px 0 0 10px;
	font-size: 77%;
	height: 60px;
	background: url("../img/common/pan_bg.gif") no-repeat 0 0;
	color: #FFFFFF;
}

.pan p {
	padding: 30px 0 0 0;
}

.pan a {
	color: #FFFFFF;
}


/* ---------------------------------------------
	jump
--------------------------------------------- */
.jumptop {
	margin: 0 0 10px 20px;
	width: 650px;
	height: 11px;
	text-indent: -9999px;
	background: url("../img/common/jumptop.gif") no-repeat right 0;
}

.jumptop a{
	display: block;
	overflow: hidden;
}


.clear{
	clear:both;
}