@charset "utf-8";
/* $Revision: 2640 $ */
h1,h2,h3,h4,h5,h6 {
	margin				: 0 0 15px 0;
}

h1 {
	font-size			: 1.4em;
}
h2 {
	font-size			: 1.2em
}
h3 {
	font-size			: 1.0em
}
h4 {
	font-size			: 1.0em
}

p {
	margin				: 0 0 15px 0;
}

ul, ol, dl {
	margin				: 0 0 15px 15px
}

li {
    margin-left			: 10px;
    line-height			: 20px;
}

.clearer {
	clear				: both;
}

/* the clearfix : ------------------ */
.clearfix {
	display			: inline-block;
}
.clearfix[class] {
	display			: block;
	overflow		: hidden;
}

body {
    margin              : 0;
    padding             : 0;
}

/*         ______________
__________/     Page     \_____________________________________________________________
--------------------------------------------------------------------------------------- */

#page_wrapper {
    position            : relative;
    width               : 100%;
}

.content_wrapper {
    position            : relative;
    top                 : -60px;
    width               : 990px;
    border-right        : 1px solid transparent;
    border-left         : 1px solid transparent;
	z-index:			9;
}

#table_wrapper {
    width               : 990px;
    position            : relative;
    margin              : 0 auto;
	z-index:			9;
}

#corner_top_left {
    width               : 200px;
    height              : 13px;
    background-image    : url('../img/corner_top_left.png');
    background-repeat   : no-repeat;
    background-position : top right;
}

#content_left_wrapper {
    width               : 200px;
    background-image    : url('../img/border_left.png');
    background-repeat   : repeat-y;
    background-position : top right;
}

#content_left {
    padding             : 10px 15px 10px 10px;
}

#content_border_top {
    background-image    : url('../img/border_top.png');
    background-repeat   : repeat-x;
    background-position : top left;
    height              : 13px;
}

#content_main_wrapper {
    width               : 588px;
}

.content_main {
    padding             : 0 17px 0 17px;
    width               : 554px;
}

#corner_top_right {
    width               : 200px;
    height              : 13px;
    background-image    : url('../img/corner_top_right.png');
    background-repeat   : no-repeat;
    background-position : top left;
}

#content_sidebar_wrapper {
    width               : 200px;
    background-image    : url('../img/border_right.png');
    background-repeat   : repeat-y;
    background-position : top left;
}

.content_sidebar {
    padding             : 10px 10px 10px 10px;
}

#keyvisual_wrapper {
    position            : relative;
}

#keyvisual_inner {
    width               : 554px;
    height              : 140px;
    padding             : 3px;
    border              : 1px solid transparent;
    margin              : 13px auto 13px auto;
}

#keyvisual {
    width               : 554px;
    height              : 140px;
}

/*         ______________
__________/    Header    \_____________________________________________________________
--------------------------------------------------------------------------------------- */

#head_wrapper {
    width               : 100%;
    height              : 160px;
	z-index:			1;
}

#header {
    position            : relative;
    width               : 988px;
    height              : 160px;
    margin              : 0 auto;
    border-right        : 1px solid transparent;
    border-left         : 1px solid transparent;
}

#title_wrapper {
    position            : absolute;
    right               : 20px;
    top                 : 35px;
    width               : 500px;
    text-align          : right;
}

#title_wrapper h1 {
    margin              : 0 0 10px 0;
}

#title_wrapper h2 {
    margin              : 0;
}

#logo {
    position            : absolute;
    left                : 0;
    top                 : 0;
    width               : 988px;
    height              : 160px;
}

/*         ______________
__________/   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;
}

/*         _______________
__________/   Navigation  \____________________________________________________________
--------------------------------------------------------------------------------------- */

ul#cm_mainnavigation {
    list-style-type     : none;
    margin              : 0;
    padding             : 0;
}

ul#cm_mainnavigation li {
    margin              : 0;
    padding             : 0;
}

ul#cm_mainnavigation li a {
    display             : block;
    text-decoration     : none;
    line-height         : 30px;
    border-bottom       : 1px dashed transparent;
    padding-left        : 5px;
    font-weight         : normal;
}

ul#cm_mainnavigation li.cm_current a {
    font-weight         : bold;
}

/*         _______________
__________/ SubNavigation \____________________________________________________________
--------------------------------------------------------------------------------------- */

ul#cm_mainnavigation li ul.cm_subnavigation {
    list-style-type     : none;
    margin              : 0;
    padding             : 0;
}

ul#cm_mainnavigation li ul.cm_subnavigation li {
    margin              : 0;
    padding             : 0;
}

ul#cm_mainnavigation li ul.cm_subnavigation li a {
    display             : block;
    padding-left        : 20px;
    font-weight         : normal;
}

ul#cm_mainnavigation li ul.cm_subnavigation li.cm_current a {
    font-weight         : bold;
}

/*         __________________
__________/ SubSubNavigation \____________________________________________________________
--------------------------------------------------------------------------------------- */

ul#cm_mainnavigation li ul.cm_subnavigation li.cm_current ul.cm_subnavigation li a {
    font-weight         : normal;
}

ul#cm_mainnavigation li ul.cm_subnavigation li.cm_current ul.cm_subnavigation li.cm_current a {
    font-weight         : bold;
}

/*         ______________
__________/    Footer    \_____________________________________________________________
--------------------------------------------------------------------------------------- */

#footer_wrapper {
    position            : relative;
    top                 : -60px;
    width               : 100%;
    text-align          : center;
	z-index:			199;
}

#footer_inner {
    width               : 988px;
    margin              : 0 auto;
    border-right        : 1px solid transparent;
    border-left         : 1px solid transparent;
	z-index:			199;
}

#content_bdr_btm_wrpr {
    width               : 614px;
    height              : 30px;
    background-image    : url('../img/border_btm.png');
    background-repeat   : no-repeat;
    background-position : top left;
    margin              : 0 auto;
}

#content_bdr_btm {
    margin              : 0 13px 13px 13px;
    height              : 17px;
}

#footer {
    padding             : 0 0 10px 0;
	z-index:			199;
}