/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	BODY {
		background-color: #dfdfdf;
		height: 100%;
	}
	HTML {
		height: 100%;
	}
	#container {
		width: 100%;
		height: 100%;
		position:relative;
		text-align: center;
	}
	#head {
		background: #000 url(../images/bg_top_title.jpg) no-repeat;
		width: 1024px;
		height: 152px;
		margin: 0 auto;
		left: -512px;
		text-align: right;
	}
	#proj {
		position:relative;
		float: left;
		color: red;
		padding-top: 109px;
		padding-left: 30px;
		font-family: sans-serif; font-size: 24px;
	}

	#middle {
		width: 1024px;
		background-color: #aa0;
		padding:0px;
		margin: 0 auto;
		left: -512px;
				min-height: 380px;
				height: 380px;
	}

	#menu {
		position:relative;
		height: 100%;
		background: #000 url(../images/bg_middle_menu_title.jpg) no-repeat;
		width: 235px;
		max-height: 1400px;
		float: left;
		text-align: left;
	}
/*	#menu #leftmenu ul li {color: #fff;margin-top:10px;margin-left:10px;font-family: sans-serif; font-size: 18px;}
	#menu #leftmenu ul li a {color: #fff;text-decoration:none;}
	#menu #leftmenu ul li a:hover {color: #f00;text-decoration:none;}
*/
	#menu #leftmenu {
		color: #fff;
		margin: 20px;
		position:relative;
		font-family: sans-serif; font-size: 24px;
	}

	#content {
		position:relative;
		height: 100%;
		background: #000 url(../images/bg_middle_content_title.jpg) no-repeat;
		width: 789px;
		max-height: 1400px;
		float: left;
	}
	#content #contenttext {
		padding: 20px 30px 20px 30px;
		font-family: sans-serif;
		color: #fff;
		font-size: 14px;
	}
	#content #lang {
		padding: 20px 30px 0px 30px;
		font-family: sans-serif;
		color: #fff;
		font-size: 12px;
		text-align: right;
	}
	#content #lang a {color: #fff; text-decoration: none;}
	#content #lang a:hover {color: #fff; text-decoration: underline;}

	#content #contenttext .img {padding-left: 130px;padding-top:70px;}

	#bottom {
		clear: both;
		background: #000 url(../images/bg_bottom.png) no-repeat;
		width: 1024px;
		height: 152px;
		margin: 0 auto;
		left: -512px;
		color: #fff;
	}
	#bottom a {color: #fff; text-decoration: none;}
	#bottom a:hover {color: #fff; text-decoration: underline;}
	#bottom #bottom_left {
		width: 300px;
		float: left;
		text-align: left;
	}
	#bottom #bottom_left .bottom_left_text {padding: 30px; font-family: sans-serif; font-size: 12px; text-align: left; line-height: 18px;}
	#bottom #bottom_center {
		width: 424px;
		float: left;
		text-align: left;
	}
	#bottom #bottom_center .bottom_center_text {padding: 30px; font-family: sans-serif; font-size: 12px;text-align: center; line-height: 18px;}
	#bottom #bottom_right {
		width: 300px;
		float: left;
		text-align: left;
	}
	#bottom #bottom_right .bottom_right_text {padding: 30px; font-family: sans-serif; font-size: 12px;text-align: right; line-height: 18px;}

	#topmenu {
		position:relative;
		font-family: sans-serif;
		font-size: 26px;
		margin-right: 30px;
		padding-top: 109px;
		color: #000;
	}
	#topmenu ul li {color: #fff;display: inline;margin-left: 40px;}
	#topmenu ul li a {color: #000;text-decoration:none}
	#topmenu ul li a:hover {color: #fff;text-decoration:none}
	#pagename {
		position:relative;
		font-family: sans-serif;
		color: #fff;
		font-size: 32px;
		margin-right: 30px;
		padding-top: 28px;
	}
.menu_list {	
	font-size:18px;
z-index: 1;
	}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
	font-weight:normal;
	}

.menu_head a{
	color: #fff;
	text-decoration:none;
	}
.menu_head a:hover{
	color: #f00;
	text-decoration:none;
	}

.menu_body {
	display:none;
	padding-left: 10px;
	font-size: 16px;
	}
.menu_body a{
	padding: 3px 0 3px 0;
	display:block;
	color: #fff;
	padding-left:10px;
	font-weight:normal;
	text-decoration:none;
	}
.menu_body a:hover{
	color: #f00;
	text-decoration:none;
	}
