@charset "utf-8";

body {
	margin:0 auto;
	text-align: center;
}
.clear {
	clear: both;
}

/* ========== FRAME LAYOUT ========== */
#wrapper {
	margin: 0 auto 25px auto;
	text-align: left;
	width: 1100px;
}
#bodyframe {
	padding: 0 5px;
	min-height: 550px;
}
#bodyfoot {
	height: 10px;
}

/* ========== HEADER LAYOUT ========== */
#head {
	display: block;
	height: 93px;
	overflow: hidden;
	position: relative;
	width: 900px;
}
#head_title, #head_menutop, #head_menutile, #head_menufoot, #head_menu, #head_curve, #head_photo {
	display: block;
	overflow: hidden;
	position: absolute;
}
#head_title {
	height: 91px;
	right: 0;
	top: 0;
	padding-right: 0px;
	padding-top: 5px;
	width: 900px;
	z-index: 20;
}
#headtitle, #headsubtitle {
	display: block;
	padding: 0 10px;
	text-align: left;
}
#head_menutop {
	height: 32px;
	top: 0px;
	width: 198px;
	z-index: 30;
}
#head_menutile {
	height: 339px;
	top: 113px;
	width: 197px;
	z-index: 30;
}
#head_menufoot {
	height: 115px;
	top: 428px;
	width: 197px;
	z-index: 30;
}
#head_menu {
	top: 32px;
	width: 198px;
	z-index: 40;
}
#in_menu {
	top: 5px;
	width: 140px;
	left:20px;
	z-index: 40;
	display: inline;
	overflow: hidden;
	position: absolute;
}
#head_curve {
	bottom: 0;
	height: 290px;
	right: 0;
	width: 803px;
	z-index: 20;
}

/* ========== MENU ========== */
a.menuitem:link, a.menuitem:visited {
	display: block;
	height: 30px;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
}
a.menuitem_on:link, a.menuitem_on:visited {
	display: block;
	height: 30px;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
}
a.menuitem:hover, a.menuitem:active {
	text-decoration: none;
	text-transform: uppercase;
}
a.menuitem span {
	display: block;
	line-height: 30px;
	padding-left: 7px;
}
a.menuitem_on span {
	display: block;
	line-height: 30px;
	padding-left: 7px;
}

/* ========== IN-MENU ========== */
a.imenuitem:link, a.imenuitem:visited {
	height: 30px;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
}
a.imenuitem_on:link, a.imenuitem_on:visited {
	display: inline;
	height: 30px;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
}
a.imenuitem:hover, a.imenuitem:active {
	text-decoration: none;
	text-transform: uppercase;
}
a.imenuitem span {
	display: inline;
	line-height: 30px;
	padding-left: 7px;
}
a.imenuitem_on span {
	display: inline;
	line-height: 30px;
	padding-left: 7px;
}

/* ========== CONTENT LAYOUT ========== */
#columnleft {
	width: 200px;
}
#columnright {
	width: 900px;
}

