/*============================================================================*/
/* 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 {
	font-size: 95%;
	background-color: #fff;
	color: #111;
	text-align: center;
	font-family: Meiryo, Helvetica, sans-serif;
	line-height: 140%;
}
body.ShowBlockL0R0 #Wrapper {
	width: 100%;
}
body.ShowBlockL1R0 #Wrapper {
	width: 100%;
}
body.ShowBlockL0R1 #Wrapper {
	width: 100%;
	float: left;
	margin-right: -220px;
}
body.ShowBlockL1R1 #Wrapper {
	width: 100%;
	float: left;
	margin-right: -220px;
}

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

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

div#Container {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	color: #111;
	background-color: #fff;
}

div#CenterWrapper {
	padding: 10px;
}

/* Header */
/*div#Header {
	width: 100%;
	height: 100px;
	border-bottom: #b1b1b1 solid 2px;
	font-family: Verdana, sans-serif;
	color: #111;
	background-color: #fff;
}
*/
div#Header div#Sitename {
	font-weight: bold;
	padding: 22px 0 10px 10px;
	font-size: 210%;
	line-height: 100%;
}
div#Header div#Logo {
	float: left;
	padding: 10px 25px 0 20px;
}
div#Slogan {
	font-size: 120%;
	padding: 0 0 0 10px;
}
div#Header a:link,
div#Header a:visited {
	color: #111;
	text-decoration: none;
}

/* Breadcrumb */
div#breadcrumb,
div#theme_breadcrumbs {
	width: 100%;
	margin-bottom: 5px;
	border-bottom: #DDD solid 1px;
}

/* 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: #fff;
}
div#RightColumn {
	float: right;
	width: 220px;
	background-color: #fff;
}

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

/* Left Right Column Title */
div#LeftColumn h2.BlockTitle,
div#RightColumn h2.BlockTitle {
	color: #111;
	background-color: #f8f8f8;
	border-bottom: 1px #a0a0a0 solid;
	border-top: 1px #a0a0a0 solid;
	margin: 0 0 5px 0;
	padding: 3px 10px;
	font-size: 110%;
}
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{
	padding: 0 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;
	border-bottom: 1px #a0a0a0 solid;
	border-top: 1px #a0a0a0 solid;
	color: #111;
	background-color: #f8f8f8;
}
div#Footer p {
	margin: 0 10px;
	padding: 10px 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;
}

/* 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.kcfca.or.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 #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{
	maring: 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;
}

/* 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;
}

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

div#CenterColumn h1 {
	color: #111;
	background-color: #fff;
	font-size: 150%;
	margin: 0 0 10px;
	padding: 0;
}
div#CenterColumn h2 {
	color: #111;
	background-color: #f8f8f8;
	clear: both;
	font-size: 110%;
	margin: 15px 0 10px;
	padding: 4px 15px;
	border-top: 1px #a0a0a0 solid;
	border-bottom: 1px #a0a0a0 solid;
}
div#CenterColumn h3 {
	font-size: 110%;
	margin: 15px 0 5px;
	padding: 2px 6px;
	border-bottom: 1px  #999 solid;
	color: #111;
	background-color: #fff;
}
h4,
h5 {
	font-size: 110%;
}


/***** jidaikobo-edition ******/
body{
	border-top			:10px solid #360;
	border-bottom		:10px solid #360;
}
#Header{
	border-top			:10px solid #c93 !important;
	border-bottom		:10px solid #c93 !important;
	background-color	:#c60 !important;
	margin				:0;
	text-align			:center;
}
#Wrapper{
	text-align			:center;
	border-top			:10px solid #960;
}
#Footer{
	padding				:10px 0 0;
	text-align			:center;
	background-color	:#c60 !important;
	border-top			:10px solid #960;
}

/***** jidaikobo-edition :topblock ******/
body{
	font-size			:0.8em !important;
}
html>body{
	font-size			:0.9em !important;
}
ul, ol {
    margin: 0 20px;
    padding: 0;
}


div#headblock{
	margin				:0 auto;
	width				:690px !important;
	padding				:10px 0 0 !important;
}
div#Logo{
	padding				:0 !important;
	margin				:5px auto 0 !important;
}
div#Logo a#gowood,div#Logo a#gokcfca{
	margin				:0;
	padding				:0;
	text-indent			:-9000px;
	display				:block;
	height				:60px;
}
div#Logo a#gowood{
	float				:left;
	background-image	:url(_cssimg/logo.gif);
	width				:482px;
}
div#Logo a#gowood:hover{
	background-image	:url(_cssimg/logo_ro.gif);
}
div#Logo a#gokcfca{
	float				:right;
	background-image	:url(_cssimg/kcfca.gif);
	width				:208px;
}
div#Logo a#gokcfca:hover{
	background-image	:url(_cssimg/kcfca_ro.gif);
}
#headblock ul.mainitems,#headblock ul.mainitems li{
	display				:inline;
	list-style			:none;
	margin				:0;
	padding				:0;}
#headblock h2.hd,#headblock ul.mainitems li a span{
	position				:absolute;
	left					:-9000px;}
#headblock ul.mainitems li a span{
	position				:relative;
	text-indent			:-9000px;}/**/
#headblock ul.mainitems li a{
	margin				:2px 2px -10px;
	display				:block;
	text-decoration		:none;
	float				:left;
	height				:25px;
	width				:110px;
	background-image		:url(_cssimg/topmenu.gif);
	background-repeat		:no-repeat !important;}
html>body #headblock ul.mainitems li a{
	margin				:5px 2px -10px;}
html>/**/body #headblock ul.mainitems li a{
	margin				:5px 2px;}
#headblock ul.mainitems li#m01 a{	background-position	:0 0;
	margin-left			:2px;}
html>body #headblock ul.mainitems li#m01 a{
	margin-left			:4px;}
#headblock ul.mainitems li#m02 a{	background-position	:-113px 0;}
#headblock ul.mainitems li#m03 a{	background-position	:-230px 0;}
#headblock ul.mainitems li#m04 a{	background-position	:-344px 0;}
#headblock ul.mainitems li#m05 a{	background-position	:-457px 0;}
#headblock ul.mainitems li#m06 a{	background-position	:-568px 0;
	width				:112px;}
#headblock ul.mainitems li a:hover,#mainmenu ul.mainitems li a.on{
	background-image		:url(_cssimg/topmenu_ro.gif);}

#Footer div#f_area{
	color					:#fff;
	text-align				:left;
	margin					:0 auto;
	width					:690px !important;}
#Footer div#f_area a{
	color					:#ff0;}
div#f_area img{
	float					:left;
	margin 					:0 10px;}
div#f_area p{
	font-size				:100% !important;
	float					:right;
	width					:590px;
	margin					:0 0 5px !important;
	padding					:0 !important;
	clear					:none !important;}
div#f_area p.wm{
	margin					:0 !important;
	padding					:5px 0 !important;
	border-top				:1px solid #fff;}

*:first-child+html div#f_area p.wm{
	margin					:0 0 -10px !important;
}

/* jidaikobo-edition :CenterColumn*/
div#CenterColumn{
	text-align				:left;
	width					:690px !important;
	float					:none ! important;
	margin					:10px auto !important;
	padding					:0 !important;
	border					:5px solid #efe0c1;
	border-right			:5px solid #71551d;
	border-bottom			:5px solid #71551d;}
div#CenterWrapper{
	border					:1px solid #999;}

div#base_body{
	padding					:0 30px;}
div#base_body h2,div#base_body h3{
	margin					:20px -30px;
	background				:none;
	border					:none;	
}
div#base_body2{
	padding					:0 30px;}
div#base_body2 h2,div#base_body2 h3{
	margin					:20px -30px;
	background				:none;
	border					:none;	
}

div#headertitle{
	background-color		:#c93;
	padding					:5px;
	text-align				:center;
	margin					:-10px -10px 10px;}



/* jidaikobo-edition :toppage*/

div.tt_img{
	width					:200px;
	float					:left;}
div.tt_txt{
	width					:370px;
	float					:right;
	margin-right:15px;}
html>body div.tt_txt{
	margin-right:30px;
	width					:390px;}
div.tt_txt h3{
	margin					:10px 0 !important;}

p.pu_img a{
	float					:left;
	margin					:5px 10px 10px;
	display					:block;
}

.box005 {
	background-color		:#FFFFEF;
	border					:2px dotted #CC0;
	color					:#333;
	padding					:10px;
	margin					:10px 0;
}
.box004 {
	margin					:10px 0;
	background-color		:#ffc;
	padding					:10px 30px;
}
.box003 {
	margin					:10px -30px;
	background-color		:#FFF49A;
	padding					:10px 30px;
}

dl.tcbt dt,dl.tcbt dd{
	margin					:0;
	padding					:0;}
dl.tcbt dt a{
	display					:block;
	width					:242px;
	height					:61px;
	background-repeat		:no-repeat;
	background-position		:left top;
	text-indent				:-9000px;
}
dl.tcbt dt a#tcbt01{background-image:url(_cssimg/toppage/icon_01.gif);}
dl.tcbt dt a#tcbt02{background-image:url(_cssimg/toppage/icon_02.gif);
	width					:295px;}
dl.tcbt dt a#tcbt03{background-image:url(_cssimg/toppage/icon_03.gif);}
dl.tcbt dt a#tcbt04{background-image:url(_cssimg/toppage/icon_04.gif);
	width					:295px;}
dl.tcbt dt a#tcbt05{background-image:url(_cssimg/toppage/icon_05.gif);}
dl.tcbt dt a#tcbt06{background-image:url(_cssimg/toppage/icon_06.gif);}
dl.tcbt dt a#tcbt07{background-image:url(_cssimg/toppage/icon_07.gif);
	width					:119px;
	height					:45px;}
dl.tcbt dt a#tcbt08{background-image:url(_cssimg/toppage/icon_08.gif);
	width					:119px;
	height					:45px;}
dl.tcbt dt a#tcbt01:hover{background-image:url(_cssimg/toppage/icon_01b.gif);}
dl.tcbt dt a#tcbt02:hover{background-image:url(_cssimg/toppage/icon_02b.gif);}
dl.tcbt dt a#tcbt03:hover{background-image:url(_cssimg/toppage/icon_03b.gif);}
dl.tcbt dt a#tcbt04:hover{background-image:url(_cssimg/toppage/icon_04b.gif);}
dl.tcbt dt a#tcbt05:hover{background-image:url(_cssimg/toppage/icon_05b.gif);}
dl.tcbt dt a#tcbt06:hover{background-image:url(_cssimg/toppage/icon_06b.gif);}
dl.tcbt dt a#tcbt07:hover{background-image:url(_cssimg/toppage/icon_07b.gif);}
dl.tcbt dt a#tcbt08:hover{background-image:url(_cssimg/toppage/icon_08b.gif);}
dl.tcbt dd{
	padding					:0 10px;
	margin-bottom			:10px;
	font-size				:90%;}

/* jidaikobo-edition:cat_menu */
#cat_menu{
	text-align				:center;
	display					:block;
	padding					:5px;}
.cat_menu1{
	width					:550px;
	margin					:0 0 -10px 60px;}
html>body .cat_menu1{
	margin					:0 auto -10px;}
.cat_menu2{
	width					:510px;
	margin					:0 0 -10px 75px;}
html>body .cat_menu2{
	width					:500px;
	margin					:0 auto -10px;}
.cat_menu3{
	width					:650px;
	margin					:0 0 -10px 0;}
html>body .cat_menu3{
	margin					:0 auto -10px;}
.cat_menu6{
	width					:450px;
	margin					:0 0 -10px 110px;}
html>body .cat_menu6{
	margin					:0 auto -10px;}

#cat_menu ul.mainitems,#cat_menu ul.mainitems li{
	display				:inline;
	list-style			:none;
	margin				:0;
	padding				:0;}
#cat_menu ul.mainitems{
	margin				:0 auto !important;}

#cat_menu ul.mainitems li a span{
	position				:absolute;
	left					:-9000px;}
#cat_menu ul.mainitems li a span{
	position				:relative;
	text-indent				:-9000px;}/**/
#cat_menu ul.mainitems li a{
	margin					:2px 2px;
	display					:block;
	text-decoration			:none;
	float					:left;
	height					:38px;
	width					:158px;
	background-position		:0 0;
	background-repeat		:no-repeat !important;}
#cat_menu ul.mainitems li#cat1_1 a{	background-image:url(_cssimg/btn_exp.gif);
	margin}
#cat_menu ul.mainitems li#cat1_1 a:hover{	background-image:url(_cssimg/btn_exp_b.gif);}
#cat_menu ul.mainitems li#cat1_2 a{	background-image:url(_cssimg/btn_system.gif);
	width					:168px;}
#cat_menu ul.mainitems li#cat1_2 a:hover{	background-image:url(_cssimg/btn_system_b.gif);}
#cat_menu ul.mainitems li#cat1_3 a{	background-image:url(_cssimg/btn_wmco2.gif);
	width					:198px;}
#cat_menu ul.mainitems li#cat1_3 a:hover{	background-image:url(_cssimg/btn_wmco2_b.gif);}
#cat_menu ul.mainitems li#cat2_1 a{	background-image:url(_cssimg/btn_komuten.gif);
	width					:138px;}
#cat_menu ul.mainitems li#cat2_1 a:hover{	background-image:url(_cssimg/btn_komuten_b.gif);}
#cat_menu ul.mainitems li#cat2_2 a{	background-image:url(_cssimg/btn_sekkei.gif);
	width					:153px;}
#cat_menu ul.mainitems li#cat2_2 a:hover{	background-image:url(_cssimg/btn_sekkei_b.gif);}
#cat_menu ul.mainitems li#cat2_3 a{	background-image:url(_cssimg/btn_network.gif);
	width					:193px;}
#cat_menu ul.mainitems li#cat2_3 a:hover{	background-image:url(_cssimg/btn_network_b.gif);}
#cat_menu ul.mainitems li#cat3_1 a{	background-image:url(_cssimg/btn_kako.gif);
	width					:178px;}
#cat_menu ul.mainitems li#cat3_1 a:hover{	background-image:url(_cssimg/btn_kako_b.gif);}
#cat_menu ul.mainitems li#cat3_2 a{	background-image:url(_cssimg/btn_hanbai.gif);
	width					:168px;}
#cat_menu ul.mainitems li#cat3_2 a:hover{	background-image:url(_cssimg/btn_hanbai_b.gif);}
#cat_menu ul.mainitems li#cat3_3 a{	background-image:url(_cssimg/btn_market.gif);
	width					:98px;}
#cat_menu ul.mainitems li#cat3_3 a:hover{	background-image:url(_cssimg/btn_market_b.gif);}
#cat_menu ul.mainitems li#cat3_4 a{	background-image:url(_cssimg/btn_bassai.gif);
	width					:178px;}
#cat_menu ul.mainitems li#cat3_4 a:hover{	background-image:url(_cssimg/btn_bassai_b.gif);}
#cat_menu ul.mainitems li#cat6_1 a{	background-image:url(_cssimg/btn_info.gif);
	height					:48px;
	width					:128px;}
#cat_menu ul.mainitems li#cat6_1 a:hover{	background-image:url(_cssimg/btn_info_b.gif);}
#cat_menu ul.mainitems li#cat6_2 a{	background-image:url(_cssimg/btn_wmco26.gif);
	height					:48px;
	width					:143px;}
#cat_menu ul.mainitems li#cat6_2 a:hover{	background-image:url(_cssimg/btn_wmco26_b.gif);}
#cat_menu ul.mainitems li#cat6_3 a{	background-image:url(_cssimg/btn_work.gif);
	height					:48px;}
#cat_menu ul.mainitems li#cat6_3 a:hover{	background-image:url(_cssimg/btn_work_b.gif);}


div.filmarea{
	background-image				:url(_cssimg/film.gif);
	background-repeat				:repeat-x;
	text-align						:center;
	padding							:30px 0 10px;
	background-position				:left top;
	border							:1px solid #999;
	border-bottom					:none;
}
div.filmtxt{
	background-image				:url(_cssimg/film.gif);
	background-repeat				:repeat-x;
	background-position				:left bottom;
	padding							:0 0 20px;
	border							:1px solid #999;
	text-align						:center;
	border-top						:none;
}
div#cat1_b h3{text-align				:left;
	background-color				:#900 !important;
	border							:2px solid #900;
	color							:#fff;
	padding							:5px;
	margin							:0;
	}
div#cat1_b h4{text-align				:left;
	border							:2px solid #900;
	color							:#900;
	padding							:5px;
	font-weight						:normal !important;
	margin							:0;
	}
div#cat1_b{text-align				:center;}
div#cat1_b img{
	margin							:20px auto;}

div#nextprev a#prev,div#nextprev a#next,div#nextprev a#top{
	display							:block;
	float							:right;
	margin							:0 50px;
	text-indent						:-9000px;
	width							:110px;
	height							:38px;
}
div#nextprev a#prev{
	background						:url(_cssimg/btn_back.gif) top left no-repeat;
	float							:left;
	}
div#nextprev a#prev:hover{
	background						:url(_cssimg/btn_back_b.gif) top left no-repeat;
	}
div#nextprev a#next{
	background						:url(_cssimg/btn_next.gif) top left no-repeat;
}
div#nextprev a#next:hover{
	background						:url(_cssimg/btn_next_b.gif) top left no-repeat;
	}
div#nextprev a#top{
	background						:url(_cssimg/btn_top.gif) top left no-repeat;
}
div#prevnext a#top:hover{
	background						:url(_cssimg/btn_top_b.gif) top left no-repeat;
}

/* jidaikobo-edition :case */
table.tbl_exp{
	margin							:10px 0;}
table.tbl_exp,table.tbl_exp tr,table.tbl_exp th,table.tbl_exp td{
	border							:1px solid #600;}
table.tbl_exp th{
	background-color:#c93;}
div.casemap{
	text-align						:center;}
div.caselink{
	clear							:both;}
div.caselink h3{
	margin							:10px 0 !important;
	font-size						:100%;}
div#jirei h2{
	color							:#fff;
	background-color				:#900 !important;}
div#map h2{
	clear							:both;
	color							:#fff;
	background-color				:#060 !important;
	}
div.caselink{
	text-align:left !important;}
table.tbl_case{
	width							:600px !important;
}
table.tbl_case th{
	background-color				:#c93;}

div#base_body h3.outer_info{
	margin							:10px 0 0 !important;
	padding							:2px 10px !important;
	background-color				:#303 !important;
	color							:#fff;}
div.outer_info{
	border							:2px solid #303 !important;
	padding							:10px;}

div#gmaparea{
	width			:400px;
	float			:left;}

div#gtxtarea{
	width			:160px;
	float			:right;}
h3#gmaphead,h3.koumu{
	margin			:10px 0 !important;
	width			:auto;
	padding			:5px;
	background-color:#c93 !important;
	color			:#fff;}

.bcolumn{
	width			:40% !important;}
html>body .bcolumn{
	width			:48% !important;}

a.btn_googlemap{
	display		:block;
	text-indent		:-9000px;
	width			:101px;
	height			:18px;
	float			:right;
	margin			:-35px 10px;
	background-repeat:no-repeat;
	background-image:url(_cssimg/btn_google.gif);}
a.btn_googlemap:hover{
	background-image:url(_cssimg/btn_google_b.gif);}

table.outer_koumu{
	width			:600px;}
table.outer_koumu th{
	font-size		:85% !important;}
html>body table.outer_koumu th{
	font-size		:100% !important;}

h2.koumu{
	color					:#fff !important;
	background-color		:#060 !important;}
h3.koumu{
	background		:#fff !important;
	margin-top				:0;
	color					:#333 !important;
	border-bottom			:1px solid #c30 !important;
	border-left			:5px solid #c30 !important;}

div#newshead,div#newshead h1{
	background-color	:#900 !important;
	color				:#fff !important;
	font-size			:100% !important;
	margin				:0 !important;
	padding				:2px 10px !important;}
div#newsbody,div.newsbody{
	margin				:0 !important;
	padding				:10px 20px !important;
	border				:2px solid #900 !important;}

#newsbody h2,#newsbody h3,#newsbody h4,#newsbody table{
	margin					:10px -5px !important;
	padding					:0 !important;
}
div.newsbody{
	margin:10px 0 0 !important;}
div.newsbody h2.titleblock{
	background-color	:#900 !important;
	color				:#fff !important;
	border:none !important;
	font-size			:100% !important;
	margin				:-10px -20px 0 !important;
	padding				:2px 10px !important;
	}
/* jigyou-list */
span.smalltitle{
	font-size			:80%;
	margin				:15px -10px !important;
	padding				:2px 10px !important;
	border-left			:5px solid #f30;}
h1#listtitle{
	margin				:-2px -10px 0 !important;
	padding				:3px 10px !important;
	line-height			:100% !important;
	border-left			:5px solid #f30;
	border-bottom		:1px solid #f30;}
table.shorttb{
	width				:400px !important;
	float					:right;
	font-size				:95%;
	margin-top			:20px;}
table.shorttb th{
	background-color		:#fc3;
	font-weight			:normal;}
div.photoimg{
	clear					:none !important;
	margin				:10px auto 0;
	padding				:3px;
	font-size				:90%;
	text-align				:center;
	width				:175px;
	float					:left;
	}
.listsbody{
	margin				:0;
	padding				:0;
	clear					:both !important;
	background-image		:url(_cssimg/simbol.gif);
	background-repeat		:no-repeat;
	background-position		:center top;}
.listsbody div.photoimg{
	width				:175px;
	float					:right;
	margin				:0;}
.listsbody div.mainitem,.listsbody div.mainitem2{
	border				:1px solid #999 !important;}
.listsbody h2,.listsbody h3{
	margin				:0 !important;
	padding				:3px 10px !important;
	border-bottom		:1px solid #999 !important;}
.listsbody div.mainitem{
	width				:420px !important;
	margin				:20px 0 !important;}
.listsbody h2{
	clear:none !important;
	background-color		:#fc3 !important;}
.listsbody h3{
	clear				:both;
	border-top		:1px solid #999 !important;
	background-color		:#D8EE6D !important;}
.listsbody p,.listsbody ul,.listsbody ol{
	margin				:10px;
	clear					:none !important;}
.listsbody li{
	margin-left			:10px;}

div.group h2{
	font-size:120% !important;
	margin				:10px -20px !important;
	padding				:2px 10px !important;
	background-color		:#c00 !important;
	color				:#fff !important;}
div.group table{
	margin				:0 !important;
	width				:600px !important;}
div.group h3{
	margin				:10px 0 !important;
	padding				:2px 10px !important;
	border-left			:5px solid #060 !important;
	border-bottom			:1px solid #060 !important;}

div.c2-1{
	width				:280px !important;}
div.c2-2{
	width				:300px !important;}
div.caseleft{
	float					:left;
	width				:300px !important;}
div.caseright{
	float					:right;
	width				:300px !important;}

th{
	font-size				:90% !important;}
html>body th{
	font-size				:100% !important;}

table.outlineimg{
	width					:576px !important;}
table.outlineimg,table.outlineimg tr,table.outlineimg td,table.outlineimg td img,table.outlineimg td a,table.outlineimg td a img{
	border-collapse:collapse;
	border:none !important;
	margin:0 !important;
	padding:0 !important;}

.tt_txt dd{
	margin-left:0;
	margin-bottom			:5px;
	padding-bottom			:5px;
	border-bottom			:1px dotted #999;}

.pico_controllers{
	clear					:both;
	text-align				:center;
	padding					:10px 0 0;}
h2.foradmin{
	clear					:both;}
table.mainitems{
	margin					:5px;
	font-size				:90%;
	line-height				:120%;}
table.mainitems td,table.mainitems th{
	text-align				:center !important;}
table.mainitems th{
	background-color		:#D8EE6D;
	white-space				:normal !important;
	font-weight				:normal !important;}

h1#datapage{
	margin:0 5px !important;
	text-align:left;
	padding:3px 10px !important;
	font-size:120% !important;
	color:#fff !important;
	background-color:#c00 !important;}

	
table.baseblock{
	margin:10px 0 !important;}
table.baseblock th,table.baseblock td{
	padding:3px 5px !important;}
table.baseblock thead th{
	background-color:#fc3 !important;}

div.profiles h2{
	background-color:#FFCC33 !important;
	border:1px solid #bbb !important;
	margin:10px 0 0 -1px !important;
	padding:3px 10px !important;
	}
div.profiles h2.basedata{
	background-color:#f30 !important;
	color:#fff !important;}
div.profilebody{
	padding:5px 10px;}
div.reportbody{
	border:1px solid #bbb;
	margin:10px 0 0;
	padding:0 !important;}
div.reportbody h2{
	margin-top:0 !important;
	margin:0pt !important;
	border:none !important;
	border-bottom:1px solid #bbb !important;}
div.reportbody h3{
	background-color:#D8EE6D !important;
	border-top:1px solid #bbb !important;
	border-bottom:1px solid #bbb !important;
	margin:0pt !important;
	clear:both;
	padding:3px 10px !important;}
table.tbl_koumu{
	width:610px !important;}
table.tbl_koumu th,table.group th{
font-size:0.8em !important;}
html>body table.tbl_koumu th,html>body table.group th{
font-size:0.9em !important;}
