body
{
    margin: 0;
    width: 100%;
    background: url(../images/body_bcd.jpg) repeat-x;
    /*font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
    font-family: Verdana;
    font-size: 12px;
    line-height: 18px;
}

a
{
    color: #0B2BA2;
}

div
{
    margin: 0;
    padding: 0;
}

img , a {
    border: none 0px ;
}

hr
{
    padding-top: 2px;
    border: none;
    width: inherit;
    background: url(../images/hr.jpg) repeat-x;
}

h3
{
    margin: 0;
    padding: 0;
}

#container
{
    width: 922px;
    margin: 0 auto;
    background: url(../images/container_bcd.jpg) repeat-y;
}

#container-wrapper
{
    width: inherit;
    margin: 0 auto;
}

#header
{
    width: inherit;
}

#header-top
{
    width: inherit;
    height: 120px;
    background: url(../images/header.jpg) no-repeat;
}

#topmenu
{
    /*clear: both;*/
    width: 920px;
    margin: 0 auto;
    height: 32px;
    background: url(../images/topmenu_bcd.jpg) repeat-x;
}

#language
{
    float: right;
    height: 32px;
    line-height: 32px;
    padding-right: 7px;
}

#topmenu ul
{
    margin: 0;
    padding: 0;
}

#topmenu li
{
    display: inline;
    line-height: 32px;
    padding: 4px 10px 4px 8px;
    background: url(../images/topmenu_sep.jpg) no-repeat right;
}

#topmenu li a
{
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
#topmenu li a:hover
{
    text-decoration: underline;
}

#contents
{
    clear: both;
    width: 920px;
    margin: 0 auto;
    overflow: hidden;
}
#contents:contents
{
    height: 0;
}

#contents-columns
{
    overflow: hidden;
}


#contents-left
{
    clear: both;
    display: inline;
    float: left;
    width: 165px;
    background: #E9E9E9;
    padding-bottom: 4000px;
    margin-bottom: -4000px;
}

#contents-middle
{
    display: inline;
    float: left;
    margin-left: 20px;
    width: 565px;
    padding-bottom: 4000px;
    margin-bottom: -4000px;
}

#contents-right
{
    display: inline;
    float: left;
    margin-left: 20px;
    width: 150px;
    padding-bottom: 4000px;
    margin-bottom: -4000px;
}

/* In case there is no right column */
#contents-main
{
    display: inline;
    float: left;
    margin-left: 20px;
    width: 715px;
    padding-bottom: 2000px;
    margin-bottom: -2000px;
}

#footer
{
    clear: both;
    color: #fff;
    width: inherit;
    height: 44px;
    background: #00085D;
}

#footer-left
{
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 30px;
}

#footer-left span
{
    font-size: 12px;
    line-height: 44px;
}

#footer-left a
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
#footer-left a:hover
{
    text-decoration: underline;
}


#footer-right
{
    float: right;
}


#footer ul
{
    margin: 0;
    padding: 0;
}

#footer li
{
    font-size: 12px;
    line-height: 44px;
    display: inline;
    padding: 0 10px;
}

#footer li a
{
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

#footer li a:hover
{
    text-decoration: underline;
}

/* Modules specific */
.moduletable
{

}

/* Left column */

#contents-left h3
{
	margin: 0 0 10px 0;
	width: 100%;
	height: 100%;
	min-height: 28px
    font-size: 14px;
    color: #fff;
	padding: 5px 0 5px 7px;
	background: url(../images/left_column_title_bcd1.jpg);
	background-position: fixed;
	background-repeat:no-repeat;
	<!--[if gte IE 7]>
	<style>
    margin: 0px 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
	padding: 5px 0 5px 7px;
    background: url(../images/left_column_title_bcd1.jpg) no-repeat;
	</style>
	<![endif]-->
}

/* Left menu */

#mainlevelleftmenu
{
    margin: 10px 0 0 5px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #999;
}

#mainlevelleftmenu ul
{
    margin: 0 0 0 5px;
    padding: 0;
}

#mainlevelleftmenu li
{
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin: 4px 0 0 10px;
    line-height: 16px;
}

#mainlevelleftmenu li a
{
    text-decoration: none;
    font-weight: normal;
    color: #000;
}

#mainlevelleftmenu li a:hover
{
    text-decoration: underline;
}

#mainlevelleftmenu li a#active_menuleftmenu
{
    font-weight: bold;
}

#mainlevelleftmenu li li
{
   font-size: 12px;
    /*background: url(../images/leftmenu_li.jpg) no-repeat left middle;*/
    list-style-position: outside;
    list-style-image: url(../images/leftmenu_li.jpg); 
}

#mainlevelleftmenu li li li
{
   font-size: 11px;
}

#mainlevelleftmenu li li a
{
    color: #464646;
}

#mainlevelleftmenu li li li a
{
    color: #717171;
}

/* Right Column */
#contents-right h3
{
    margin: 0 0 10px 0;
    min-height: 28px
    font-size: 14px;
    color: #fff;
    padding: 5px 7px 5px 0;
    text-align: right;
    background: url(../images/right_column_title_bcd.jpg);
    background-size:100% 100%;
    background-repeat:no-repeat;
	<!--[if gte IE 8]>
	<style>
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
	padding: 5px 7px 5px 0;
	text-align: right;
    background: url(../images/right_column_title_bcd2.jpg) repeat-x top;
	</style>
	<![endif]-->
}

/* Middle Column */
.contentheading
{
    width: 558px;
    margin: 0 0 15px 0;
    /*height: 24px;*/
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    color: #2E2E2E;
    padding-left: 6px;
    border-bottom: 1px solid #090909;
    background: url(../images/h2_bcd.jpg) repeat-y left bottom;
}

.contentpaneopen
{
	width: 100%;
}

.contentpaneopen h3
{
	margin: 0 0 10px 0;
}

/* Latest News */
.moduletablelatestnews
{
    float: left;
    width: 274px;
	height: auto;
    border: 1px solid #626262;
}

.moduletablelatestnews h3
{
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding-left: 25px;
    background: url(../images/latestnews_title.jpg) no-repeat left;
}

.moduletablelatestnews .latest-news
{
    padding: 5px;
}

.moduletablelatestnews a
{
    color: #0F2674;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.moduletablelatestnews a:hover
{
    text-decoration: underline;
}

.moduletablelatestnews .date
{
    color: #838383;
    font-size: 10px;
}

.moduletablelatestnews p
{
    padding: 0;
    margin: 0 0 10px 0;
    color: #000000;
}

.moduletablelatestnews .readmore a
{
    font-size: 12px;
    color: #FFAF04;
    text-decoration: underline;
}

/* Events */
.moduletableevents
{
    float: left;
    display: inline;
    margin-left: 15px; 
    width: 274px;
    background: url(../images/events_bcd.jpg) repeat-x top;
}

.moduletableevents h3
{
    height: 29px;
    line-height: 29px;
    color: #3F3F3F;
    font-size: 15px;
    font-weight: bold;
    padding-left: 11px;
    background: url(../images/events_title.jpg) no-repeat left;
}

.moduletableevents .latest-news
{
    padding: 5px;
}

.moduletableevents a
{
    color: #262626;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.moduletableevents a:hover
{
    text-decoration: underline;
}

.moduletableevents .date
{
    color: #666;
    font-size: 10px;
}

.moduletableevents p
{
    padding: 0;
    margin: 0 0 10px 0;
    color: #000000;
}

.moduletableevents .readmore a
{
    font-size: 12px;
    color: #00196D;
    text-decoration: underline;
}

/* Wrapper */
.moduletablewrapper h3
{
    width: 558px;
    margin: 0 0 5px 0;
    /*height: 24px;*/
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    color: #2E2E2E;
    padding-left: 6px;
    border-bottom: 1px solid #090909;
    background: url(../images/h2_bcd.jpg) repeat-y left bottom;
}

/* News Wrapper */
.moduletablenewswrapper h3
{
    width: 558px;
    /*height: 24px;*/
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    color: #2E2E2E;
    border-bottom: 1px solid #090909;
    background: url(../images/h2_bcd.jpg) repeat-y left bottom;
}
