@charset "utf-8";
/* $Revision: 2732 $ */
body {
	text-align		: left;
}

textarea, tt {
	font-family		: "Courier New", Courier, monospace;
}

pre, code {
	font-family:	monospace;
	font-size		: 1.1em;
}

h1,h2,h3,h4,h5,h6 {
	margin			: 0 0 15px 0;
}

h2 { font-size		: 1.2em; }
h3 { font-size		: 1.0em; }
h4 { font-size		: 1.0em; }
h1, .cm-h1 { font-size		: 1.4em;}

p {
	margin			: 0 0 1em 0;
}
ul, ol, dl { margin: 0 0 1em 1em } /* LTR */
li {
    margin-left: 0.8em; /* LTR */
    line-height: 1.5em;
}
dt {
	font-weight		: bold;
}

dd {
	margin			: 0 0 1em 2em;
}

cite, blockquote {
	font-style		: italic;
	margin			: 0 0 1em 1.5em;
}

.clearer {
	clear			: both;
}

/*         ______
__________/ Page \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#page_wrapper {
	width				: 936px;
	margin				: 0 auto;
	margin-top			: 10px;
}

#page {
	position			: relative;
}

#head_wrapper {
	position			: relative;
	width				: 936px;
	height				: 214px;
}

#head_wrapper #head {
	position			: relative;
	overflow			: hidden;
	height				: 214px;
}

#title_wrapper {
	position			: relative;
	width				: 936px;
	height				: 40px;
}

#title_wrapper_1 {
	position			: absolute;
	top                 : 0;
	left                : 0;
	width				: 450px;
	height				: 40px;
	overflow			: hidden;
}

#title_wrapper_2 {
	position			: absolute;
	top                 : 0;
	right               : 0;
	width				: 450px;
	height				: 40px;
	overflow			: hidden;
	text-align          : right;
}

#title_wrapper_1 h1 {
    padding             : 0;
    margin              : 0;
}

#title_wrapper_2 h2 {
    padding             : 8px 0 0 0;
    margin              : 0;
}

#head_wrapper #head #kv_wrapper {
	position			: absolute;
	top					: 0;
	left				: 592px;
	width				: 344px;
	height				: 214px;
	overflow			: hidden;
}

#kv_wrapper #kv_bg_1 {
	position			: absolute;
	width				: 344px;
	height				: 214px;
	background-image	: url('../img/kv_bg_1.png');
	background-position	: top left;
	background-repeat	: no-repeat;
	background-color	: transparent;
}

#kv_wrapper #keyvisual {
	position			: absolute;
	top					: 38px;
	left				: 0;
	width				: 304px;
	height				: 136px;
	background-repeat	: no-repeat;
}

#kv_wrapper #kv_overlay {
	position			: absolute;
	top					: 0;
	left				: 0;
	width				: 32px;
	height				: 214px;
	background-image	: url('../img/kv_overlay.png');
	background-position	: top left;
	background-repeat	: no-repeat;
	background-color	: transparent;
}


#head #logo {
	position			: relative;
	top					: 10px;
	left				: 10px;
	width				: 572px;
	height				: 194px;
	overflow			: hidden;
	background-repeat	: no-repeat;
}

#content_wrapper {
	margin-top			: 13px;
	width				: 936px;
	overflow			: hidden;
	border-top			: 5px solid transparent;
	border-bottom		: 5px solid transparent;
}

#content_wrapper #content_left_wrapper {
	width				: 200px;
}

#content_wrapper #content_main_wrapper {
	width				: 536px;
}

#content_wrapper #content_main_wrapper .content_main {
	padding				: 10px;
	width               : 516px;
	overflow            : hidden;
}

#content_wrapper #content_right_wrapper {
	width				: 200px;
}

#content_wrapper #content_right_wrapper .content_sidebar {
	margin				: 10px 10px 10px 10px;
}

/*         __________
__________/ sidebars \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#widgetbar_page_1,
#widgetbar_page_2 {
	overflow			: hidden;
	width				: 180px;
}

#widgetbar_site_1,
#widgetbar_site_2 {
	overflow			: hidden;
	width				: 180px;
}

#widgetbar_page_1 div.cm_widget,
#widgetbar_page_2 div.cm_widget,
#widgetbar_site_1 div.cm_widget,
#widgetbar_site_2 div.cm_widget {
	margin: 5px 0;
}

.center {
	margin				: 0 auto;
}

/*         _______________
__________/ 1st level nav \____________________________________________________________
--------------------------------------------------------------------------------------- */
#cm_navigation {
	width				: 200px;
	overflow			: hidden;
	background-color	: transparent;
}

#cm_navigation ul {
	list-style			: square;
	margin				: 0;
}

#cm_navigation ul li {
	margin-left		: 20px;
}

#cm_navigation ul li a {
	display				: block;
	line-height			: 23px;
	padding-left		: 5px;
	text-decoration		: none;
	background-color	: transparent;
}

#cm_navigation ul li a:hover {
	color				: transparent;
}

#cm_navigation ul li.cm_current a {
	font-weight			: bold;
}

/*         _______________
__________/ 2nd level nav \____________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_navigation ul.cm_subnavigation {
	margin				: 0;
	list-style			: none;
}

#cm_navigation ul.cm_subnavigation li {
	margin				: 0 0 0 0;
}

#cm_navigation ul.cm_subnavigation li a {
	display				: block;
	line-height			: 22px;
	margin-left			: 15px;
	text-decoration		: none;
	font-weight			: normal;
}

#cm_navigation ul.cm_subnavigation li.cm_current a {
	font-weight			: bold;
}

/*         _______________
__________/ 3rd level nav \____________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_navigation ul.cm_subnavigation li ul.cm_subnavigation {
	margin				: 0;
	list-style			: none;
}

#cm_navigation ul.cm_subnavigation li ul.cm_subnavigation li {
	margin				: 0 0 0 0;
}

#cm_navigation ul.cm_subnavigation li ul.cm_subnavigation li a {
	display				: block;
	line-height			: 22px;
	margin-left			: 25px;
	text-decoration		: none;
	font-weight			: normal;
	font-size			: smaller;
}

#cm_navigation ul.cm_subnavigation li ul.cm_subnavigation li.cm_current a {
	font-weight			: bold;
}

/*         ________
__________/ footer \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#footer_wrapper {
	overflow			: hidden;
	width				: 936px;
	margin				: 0 auto 20px auto;
	border-bottom		: 1px solid transparent;
}

#footer {
	padding				: 10px 10px 10px 10px;
	text-align			: center;
	font-size			: smaller;
	background-color	: transparent;
}
