/*============================================================================*/
/* 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: 84%;
	background-color: #fff;
	color: #111;
	text-align: center;
	font-family: Meiryo, Helvetica, sans-serif;
	line-height: 140%;
	background-repeat:repeat-x;
	background-position:left top;
	background-image:url(images/bodybg.gif);
}
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: 750px;
	color: #111;
	background-color: ;
}

div#CenterWrapper {
	padding: 10px 0;
}

/* Header */
div#Header {
	width: 100%;
	font-family: Verdana, sans-serif;
	color: #111;
	background-color: ;
}
div#Header div#Logo {
	float: left;
	padding: 25px 0 10px;
}
}
div#Header a:link,
div#Header a:visited {
	color: #111;
	text-decoration: none;
}
/* mainmenu*/

/* Mainmenu */
div#Mainmenu{
	clear:both;
	padding-bottom:5px;
	background-color:#fff !important;
	display				:block;
	width:750px;
	margin				:0 !important;}
#Mainmenu ul.mainitems,#Mainmenu ul.mainitems li{
	display				:inline;
	list-style				:none;
	margin				:0 !important;
	padding				:0 !important;}
#menu h2.hd,#Mainmenu ul.mainitems li a span{
	position				:absolute;
	left					:-9000px;}
#Mainmenu ul.mainitems li a span{
	position				:relative;
	text-indent			:-9000px;}/**/
#Mainmenu ul.mainitems li a{
	display				:block;
	text-decoration		:none;
	margin				:0;
	padding				:0;
	float					:left;
	height				:33px;
	border:none !important;
	background-repeat		:no-repeat !important;
	background-image		:url(images/mainmenu.gif);}
#Mainmenu ul.mainitems li#m01 a{	background-position	:0 0;
	width:187px;}
#Mainmenu ul.mainitems li#m02 a{	background-position	:-187px 0;
	width:187px;}
#Mainmenu ul.mainitems li#m03 a{	background-position	:-374px 0;
	width:187px;}
#Mainmenu ul.mainitems li#m04 a{	background-position	:-561px 0;
	width:189px;}
#Mainmenu ul.mainitems li a:hover,#Mainmenu ul.mainitems li a.on{
	background-image		:url(images/mainmenu_ro.gif);
	background-color:#fff !important;}
/* Breadcrumb */
div#breadcrumb,
div#theme_breadcrumbs {
	width: 100%;
	font-size:85%;
	margin: 0;
}

.topsearch{
	position:relative;
	background-image:url(images/topsearchbg.gif);
	background-repeat:no-repeat;
	height:120px;}

.topsearch h2,.topsearch ul span{
	text-indent:-9000px;
	top:-9000px;
	left:-9000px;
	position:absolute;}
.topsearch ul{
	list-style-type:none !important;}
.topsearch ul li a{
	width:355px;
	height:70px;
	display:block;
	position:absolute;
	top:30px;
	background-image:url(images/topsbt.gif);}
.topsearch ul li a:hover{
	background-image:url(images/topsbt_ro.gif);}
.topsearch ul li#bt1 a{background-position:0 0;
	left:15px;
	top:35px;}
.topsearch ul li#bt2 a{background-position:-365px 0;
	left:380px;
	top:35px;}


/* 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;
	width:200px;
	padding-left:20px;
	padding-top:15px;
}

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;
	padding:15px 0 0;
	background-image:url(images/footerbg.gif);
	background-position:left top;
	background-repeat:repeat-x;	
	color: #111;
}
div#Footer p {
	margin: 0 10px;
	padding: 10px 0;
	text-align: left;
}

div.footmenu{
	color:#fff;
	padding:5px 10px 2px;
	background-image:url(images/footmenu.gif);
	background-color:#22293c;}
div.footmenu a{
	color:#fff;}

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 8px 3px 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.xoops-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 {
	font-family: Verdana, sans-serif;
}
h1{
	background-image:url(images/h1bg.gif);
	font-size:130%;
	height:;
	border-bottom:2px solid #efb046;
	padding:15px 20px 10px;
	background-repeat:no-repeat;
	background-position:left top;}
#Logo h1{
	border:none !important;
	background-image:none !important;}
h1.sas{
	padding:0;
	border:none !important;}

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: 105%;
	margin: 15px 0 10px;
	line-height:160% !important;
	padding: 2px 30px;
	color:#fff;
	background-color:#080a14;
	background-position:left top;
	background-image:url(images/h2bg.gif);
	background-repeat:no-repeat;
}
div#CenterColumn h3 {
	font-size: 105%;
	margin: 15px 0 5px;
	padding: 2px 6px;
	border-bottom: 1px  #999 solid;
	color: #111;
	background-color: #fff;
}
h4,
h5 {
	font-size: 100%;
}

#searcharea{
	padding:20px;
	margin:0;
	background-image:url(images/searcharea.gif);
	background-color:#fdf7ec;}
#searcharea h2{
	border:none !important;
	background:none !important;
	padding:0 !important;
	margin:0 0 10px !important;}

#sa_a,#sa_b{
	margin-top:20px;
	float:left;}
#sa_a{
	margin-right:10px;}
#searcharea span{
	margin-left:20px;
	color:#666;
	font-size:85%;}

#searcharea ul{
	list-style-type:none;}

#searcharea ul li input{margin-right:5px;}
#sa_submit{
	padding:13px 0;
	margin:2px 0 5px;
	text-align:center;
	height:50px;
	background-image:url(images/sasm.gif);
	background-position:left bottom;}

div.exbox,/*div.companybox,*/div.reportbox,div.companyboxex,div.topbox{
	position:relative;
	margin:0 0 10px;
	padding:10px 10px 10px 220px;
	width:750px;
	border:5px solid #eee;}
div.companyboxex{
		padding:10px 10px 10px 280px;}
div.exbox{
	width:525px;
		padding:10px 10px 10px 245px;}
html>body div.exbox{
	width:265px;}
html>body div.companyboxex{
	width:460px;}
html>body div.companybox{
	width:530px;}
html>body div.reportbox{
	width:720px;}
div.topbox{
	width:530px;}

html>body div.topbox{
	width:500px;}

div.reportbox,div.topbox{
		padding:10px;}

div.companybox div.cbox_img,div.exbox div.cbox_img,div.companyboxex div.cbox_img{
	position:absolute;
	height:95%;
	width:190px;
	border-right:1px solid #ddd;
	vertical-align:middle;
	top:10px;
	left:10px;}
div.companyboxex div.cbox_img{
	width:260px;
	border-right:none;}
div.exbox div.cbox_img{
	width:220px;
	border-right:none;}
div.companyboxex div.cbox_img{
	width:260px;
	border-right:none;}

div.rbox_img{
	float:right;}

div.companybox h3,div.companyboxex h3{
	font-size:100%;
	border:none !important;
	margin:0 0 10px !important;
	padding:0 !important;}
table.sb_box,table.sb_box th,table.sb_box td{
	margin:0;
	padding:0;
	vertical-align:top;
	border:none;}
table.sb_box{
	margin:0;
	padding:0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;}
table.sb_box th{
	padding:4px 10px 2px 5px;
	white-space:nowrap;
	width:8em;
	border-right:1px solid #ccc;}
table.ex_box th{
	width:5.5em;}
table.sb_box td{
	padding:2px 5px 2px 10px;}
table.sb_box tr.even{
	background-color:#f6f6f6;
	}
table.sb_box tr.even td{
	padding:2px 5px 2px 10px;}


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

.prof_r{
	float:right;
	width:520px;}

.ex_l{
	float:left;
	width:530px;}

.ex_r{
	float:right;
	width:200px;}

.ex_r h2,.ex_r h3,div#RightColumn h2{
	padding:4px 10px 2px !important;
	margin-bottom:0 !important;
	background-image:url(images/exrh2.gif) !important;}
.ex_r h3{
	margin:0 !important;
	padding:2px 10px !important;
	border:none !important;
	background-color:#ddd !important;
	background-image:none !important;}
.exsearch{
	background-color:#eee;}
.exsearch ul{
	list-style-type:none !important;
	margin:10px;
	padding:0;}
.exsearch ul li{
	padding:0 !important;
	}
.exsearch ul input{
	margin-right:5px;}
.exrsubmit{
	text-align:center;
	padding:5px;
	margin:10px 0;
	border-top:1px dotted #999;}

div#LeftColumn .BlockContent, div#RightColumn .BlockContent{
	padding:0;}
div#RightColumn h2{
	color:#fff !important;
	font-size:105%;
	border:none !important;
	line-height:160% !important;
	margin:15px -15px 0;}

div#RightColumn .BlockContent .ex_r{
	width:170px;
	margin-bottom:10px;
	background-color:#f6f6f6;
	padding:0 15px 10px;}
div#RightColumn .BlockContent .ex_r form{
	margin:10px 0 !important;}


/*============================================================================*/
/* Xacro append 20081218 */

/* common css */
a:focus {
	outline:none;
} 

#resist_production {
	width:750px;
	height:44px;
	background-image:url(images/resist_bg.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:relative;
		top:-3px;
}

#resist_production p {
	margin:0 16px 0 0;
	position:relative;
		top:-16px;
}

#resist_production p a {
	float:right;
	width:315px;
	height:26px;
	background-image:url(images/bt_resist_a.gif);
	background-repeat:no-repeat;
}

#resist_production p a:hover {
	background-image:url(images/bt_resist_b.gif);
	background-repeat:no-repeat;
}

.topsearch {
	clear:both;
}

.pico_controllers {
	margin:2px 0 0 0;
	float:right;
}

div#breadcrumb, div#theme_breadcrumbs {
	margin:0 0 10px 5px;
}

div#CenterWrapper {
	padding:0;
}

div.footmenu {
	padding:2px 10px 5px 8px;
}

div.RightBlock {
	padding-top:0;
}

.RightBlock img {
	position:relative;
		top:-5px;
}

.editprofile {
	float:right;
	margin:5px;
}

span.text_PR {
	margin:0;
	font-weight:bold;	
	color:#065E8D;
}

.r_sidesub_m dt {
	margin:5px 0 0;
	padding:3px 3px 5px 10px;
	background-color:#eee;
}

.r_sidesub_m ul {
	margin:5px 0 0 0;
}

#resist_sc a {
	display:block;
	margin:12px auto 10px;
	width:230px;
	height:50px;
	background-image:url(images/bt_regist_sc_a.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#resist_sc a:hover {
	background-image:url(images/bt_regist_sc_b.gif);
	background-repeat:no-repeat;
}

.search_intro img {
	margin:10px;
}

#newentry_c {
	padding:5px 5px 5px 0;
}


#newentry_c dt {
	margin:2px 0 0 6px;
}

#newentry_c dd {
	border-bottom:1px dotted #CBCBCB;
	padding:0 0 2px 4px;
	font-size:85%;
	color:#333;
}

.total_data {
	display:block;
	text-align:right;
	font-size:85%;
	color:#666;
	margin:3px 0 0 0;
}

/* -- page navi -- */
.pagenavi {
	margin: 15px;
	text-align: center;
}
.pagenavi {
	padding:0;
	font-size:12px;
	font-weight:bold;
}

.pagenavi strong {
	padding:2px 5px;
	color:#FFFFFF;
	background-color:#336699;
}

.pagenavi a {
	padding:2px 5px;
}

.pagenavi u {
	text-decoration:none;
}

.pagenavi a:hover {
	color:#FFFFFF;
	background:#FF9900;
}


/* -- CSS hack -- */

*html .RightBlock img {
	position:relative;
		top:0;
}

*html body.ShowBlockL0R1 #CenterColumn {
	margin-right:225px;
}

*html #newentry_c dd {
	border-bottom:1px solid #F2F2F2;
	font-size:70%;
}

*html #newsblock li {
	border-bottom:1px solid #F2F2F2;
}

*html .total_data {
	font-size:70%;
}

*html #resist_production p {
	line-height:0.3em;
}

*html div#RightColumn {
	padding-left:10px;
	padding-top:15px;
}

*html .pico_body {
	margin:0;
	padding:0;
}

html[xmlns*=""] body:last-child #resist_production p {
	position:relative;
		top:3px;
}

html[xmlns*=""] body:last-child #Container {
	font-size:100%;
	line-height:180%;
	letter-spacing:0.05em;
}




/* =====================================================================*/
/* Xacro append 20081222 */


html > body div.companyboxex {
	overflow:auto;
	width:auto;
}

div.companyboxex {
	padding:0
}

div.exbox, /*div.companybox,*/ div.reportbox, div.companyboxex, div.topbox {
	margin:0;
	padding:10px;
	position:static;
	width:auto;
}

div.companybox div.cbox_img, div.exbox div.cbox_img, div.companyboxex div.cbox_img {
	float:left;
	position:static;
	border-style:none;
	margin:0 5px 5px 0;
}

.companybox table.sb_box {
	float:right;
	width:515px;
}

.exbox table.sb_box {
	float:right;
	width:260px;
}

div.companyboxex div.cbox_img {
	float:left;
	width:235px;
}

html > body div.companybox {
	overflow:auto;
	width:auto;
}

html > body div.exbox {
	overflow:auto;
	width:auto;
}

.companyboxex table.sb_box {
	width:470px;
}

div.footmenu a:visited{
	color:#fff;
}

.prof_l {
	width:250px;
}

.prof_r {
	width:490px;
}

#sa_a ul , #sa_b ul {
	width:300px;
}

#sa_a li , #sa_b li {
	float:left;
	margin:0 12px 0 0;
	white-space:nowrap;
}

.ex_l p {
	clear:both;
}

#re_table div.exbox table.sb_box  {
	width:480px;	
}

/*IE6 height CSS hack */
*html div.exbox {
	height:auto;
}

*html div.companybox {
	height:200px;
}

*html div.companyboxex {
	height:200px;
}

/* Xacro kei 20090113 */
div.companybox{
	padding: 10px;
	margin:0 0 10px 0;
	position:relative;
	width:750px;
}
div.companybox table.sb_box{
	background-color:#FFFFFF;
	text-align:left;
}

div.comrank0{
	border:5px solid #EEEEEE;
}

div.comrank0 div.cbox_img,div.comrank1 div.cbox_img{
	float:left;
	text-align:center;
	padding: 5px 0px;
	margin:0px;
}


div.comrank1{
	border:5px solid #FEEC67;
}

div.comrank2{
	border:5px solid #FEEC67;
	background-color:#FFF6C0;
}

div.comrank2 div.cbox_img{
	float:left;
	text-align:center;
	padding: 5px 0px;
	margin:0px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}

div.comrank3{
	border:5px solid #ffc11e;
	background-color:#ffd366;



}

div.comrank3 div.cbox_img{
	float:left;
	text-align:center;
	padding: 5px 0px;
	margin:0px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}


/* 20090113 append hayama */

#newsblock {
	margin-bottom:10px;
	padding:5px 5px 5px 0;
}

#newsblock ul {
	margin:2px 0 0 4px;
	padding:0;
	list-style-type:none;
}

#newsblock li {
	font-size:12px;
	border-bottom:1px dotted #CBCBCB;
	padding:0 0 2px 2px;
	font-size:88%;
	color:#333;
	padding:3px 0 2px 2px;
}

.pankuzu_posi {
	margin:10px;
}

.toolkit {
	margin:5px;
	text-align:right;
}

div#CenterColumn .coops_news h2 {
	margin-bottom:0;
}

 .coops_news p {
	margin-bottom:15px;
	padding:10px;
	line-height:1.6em;
}

.itemTitle_b a {
	display:block;
	padding:8px 0 0 12px;
	background-color:#FDF7EC;
	font-weight:bold;
	color:#434A5A;
	text-decoration:none;	
}

.Info_list {
	padding:5px 10px 10px 10px;
	background-color:#FDF7EC;
}

.Info_list ul {
	margin-left:10px;
}


.itemInfo {
	background-color:#F8F8F8;
	border-bottom:1px solid #CBCBCB;
}

.confirmMsg {
	background-color:#F8F8F8;
	border-style:none;
}

/* 20090209 append hayama */

ul#linkbanner {
	list-style-type:none;
	margin:20px 0;
	padding:0;
}

#linkbanner li {
	margin-bottom:5px;
}
