@charset "utf-8";
* {
	margin:0;
	padding:0;
	line-height: 140%;
	font-size: 12px;
	font-family: arial,sans-serif;
	color: #666666;
}

a:link { color: #006699;text-decoration:underline; } 

a:visited { color: #006699;text-decoration:underline; } 

a:hover { color: #006699;text-decoration:none; } 

a:active { color: #006699;text-decoration:underline; }

html,body {
	margin:0;
	padding:0;
	height: 100%;
}

#bg1 {
	background: url(../images/bg1.gif) repeat-x;
	text-align: center;
	height: 100%;
}

#bg1_contents {
	background: url(../images/bg1_contents.gif) repeat-x;
	text-align: center;
	height: 100%;
}

#bg_contents {
	width: 826px;
	text-align: left;
	margin: 0 auto;
/*	min-height: 100%;*/
	background: url(../images/bg2.gif) repeat-y center;
/*	position: relative;*/
}

/* header START */
#header {
	width: 826px;
	height: 195px;
	background: url(../images/head_bg.jpg) no-repeat;
}

#header_contents {
	width: 826px;
	height: 151px;
	background: url(../images/head_contents_bg.jpg) no-repeat;
}

#header_logo {
	padding-top: 14px;
}

/* header END */


/* menu START */
#menu {
	height: 47px;
	background: url(../images/menu_bg.jpg) no-repeat;
	padding: 0 1px 0 1px;
}

#menu_contents {
	height: 42px;
	background: url(../images/menu_contents_bg.jpg) no-repeat;
	padding: 0 1px 0 1px;
}
/* menu END */


/* body START */
#body {
}

#content {
	width: 630px;
	float: left;
	padding-bottom: 200px;
}

#content_edit {
	margin-left: 15px;
	width: 594px;
	margin-top: 11px;
}

#submenu {
	width: 195px;
	float: right;
	padding-bottom: 200px;
	padding-right: 1px;

}

#submenu_contents {
	width: 196px;
	float: right;
	background: url(../images/submenu_bg.gif) no-repeat top;
}

#submenu_contents ul {
	list-style: none;
	background: #F0FAFF;
	margin-top: 5px;
	margin-right: 1px;
}

#submenu_contents ul ul {
	list-style: none;
	background: #F0FAFF;
	margin-top: 0;
	margin-right: 0;
}

#submenu_contents li a {
	padding: 5px 0 5px 17px;
	font-size:13px;
	font-weight:bold;
	color: #666666;
	border-bottom: solid 1px #dfdfdf;
	display: block;
	background: url(../images/mark_1.gif) no-repeat 5px 10px;
	text-decoration:none;
}

#submenu_contents li a:hover {
	background: #ffffff url(../images/mark_1.gif) no-repeat 5px 10px;
}

#submenu_contents li.active.now a {
	background: #ffffff url(../images/mark_1.gif) no-repeat 5px 10px;
}

#submenu_contents li.active.now li a {
	background: url(../images/mark_3.gif) no-repeat 17px 9px;
}

#submenu_contents li li a {
	padding: 3px 0 3px 27px;
	font-size : 9px;
	font-weight : normal;
	color: #666666;
	border-bottom: solid 1px #dfdfdf;
	display: block;
	background: url(../images/mark_3.gif) no-repeat 17px 9px;
	text-decoration:none;
}

#submenu_contents li li a:hover {
	background: #ffffff url(../images/mark_3.gif) no-repeat 17px 9px;
}

#submenu_contents li li.active.now a {
	background: #ffffff url(../images/mark_3.gif) no-repeat 17px 9px;
}

/* body END */


/* footer START */
#footer {
	width: 824px;
	clear: both;
	margin-left: 1px;
	margin-right: 1px;
/*	position: absolute;*/
/*	bottom: 0;*/
}

#footer_t {
	height: 16px;
	border-bottom: 1px solid #cccccc;
	padding-left: 525px;
}

#footer_c {
	height: 53px;
	border: 1px solid #ffffff;
	background: #F2F2F2;
	padding: 2px 5px;
}

#footer_c_t {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

#footer_c_b {
	font-size: 12px;
	color: #666666;
}

#footer_b {
	height: 28px;
	border-top: 1px solid #cccccc;
	background: #ffffff;
}

#footer_b_l {
	float: left;
	width: auto;
	line-height: 28px;
	margin-left: 5px;
}

#footer_b_l a {
	font-size: 12px;
	color: #666666;
}

#footer_b_r {
	float: right;
	width: auto;
	font-size: 12px;
	color: #999999;
	line-height: 28px;
	margin-right: 5px;
}

/* footer END */


