/*============================================================================*/
/* LAYOUT */
	/* Header */
	/* Breadcrumb */
	/* Content */
	/* Center LR Column */
	/* Left Right Column */
	/* Left Right Column Title */
	/* Left Right Column Content */
	/* Footer */
/* COLORING */
	/* hyper-link coloring */
	/* table coloring */
	/* XOOPS CSS - remaining for compatibility   */
/* XOOPS MAIN MENU */
	/* forms */
	/* XOOPS item */
	/* XOOPS Code & Quote */
	/* XOOPS com */
	/* XoopsComments */
	/* dhtmltextarea - just for menu skip */
/* XOOPS DIALOGUE MSG */
	/* errorMsg */
	/* confirmMsg */
	/* resultMsg */
	/* redirectMsg */
	/* ctrlMsg */
/* ANHCOR ICONS */
/* normal headings */
/* XOOPS_DIALOGUE */
/* XOOPS ADMIN SIDE */
	/* admin ctrl */
	/* admin header and footer */
	/* admin headings */
	/* admin left column */
	/* admin left column anchor */
	/* admin table */
	/* admin error */
	/* ModuleContents */
	/* table coloring for admin */
	/* block and modules control pannel */
/* HEADLINES SETTINGS */
/*============================================================================*/
/* LAYOUT */

body {
	background-color: #cae697;
	color: #111;
	background-image		:url(images/mainmenu.gif);
	background-image		:url(images/mainmenu_ro.gif);
	background-image:url(images/bodybg.gif);
	text-align: center;
	font-family: Meiryo, Helvetica, sans-serif;
	font-size:80%;
	line-height: 150%;
}body{behavior:url("/themes/main/csshover.htc");}
body.ShowBlockL0R0 #Wrapper {
	width: 100%;
	margin-top:300px;
}
body.ShowBlockL1R0 #Wrapper {
	width: 100%;
}
body.ShowBlockL0R1 #Wrapper {
	width: 100%;
	float: left;
	margin-right: -195px;
}
body.ShowBlockL1R1 #Wrapper {
	width: 100%;
	float: left;
	margin-right: -195px;
}

body.ShowBlockL0R0 #CenterColumn {
	float: left;
	width: 100%;
}
body.ShowBlockL1R0 #CenterColumn {
	float: right;
	width: 100%;
	margin-left: -220px;
}
body.ShowBlockL0R1 #CenterColumn {
	margin-right: 195px;
}
body.ShowBlockL1R1 #CenterColumn {
	width: 100%;
	float: right;
	margin-left: -220px;
}

body.ShowBlockL1R0 #CenterWrapper {
	margin-left: 220px;
}
body.ShowBlockL1R1 #CenterWrapper {
	margin-right: 195px;
	margin-left: 220px;
}

div#allbody {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-color:#445720;
	width:776px;
}

div#Container {
	background-image:url(images/contentbg.gif);
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background-repeat:repeat-y;
	background-position:left top;
	width: 750px;
	color: #333;
	background-color: #fff;
}

div#CenterWrapper {
	width:555px;
	padding: 10px 25px;
	background-image:url(images/cbg.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
html>body div#CenterWrapper {
	width:505px;}

/* Header */
div#Header {
	width: 100%;
	position:relative;
	color: #333;
	background-color: #445720;
}
div#Header div#Sitename {
	font-weight: bold;
	padding: 22px 0 10px 10px;
	font-size: 210%;
	line-height: 100%;
}
div#Header div#Logo {
	padding: 0;
}
div#Slogan {
	font-size: 120%;
	padding: 0 0 0 10px;
}
div#Header a:link,
div#Header a:visited {
	color: #333;
	text-decoration: none;
}

/* Breadcrumb */
div#breadcrumb,
div#theme_breadcrumbs {
	width: 100%;
	margin-bottom: 5px;
	border-bottom: #DDD solid 1px;
}
div#theme_breadcrumbs a:visited{
	text-decoration: none;
	color:#369 !important;
}
div#theme_breadcrumbs a:hover{
	text-decoration: underline;
}

/* Content */
div#CenterColumn  h2.BlockTitle {
/*  border-bottom: #DDD dashed 1px; */
}
div#CenterColumn div.BlockContent,
div#ModuleContents {
	font-size: 100%;
	line-height: 1.6;
	padding: 0;
	clear: both;
}
p {
	margin: 10px 0;
/*	clear: both; */
	margin-bottom: 10px;
}

/* Center LR Column */
div#CenterLColumn {
	float: left;
	width: 49%;
}
div#CenterRColumn {
	float: right;
	width: 49%;
}

div.CenterCblock {
	clear: both;
	margin-bottom: 20px;
}
div.CenterLblock {
	clear: both;
}
div.CenterRblock {
	clear: both;
}

/* Left Right Column */
div#LeftColumn {
	overflow: auto; /* ugly? */
	float: left;
	width: 220px;
	background-color: _THEME_CONFIG_COLUMN_BACKGROUND_COLOR;
}
div#RightColumn {
	float: right;
	width: 195px;
	background-color: _THEME_CONFIG_COLUMN_BACKGROUND_COLOR;
}

div.LeftBlock,
div.RightBlock {
	padding: 0 0 10px;
}

/* Left Right Column Title */
div#LeftColumn h2.BlockTitle,
div#RightColumn h2.BlockTitle {
	color: #649614;
	background-color: _THEME_CONFIG_COLUMN_TITLE_DARK_BACKGROUND_COLOR;
	margin: 0 0 5px 0;
	padding:5px 10px;
	font-size: 110%;
	background-image:url(images/rhead2.gif);
	background-repeat:no-repeat;
	text-align:center;
	background-position:right bottom;

}
div#RightColumn #rblock1 h2.BlockTitle {
	background-image:url(images/rhead.gif);
	background-repeat:no-repeat;
	background-position:right top;
	}
div#LeftColumn h3,
div#RightColumn h3,
div#LeftColumn h4,
div#RightColumn h4 {
	margin: 5px 0;
	font-size: 100%;
}

/* Left Right Column Content */
div#LeftColumn .BlockContent,
div#RightColumn .BlockContent,
div#LeftColumn .BlockContent p,
div#RightColumn .BlockContent p {
	text-align: left;
}
div#LeftColumn .BlockContent,
div#RightColumn .BlockContent{
	margin: 0 0 5px 2px;
	padding: 3px 0 3px 7px;
}
html>/**/body div#RightColumn .BlockContent{
	margin: 0 0 5px 2px;
	width:174px;
	padding: 3px 0 3px 10px;
}
/* Footer */
div#BacktoTop {
	text-align: right;
	margin: 10px 0px 5px;
	clear: both;
	font-size: 80%;
}
div#Footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding:25px 0 5px;
	background-image:url(images/footerbg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	color: #fff;
	background-color: #3e3843;
}
div#Footer img{
	margin-bottom:5px;}
div#Footer p,div#Footer div.pico_body {
	margin: 0 10px !important;
	padding: 0;
	text-align: left;
}

div#Banner {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

/*============================================================================*/
/* clearfix http://www.positioniseverything.net/ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
/*	display: inline-table; [hd: 0788] */
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*============================================================================*/
/* COLORING */
/* hyper-link coloring */

a:link   { color: #336699;}
a:visited { color: #9966cc;}
a:active { color: #cc6666;}
a:hover  { color: #cc6666;}
a:hover  { text-decoration: none;}
div#LeftColumn  a:link { color: #336699;}
div#RightColumn a:link { color: #336699;}
div#LeftColumn  a:visited { color: #336699;}
div#RightColumn a:visited { color: #336699;}
div#LeftColumn  a:hover { color: #336699;}
div#RightColumn a:hover { color: #336699;}
.ctrlMsg a:link { color: #336699;}
.ctrlMsg a:visited { color: #336699;}
.ctrlMsg a:hover { color: #336699;}

/*============================================================================*/
/* table coloring */

.head {
	color: #111;
	background-color: #eee;
}
.even,
tr.even td {
	color: #111;
	background-color: #f8f8f8;
}
.odd,
tr.odd td {
	color: #111;
	background-color: #fff;
}
.foot {}

table.outer th,
table.outer1 th,
table.outer2 th,
table.outer3 th{
	color: #111;
	background-color: #f8f8f8;
}
table.outer thead tr th,
table.outer1 thead tr th,
table.outer2 thead tr th,
table.outer3 thead tr th {
	color: #111;
	background-color: #eee;
}
table.outer thead tr td,
table.outer1 thead tr td,
table.outer2 thead tr td,
table.outer3 thead tr td {
	background-color: #111;
	background-color: #f8f8f8;
}

/*============================================================================*/
/* XOOPS CSS - remaining for compatibility   */
/* img {border: 0;} */

#xoopsHiddenText {
	visibility: hidden;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.pagneutral {
	font-size: 10px;
	width: 16px;
	height: 19px;
	text-align: center;
	background-image: url(./images/pagneutral.gif);
}
.pagact {
	font-size: 10px;
	width: 16px;
	height: 19px;
	text-align: center;
	background-image: url(./images/pagact.gif);
}
.paginact {
	font-size: 10px;
	width: 16px;
	height: 19px;
	text-align: center;
	background-image: url(./images/paginact.gif);
}

/*============================================================================*/
/* XOOPS MAIN MENU */
#mainmenu,
#usermenu {
	margin: 0 -10px;
	padding: 0;
	text-align: left;
}
#mainmenu li,
#usermenu li {
	display: inline;
}
#mainmenu a {
	text-decoration: none;
	display: block;
	border-bottom: #DDD solid 1px;
	margin: 0 1px;
}
#mainmenu a:hover {background-color: #ccc}
#mainmenu a.menuTop {padding: 5px 10px;}
#mainmenu a.menuMain {padding: 5px 10px;}
#mainmenu a.menuSub {padding: 5px 5px 5px 15px;}

#usermenu a {
	text-decoration: none;
	display: block;
	border-bottom: #DDD solid 1px;
	margin: 0 1px;
	padding: 5px 10px;
}
#usermenu a:hover { background-color: #ccc}
#usermenu a.menuTop {}
#usermenu a.highlight {
	background-color: #FCC;
}

/* forms */
#legacy_xoopsform_block_uname,
#legacy_xoopsform_block_pass,
#legacy_xoopsform_query_block,
#xoops_theme_select{
	width: 120px;
}

/* XOOPS item */
.item {}
.itemHead {
	padding: 3px;
	background-color: #666;
	color: #FFF;
}
.itemInfo {
	text-align: right;
	padding: 3px;
	background-color: #EFEFEF;
}
.itemTitle a {
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	background-color: transparent;
}
.itemPoster {
	font-size: 90%;
}
.itemPostDate {
	font-size: 90%;
}
.itemStats {
	font-size: 90%;
}
.itemBody {
	padding-left: 0px;
}
.itemText {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 100%;
}
.itemText: first-letter {}
.itemFoot {
	text-align: right;
	padding: 3px;
	background-color: #EFEFEF;
}
.itemAdminLink {
	font-size: 90%;
}
.itemPermaLink {
	font-size: 90%;
}
/* XOOPS Code & Quote */
div.xoopsCode {
	color: #111;
	background-color: #fafafa;
	border: 1px inset #000080;
	font-family: "Courier New",Courier,monospace;
	padding: 0px 6px 6px 6px;
}
div.xoopsQuote {
	color: #111;
	background-color: #fafafa;
	border: #336699 solid 1px;
	padding: 3px;
}

/* XOOPS com */
.comTitle {
	font-weight: bold;
	margin-bottom: 2px;
}
.comText {
	padding: 2px;
}
.comUserStat {
	font-size: 10px;
	color: #2F5376;
	font-weight: bold;
	border: 1px solid silver;
	background-color: #ffffff;
	margin: 2px;
	padding: 2px;
}
.comUserStatCaption {
	font-weight: normal;
}
.comUserStatus {
	margin-left: 2px;
	margin-top: 10px;
	color: #2F5376;
	font-weight: bold;
	font-size: 10px;
}
.comUserRank {
	margin: 2px;
}
.comUserRankText {
	font-size: 10px;font-weight: bold;
}
.comUserRankImg {
	border: 0;
}
.comUserName {}
.comUserImg {
	margin: 2px;
}
.comDate {
	font-weight: normal;
	font-style: italic;
	font-size: smaller;
}
.comDateCaption {
	font-weight: bold;
	font-style: normal;
}

/* XoopsComments */
div.XoopsCommentsInfo{}

ul#XoopsCommentsNavigation{
	padding: 0;
	margin: 5px 0;
}
ul#XoopsCommentsNavigation li{
	display: inline;
}
ul.XoopsCommentsThread{
	padding: 0;
	margin: 5px 0 15px;
}
ul.XoopsCommentsThread li{
	padding: 2px 0;
	list-style: none;
}
ul.XoopsCommentsThread li img{
	vertical-align: middle;
}
h3.XoopsCommentsTitle{
	padding: 3px 6px;
	background-color: #ddd;
}
h3.XoopsCommentsTitle img{
	vertical-align: middle;
}
h4.XoopsCommentsThreadTitle{
	border-bottom: 1px #aaa solid;
}
div.XoopsCommentsText{
	clear: both;
	padding: 3px 6px;
}
div.XoopsCommentsSub{
	position: relative;
	padding: 2px 6px;
	background-color: #eee;
}
div.XoopsCommentsCtrl{
	position: absolute;
	top: 2px;
	right: 6px;
}
hr.XoopsCommentsDivision{
	margin: 10px 0;
}

/* dhtmltextarea - just for menu skip */
.dhtmltextarea{
	position: relative;
}

/*============================================================================*/
/* XOOPS DIALOGUE MSG */
/* errorMsg */
.errorMsg {
	color: #111;
	background-color: #fcc;
	text-align: left;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	padding: 15px 25px 10px;
}
/* confirmMsg */
.confirmMsg {
	color: #136C99;
	background-color: #ddffdf;
	text-align: left;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	padding: 15px 25px 10px;
}
/* resultMsg */
.resultMsg {
	color: #333;
	background-color: #ccc;
	text-align: left;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	padding: 15px 25px 10px;
}
/* redirectMsg */
.redirectMsg {
	color: #111;
	background-color: #fafafa;
	text-align: left;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	padding: 15px 25px 10px;
}
/* ctrlMsg */
.ctrlMsg {
	color: #111;
	background-color: #fafafa;
	text-align: left;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 15px 25px 10px;
}

/*============================================================================*/
/* ANHCOR ICONS */

#CenterColumn a[href^="http:"]:after{
	margin: 0 2px;
	content: url(images/_common/ouklink.png);
}
#CenterColumn a[href^="https:"]:after {
	margin: 0 2px;
	content: url(images/_common/lock.png);
}
#CenterColumn a[href^="http://www.alexandertechnique.co.jp"]:after {
	margin: 0;
	content: "";
}
/*============================================================================*/
/* XOOPS_DIALOGUE */
.xoops_dialogue{
	color: #111;
	background-color: #eee;
}
#dialogue_title{
	padding: 3px 5px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #666;
}
#dialogue_title img{
	vertical-align: middle;
	margin-right: 5px;
}

/*============================================================================*/
/* XOOPS ADMIN SIDE */

/* admin ctrl */
#admin_ctrl{
	border-bottom: 1px #666 solid;
	background-color: #666;
	text-align: right;
	padding: 5px 10px;
	line-height: 100%;
}
#admin_ctrl a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#admin_ctrl a:hover{
	color: #113;
}
#admin_ctrl a:before {
	margin: 0 3px;
	content: url(images/_common/menulist.gif);
}
#admin_ctrl a.direct:before {
	margin: 0 2px;
	content: url(images/_common/menulist_direct.gif);
}
#admin_ctrl a.end_of_shortcut{
	margin-right: 10px;
}

/* admin header and footer */
.AdminMode #Container{
	width: 100%;
	border: none;
}
.AdminMode #Header{
	height: 60px;
	background-color: #222;
}
.AdminMode #Header #Logo{
	margin: 0;
	padding: 0 10px;
}
.AdminMode div#Header div#Sitename {
	font-size: 150%;
	color: #fff;
}
.AdminMode div#Footer {
	color: #fff;
	background-color: #222;
}
.AdminMode div#Footer p a{
	color: #fff;
}

/* admin headings */
.AdminMode #CenterWrapper h2 {
	line-height: 100%;
	font-size: 110%;
	padding: 6px;
	border: none;
	margin: 0;
	color: #fff;
	background-color: #666;
}
.AdminMode #CenterWrapper h3 {
	line-height: 100%;
	font-size: 110%;
	padding: 6px;
	border-bottom: none !important;
	border-left: 8px#666 solid;
}
.AdminMode #CenterWrapper h4{
	margin: 10px 0 0;
	border-bottom: 1px#666 solid;
}

/* admin left column */
.AdminMode #LeftColumn h2.BlockTitle{
	font-size: 110%;
	margin: -10px 0 0;
	padding: 6px 10px;
	line-height: 100%;
	color: #fff;
	background-color: #222;
}
.AdminMode #LeftColumn div.adminmenu_block_main{
	margin: 0 -10px;
	clear: left;
	border-top: 1px #aaa solid;
}
.AdminMode #LeftColumn div.adminmenu_block_main img{
	padding: 4px 4px 2px 5px;
	float: left;
}

/* admin left column anchor */
.AdminMode #LeftColumn div.adminmenu_block_main a.adminmenu_block_main_module_name{
	font-weight: bold;
	color: #222;
	padding: 4px;
	display: block;
	text-decoration: none;
}
.AdminMode #LeftColumn div ul,
.AdminMode #LeftColumn div li{
	list-style: none;
	margin:0 -5px;
	padding:0;
	border: 1px #fff solid;}
.AdminMode #LeftColumn div li a{
	color: #222;
	padding: 3px 5px;
	display: block;
	text-decoration: none;
}
.AdminMode #LeftColumn div a:hover{
	color: #fff;
	background-color: #999;
}

/* admin table */
.AdminMode table.outer{
	margin: 10px 0;
	border-top: 1px #bbb solid;
	border-left: 1px #bbb solid;
	border-collapse: collapse;
}
.AdminMode table.outer th{
	text-align: center;
	color: #fff;
	background-color: #666;
}
.AdminMode table.outer th,
.AdminMode table.outer td {
	border-bottom: 1px #bbb solid;
	border-right: 1px #bbb solid;
}
.legacy_list_description{
	color: #333;
	font-size: 85%;
}


/* admin error */
div.error{
	color: #900;
	background-color: #eee;
	padding: 5px;
}
/* ModuleContents */
form.odd{
	border				:1px #aaa solid;
}

/* table coloring for admin */
.AdminMode .head {
	color: #fff;
	background-color: #666;
}
.AdminMode .even,
.AdminMode tr.even td {
	color: #111;
	background-color: #ddd;
}
.AdminMode .odd,
.AdminMode tr.odd td {
	color: #111;
	background-color: #fafafa;
}
.AdminMode .foot {}

.AdminMode table.outer th {
	color: #fff;
	background-color: #666;
}
.AdminMode table.outer thead tr th {
	color: #111;
	background-color: #666;
}
.AdminMode table.outer thead tr td {
	background-color: #111;
	background-color: #666;
}

/* block and modules control pannel */
.AdminMode td.legacy_blockside div {
	display: inline;
	padding: 1px;
}
.AdminMode td.legacy_blockside div *{
	vertical-align: middle;
}
.AdminMode td.legacy_blockside div.active {
	background-color: #edd;
}
.AdminMode td.legacy_blockside,
.AdminMode td.blockposition {
	white-space: nowrap !important;
}
.AdminMode tr.active td{
	background-color: #edd;
}
.AdminMode .tips {
	color: #111;
	background-color: #fafafa;
border: 1px #aaa solid;	padding: 10px 15px;
}

/*============================================================================*/
/* HEADLINES SETTINGS */
/* normal headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;/* is this wrong? */
	font-family: Verdana, sans-serif;
}

div#CenterColumn h1 {
	color: #9C0;
	background-color: #fff;
	font-size: 150%;
	margin: 0 0 10px;
	padding: 0;
}
div#CenterColumn h2 {
	color: #fff;
	background-color: #9c0;
	clear: both;
	font-size: 110%;
	margin: 15px 0 10px;
	padding: 6px 5px 4px 25px;
	background-repeat:no-repeat;
	background-position:top left;
	background-image:url(images/h2bg.gif);
}
div#CenterColumn h3 {
	font-size: 105%;
	margin: 15px 0 5px;
	padding: 6px 5px 4px 25px;
	color: #4F4955;
	background-color: #f0f0f0;
	background-repeat:no-repeat;
	background-position:top left;
	background-image:url(images/h3bg.gif);
}
div#CenterColumn h4 {
	color: #649614;
	background-color: #fff;
	border-bottom:1px dotted #999;
	padding:4px 10px 2px;
}
h4,
h5 {
	font-size: 100%;
}
#Footer strong{
	color:#fff;}
div.picocal_block{
	padding:0 !important;}

html>/**/body div.picocal_block{
	margin-left:-2px;}

table.picocal{
	margin:0 auto !important;}

div#topimg{
	height:246px;
	background-color:#445720;
	margin:-33px 0 -3px !important;
	padding:1px 0 0 !important;}
html>body div#topimg{
	margin:-33px 0 0 !important;}
div#topimg img{
	margin:0 0 1px !important;
	padding:0 !important;}

/* Mainmenu */
div#topmenu{
	position:relative;
	display				:block;
	background		:no-repeaturl(images/mainmenu_ro.gif);
	clear:both;}

#home div#topmenu,
#news div#topmenu{
	margin-bottom:-33px;
}

div.cpage{
	background-image:url(images/Submenu07.gif);
	background-position:left 51px;
	background-repeat:no-repeat;
	background-color:#445720;}
#topmenu ul#mainitems,#topmenu ul#mainitems li{
	display				:inline;
	list-style				:none;
	margin				:0 !important;
	padding				:0 !important;}
#menu h2.hd,#topmenu ul#mainitems li a span{
	position				:absolute;
	left					:-9000px;}
#topmenu ul#mainitems li a span{
	position				:relative;
	text-indent			:-9000px;}/**/
#topmenu ul#mainitems li{
	height				:51px;
	width					:125px;
	float					:left;
	display:block;}
#topmenu ul#mainitems li a{
	height				:51px;
	width:100%;
	display				:block;
	text-decoration		:none;
	margin				:0;
	padding				:0;
	border:none !important;
	background-repeat		:no-repeat !important;
	background-image		:url(images/mainmenu.gif);}
#topmenu ul#mainitems li#m01 a{	background-position	:0 0;}
#topmenu ul#mainitems li#m02 a{	background-position	:-125px 0;}
#topmenu ul#mainitems li#m03 a{	background-position	:-250px 0;}
#topmenu ul#mainitems li#m04 a{	background-position	:-375px 0;}
#topmenu ul#mainitems li#m05 a{	background-position	:-500px 0;}
#topmenu ul#mainitems li#m06 a{	background-position	:-625px 0;}
#topmenu ul#mainitems li a:hover,#topmenu ul#mainitems li.on a,#topmenu ul#mainitems li.ton a{
	background-image		:url(images/mainmenu_ro.gif);}


ul.submenu{
	position:absolute;
	top:47px;
	left:1px;
	width:124px;
	margin:0;
	padding:8px 0 0 0;
	background-repeat:no-repeat;
	background-position:left top;
	display:none;
	background-color:#E2E4DE;
	font-size:90%;
	font-weight:bold;}

html>body #m01 ul.submenu{	left:0px;width:125px;}
html>body #m02 ul.submenu{	left:126px;}
html>body #m03 ul.submenu{	left:251px;}
html>body #m04 ul.submenu{	left:376px;}
html>body #m05 ul.submenu{	left:501px;}
html>body #m06 ul.submenu{	left:626px;}


#topmenu ul#mainitems li ul.submenu li{
	margin:0;
	width:auto;
	height:auto;
	padding:0;}
#topmenu ul#mainitems li ul.submenu li a{
	display:block;
	height:auto;
	margin:0 ;
	width:103px;
	line-height:140%;
	padding:3px 5px 3px 15px;
	background-image:url(images/submenu_c.gif) !important;
	background-repeat:no-repeat;
	background-position:3px 0.4em !important;
}
#topmenu ul#mainitems li ul.submenu li a:visited{
	color:#369;
}
#topmenu ul#mainitems li ul.submenu li a:hover{
	color:#c66;
}
//ul.sublist1,ul.sublist2,ul.sublist3,ul.sublist4,ul.sublist5,ul.sublist6{
//	background-repeat:no-repeat;
//	background-position:left top;
//	}

li.on ul.sublist1,li.on ul.sublist2,li.on ul.sublist3,li.on ul.sublist4,li.on ul.sublist5,li.on ul.sublist6{
	display:block !important;
}
li.ton ul.sublist1,li.ton ul.sublist2,li.ton ul.sublist3,li.ton ul.sublist4,li.ton ul.sublist5,li.ton ul.sublist6{
	z-index:20;
}
#topmenu ul#mainitems li ul.sublist1{
	background-image:url(images/submenu01.gif);}
#topmenu ul#mainitems li ul.sublist2{
	background-image:url(images/submenu02.gif);}
#topmenu ul#mainitems li ul.sublist3{
	background-image:url(images/submenu03.gif);}
#topmenu ul#mainitems li ul.sublist4{
	background-image:url(images/submenu04.gif);
}
#topmenu ul#mainitems li ul.sublist5{
	background-image:url(images/submenu05.gif);}
#topmenu ul#mainitems li ul.sublist6{
	background-image:url(images/submenu06.gif);}
div.magblock{
	width:180px;
	padding:0 10px;
	font-size:85%;
	margin:0 auto 5px;
	border-bottom:2px dotted #999;}
html>body div.magblock{
	width:160px;
	padding:5px 10px;}
div.magblock img{
	float:left;
	margin:5px 10px 10px 0;}


div.evblock{
	line-height:140%;
	width:180px;
	padding:0 10px;
	font-size:85%;
	margin:0 auto 5px;
	border-bottom:2px dotted #999;}
html>body div.evblock{
	width:160px;
	padding:5px 10px;}
div.evblock img{
	margin:0 0 5px;}


div#catimg{
	margin:5px -10px 0;}
li .sdate{
	color:#666;
	font-size:90%;
	margin-left:5px;}
.pico_body{
	margin:0 !important;
	padding:0 !important;}
ul.newslist{
	margin-top:10px;}
ul.newslist li{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #999;}
.oldnews{
	text-align:right;}
p.face_l,p.face_r{
	display:inline;
	}
p.face_l{
	float:left;
	margin:0 10px 10px 0;}
p.face_r{
	float:right;
	margin:0 0 10px 10px;}
h2 a[name]{
	color:#fff;
	text-decoration:none !important;}
h3 a[name]{
	color:#4F4955;
	text-decoration:none !important;}

/* dl (class="sample") */

dl.sample dt {
	margin :10px 0 0;
	border-color :#999;
	border-width :0 0 1px;
	border-style :dotted;
	clear: both;
	font-weight: bold;
}
dl.sample dd		{margin :0 0 10px;}
dl.sample dt img	{margin :0 5px 20px 0;	float	:left;}
dl.sample dd img	{margin :2px 5px 20px 0;	float	:left;}
dl.sample dt img.r	{margin :0 0 20px 5px;	float	:right;}
dl.sample dd img.r	{margin :2px 0 20px 5px;	float	:right;}

ul.bannerarea{
	margin:0 10px;}
ul.bannerarea li{
	margin:5px !important;}
ul.bannerarea li a img{
	border:1px solid #999;}


div.deco_x{
background-color:#F6FAEB;
border-top:3px solid #CEE79D;
	color:#6DAC14;
	font-weight:bold;
	padding:5px 15px;
	margin:-10px 0 -5px;}
div.deco_x span{
	color:#333;
	font-weight:normal;}

h2.deco_x{
	margin-top:-10px !important;
	background:none !important;
	background-image:url(images/decox_h2.gif) !important;
	background-repeat:no-repeat !important;
	background-position:0.5em 1em !important;

	color:#9c0 !important;}

div.deco_y{
	margin:-5px 0  -5px;
	padding:5px 15px;	
	background-color:#F8F8F8;}
div.deco_y dl dt{
	font-weight:bold !important;}

p.getdocument{
	margin-top:20px;
	text-align:center;}

/* footmenu */
#footmenu{
	padding: 7px 10px 5px;
}

#footmenu a{
	text-decoration: none;
	padding: 2px 4px;
	margin-right: 2px;
	font-weight: bold;
	background-color: #6c6670;
	color: #fff;
}

#footmenu a:hover{
	color: #daa;
}

#Rsubmenu{
	padding:0 0 10px;
	background:no-repeat left bottom url(images/rsbg.gif);}
#Rsubmenu ul,#Rsubmenu ul li{list-style-type:none;
	margin:0;
	padding:0;}
#Rsubmenu ul{
	margin:10px 0 0;}
#Rsubmenu ul li{
	margin:0 0 0 3px;
	display:inline;}
#Rsubmenu ul li a{
	font-size:95%;
	font-weight:bold;
	line-height:140%;
	text-decoration:none !important;
	background:10px 0.3em no-repeat url(images/rsbt.gif);
	display:block;
	padding:3px 10px 3px 25px;}

#Rsubmenu ul li a:hover,#Rsubmenu ul li a.on{
	text-decoration:underline;
	background:10px 0.3em no-repeat url(images/rsbt_ro.gif);
color:#D27854 !important;}

#gth{
	position:absolute;
	top:0;
	right:10px;
	width:100px;}