@charset "utf-8";
/* $Revision: 1234 $ */
body {
	background-color	: transparent;
}

.clear {
	clear				: both;
}

a {
	text-decoration		: none;
}

p {
	margin				: 0 0 1.6em 0;
}
ul, ol, dl { margin: 0 0 1em 1em } /* LTR */
li {
    margin-left: 0.8em; /* LTR */
    line-height: 1.5em;
}
h2 {
	font-weight			: normal;
}

#logo_wrapper {
	width				: 980px;
	margin				: 0 auto;
}

#logo {
	height				: 120px;
	width				: 380px;
	background-repeat	: no-repeat;
	overflow			: hidden;
}

#page_wrapper {
	overflow			: hidden;
}

#navigation_wrapper {
	height				: 80px;
	background-color	: transparent;
}

#cm_navigation {
	height				: 80px;
	width				: 980px;
	margin				: 0 auto;
}

#cm_navigation ul {
	float				: left;
	list-style			: none;
	height				: 80px;
	margin				: 0;
}

#cm_navigation ul li {
	float				: left;
}

#cm_navigation ul li a {
	display				: block;
	height				: 80px;
	padding				: 0 1.2em;
	line-height			: 80px;
	white-space			: nowrap;
}

#cm_navigation ul li a:hover {
	text-decoration		: none;
}

#cm_subnavigation ul {
	list-style			: none;
	margin-left			: 0;
}

#cm_subnavigation ul li {
	border-bottom		: 1px solid transparent;
	margin-left			: 0;
}

#cm_subnavigation ul li a {
	display				: block;
	padding				: .3em 0 .3em 20px;
}


#head_wrapper {
	position			: relative;
	overflow			: hidden;
	border-bottom		: 1px solid #FFFFFF;
	background-color	: transparent;
}

#head {
	position			: relative;
	height				: 275px;
	width				: 980px;
	margin				: 0 auto;
	overflow			: hidden;
	background-color	: transparent;
}

#head #keyvisual {
	position			: absolute;
	left				: 0;
	top					: 0;
	width				: 380px;
	height				: 275px;
	float				: left;
	overflow			: hidden;
}

#head #title {
	position			: absolute;
	left				: 380px;
	top					: 0;
	width				: 600px;
	height				: 275px;
	padding				: 100px 0 0 0;
	text-align			: center;
}

#shadow {
	padding				: 0 0 0 0;
	background-image	: url('../img/shadow.png');
	background-position	: top left;
	background-repeat	: repeat-x;
	height				: 50px;
}


#content_wrapper {
	width				: 980px;
	overflow			: hidden;
	margin				: 0 auto;
}

.content_sidebar {
	float				: left;
	width				: 220px;
}

#widgetbar_page_1, #widgetbar_site_1, #widgetbar_page_2, #widgetbar_site_2 {
	width				: 200px;
	padding				: 10px;
}

#content_right_wrapper {
	float				: left;
	width				: 760px;
	overflow			: hidden;
}

.content_main {
	padding-left		: 50px;
	width               : 710px;
	overflow            : hidden;
}

.content_main h1 {
	font-size			: 1.6em;
	margin				: 0 0 1.6em 0;
}

#footer_wrapper {
	padding				: 2em 0;
}

#footer {
	width				: 980px;
	margin				: 0 auto;
	text-align			: right;
}