
/* General Settings */
body {
	background-color: #A9D777;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	line-height: 150%;
	font-family: Meiryo, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	min-width: 880px;
}

body.xoops_dialogue {min-width: 200px;}

#OuterWrapper table {
	width: 100%;
	margin: 0;
	border: none;
	border-collapse: collapse;
}
td {padding: 0; border: 0;}
h1 {margin: 0; font-size: 1.7em;}
h2 {margin: 0; font-size: 1.5em;}
h3 {margin: 0; font-size: 1.3em;}
h4 {margin: 0; font-size: 1.1em;}
img {border: 0;}

form {margin: 0; padding: 0;}
textarea {margin: 0; background-color:#fff; border: #CCCCCC 1px solid; color: #000; vertical-align: middle;}

a {color: #16388B; text-decoration:none;}
a:visited {color: #2EA0C6;}
a:hover {color: #FF9933; text-decoration:underline;}
#MainColumn ul { margin: 0; padding: 0; list-style: decimal inside; text-align: left;}
#MainColumn li { margin-left: 2px; list-style: square inside; color: #666}

.item {border: 1px solid #e6e6e6;}
.itemHead {
	padding: 3px;
	background-color: #588922;
	color: #FFFFFF;
	background-image: url(/img/th_bg.gif);
	background-repeat: repeat-x;
}
.itemInfo {text-align: right; padding: 3px; background-color: #efefef}
.itemTitle a {font-size: 130%; font-weight: bold; font-variant: small-caps; color: #ffffff; background-color: transparent;}
.itemTitle a:hover {color: #FF9933;}
.itemPoster {font-size: 90%; font-style:italic;}
.itemPostDate {font-size: 90%; font-style:italic;}
.itemStats {font-size: 90%; font-style:italic;}
.itemBody {padding-left: 5px;}
.itemText {margin-top: 5px; margin-bottom: 5px; line-height: 1.5em;}
.itemText:first-letter {font-size: 133%; font-weight: bold;}
.itemFoot {text-align: right; padding: 3px; background-color: #efefef}
.itemAdminLink {font-size: 90%;}
.itemPermaLink {font-size: 90%;}


/* float clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

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




/* Structure Settings */
#OuterWrapper {
	margin: 0 20px;
	clear: both;
}
#MainWrapper {
	float: left;
	width: 100%;
	margin-right: -215px;
}

#Header {
	height: 88px;
	background-image: url(images/header_right_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0;
}
#SiteTitle {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 0 20px;
}
#SiteTitle a {
	color: #ccc;
	text-decoration: none;
}
#SiteTitle a:hover {
	color: #fff;
}
#SiteSubtitle {
	font-size: 16px;
	color: #ccc;
	font-weight: bold;
	margin: 5px 30px 0 0;
}
#UserBar {margin: 0 0 15px;}
.umenubar {
	float: right;
	background-image: url(images/user_bg.jpg);
	background-repeat: repeat-x;
	height: 41px;
	margin-bottom: 10px;
}
#ConTitle {
  margin-right: 215px;
	margin-bottom: 10px;
	border: 1px solid #fff;
}

#PageTitle {
	width: 100%;
}
#titleBan {width: 249px;}
#titleUtil {background: #E6DFD5 url(images/title_right_bg.jpg) no-repeat left;}
.Utiltop {text-align: right; padding-right: 0;}
#MainColumn {
  margin-right: 215px;
	background-color: #E6DFD5;
	padding: 10px;
	border: 1px solid #fff;
}

#ContentsBody {
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	padding: 10px;
}

#Copyright {
	clear: both;
	height: 40px;
	margin-top: 15px;
	background: url(images/footer_bg.jpg) repeat-x;
}

/* Blocks Settings */
#RightColumn {width: 202px; float: right;}
#RightColumn a {color: #663300; text-decoration: none;}
#RightColumn a:visited {color: #AC5600; text-decoration: none;}
#RightColumn a:hover {color: #FF6600; text-decoration:underline;}

#RightColumn div.blockTitle {
	background-image: url(images/rblkTitle_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 202px;
}
#RightColumn div.blockTitle .titleText {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	text-indent: 30px;
	overflow: hidden;
}
.rboxTop {/* Blocks Image Top */
	margin: 0;
}
.rboxBottom {/* Blocks Image Bottom */
	margin: 0 0 6px 0;
}
.blockContentOuter {
	background-image: url(images/rbox_bg.gif);
	background-repeat: repeat-y;
}
.blockContentInner {
	display: block;
	width: 185px;
	margin: 0 9px 0 8px;
	padding: 0;
	color: #000;
	font-size: inherit;
}
.blockContentInner h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
.blockContentInner p {
	margin: 0 9px 0 8px;
}
.blockContentInner form p {
	margin: 0;
}
.blockContentInner ul, .blockContentInner dl {
	margin: 0 9px 0 8px;
	padding: 0;
}
.blockContentInner li, .blockContentInner dt, .blockContentInner dd {
	margin: 0 10px;
	color: #000;
}
#RightColumn .head, #RightColumn .even, #RightColumn .odd {color: #333;}
#RightColumn .head a, #RightColumn .even a, #RightColumn .odd a {color: #036;}


/* For Menu */
/* Web std */
.blockContentInner #mainmenu {margin: 0; padding: 0;}
.blockContentInner #mainmenu li {margin: 0; padding: 0; list-style-type: none;}
.blockContentInner #mainmenu ul {margin: 0; padding: 0;}
.blockContentInner #usermenu {margin: 0; padding: 0;}
.blockContentInner #usermenu li {margin: 0; padding: 0; list-style-type: none;}
.blockContentInner .mainmenu {margin: 0; padding: 0;}
.blockContentInner .mainmenu li {margin: 0; padding: 0; list-style-type: none;}
.blockContentInner .mainmenu ul {margin: 0; padding: 0;}


/* MainMenu and Multimenu */
.blockContentInner #mainmenu a, .blockContentInner .mainmenu a {
	color: #663300;
	display: block;
	overflow: hidden;
	width: 185px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: 16px;
	text-decoration: none;
	vertical-align: middle;
}

.blockContentInner #mainmenu a:visited, .blockContentInner .mainmenu a:visited{
	color: #AC5600;
}


.blockContentInner #mainmenu a:hover, .blockContentInner .mainmenu a:hover {
	color: #FF6600;
	background:url(images/menu_f2.gif) no-repeat 0 0;
}

.blockContentInner #mainmenu a.menuTop, .blockContentInner .mainmenu a.menuTop {
	width: 185px;
	height: 20px;
}

.blockContentInner #mainmenu a.menuMain, .blockContentInner .mainmenu a.menuMain {
	width: 185px;
	height: 20px;
}

.blockContentInner #mainmenu a.menuSub, .blockContentInner .mainmenu a.menuSub {
	width: 185px;
	height: 20px;
	text-indent: 30px;
	line-height: 23px;
	background:url(images/smenu_f2.gif) no-repeat 0 0;
	margin-top: 1px;
}

/* UserMenu */
.blockContentInner #usermenu a {
	color: #663300;
	display: block;
	overflow: hidden;
	width: 185px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: 16px;
	text-decoration: none;
	vertical-align: middle;
}

.blockContentInner #usermenu a:visited{
	color: #AC5600;
}


.blockContentInner #usermenu a:hover {
	color: #FF6600;
	background:url(images/menu_f2.gif) no-repeat 0 0;
}


#ContentsBody table {
	width: 100%;
}
/* BLOCKTITLE */
div.CenterCcolumn h3.blockTitle, div.CenterLeftcolumn h3.blockTitle, div.CenterRightcolumn h3.blockTitle {color: #98533F; display: block; height: 36px; padding: 3px; font-size: 14px; font-weight: bold; text-indent: 10px; line-height: 30px;background:url(images/block_title_left.jpg) no-repeat left top;}
.titleCent {background:url(images/block_title_center.jpg) repeat-x 0 0;}
.titleRight {background:url(images/block_title_right.jpg) no-repeat right top;}

/* BLOCK CONTENTS */
div.Centercolumn th {background-color: #2F5376; color: #FFFFFF; vertical-align: middle;}
div.CenterCcolumn {padding: 0;min-height: 1px;}
div.CenterCcolumn div.blockContent {color: #333; padding: 10px; margin-right: 0px;  margin-left: 0px; margin-bottom: 15px; line-height: 150%; background: #fff; border: 1px solid #ccc;}

div.CenterLeftcolumn {margin-bottom: 15px; float: left; width: 48%; padding: 0px 3px 0px 0px; min-height: 1px;}
div.CenterLeftcolumn div.blockContent {color: #333; padding: 3px; margin-left: 3px; margin-right: 2px; margin-bottom: 2px; line-height: 150%; background: #fff; border: 1px solid #ccc;}

div.CenterRightcolumn {margin-bottom: 15px; float: right; width: 48%; padding: 0px 3px 0px 0px; min-height: 1px;}

div.CenterRightcolumn div.blockContent {color: #333; padding: 3px; margin-left: 3px; margin-right: 3px; margin-bottom: 2px; line-height: 150%; background: #fff; border: 1px solid #ccc;}



.outer {border: 1px solid #444;}
.outer th {background-color: #ABABAB; color: #FFFFFF; vertical-align: middle;}
.outer th a {color: #fff;text-decoration: underline;}
.outer th a:hover {color: #990033;}
.outer td {border-bottom: 1px dotted #ccc;}
.head {background-color: #ccc; padding: 5px; font-weight: bold; vertical-align:top;}
.even {background-color: #f7f7f7; padding: 5px; vertical-align:top;}
.odd {background-color: #f2f2f2; padding: 5px; vertical-align:top;}
.foot {background-color: #e6e6e6; padding: 5px; font-weight: bold;}
tr.even td {background-color: #f7f7f7; padding: 5px; vertical-align:top;}
tr.odd td {background-color: #fff; padding: 5px; vertical-align:top;}

div.errorMsg { background-color: #FFCCCC; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.confirmMsg { background-color: #DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.resultMsg { background-color : #CCCCCC; color: #333333; text-align: center; border-top: 1px solid silver; border-left: 1px solid silver; font-weight: bold; border-right: 1px solid #666666; border-bottom: 1px solid #666666; padding: 10px;}

/*div.xoopsCode { background: #FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px; overflow: auto;}*/
/* code is scroll. for forum */
div.xoopsQuote { background: #FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}


.comTitle {color: #000; font-weight: bold; margin-bottom: 2px;}
.comText {padding: 2px; word-break:break-all; overflow: hidden;}/* overflow is hidden for forum */
.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;}

.d3f_form_table td input {max-width: 480px;}/* for d3forum make new forum page */
#MainColumn .d3f_iconexp li {list-style: none;}/* thx hi-debow */
.skip {position: absolute; left: -9000px; margin: 0; padding: 0;}/* for ex templates. thx hi-debow */



/* For XUGJ */
#user h1, #legacy h1 {height: 30px; font-size: 18px; background: url(images/h1_ccl.gif) no-repeat 0 0; line-height: 27px; text-indent: 32px;}
#user h2, #pm h2 {height: 45px; width: 600px; font-size: 16px; background: url(images/tab_md.jpg) no-repeat; line-height: 34px; text-indent: 20px;}
#user td.head {background: #fff; border-right: 1px dotted #ccc;}
#user td.even, #user td.odd {background: #fff;}

table.outer {border-collapse:collapse;}
thead th {border: 1px solid #fff;}

/* For tinyd */
#about {
	margin: 0;
}
#about .doc {
	margin: 5px 15px 30px 15px;
}
div.docMd {
	padding: 5px 0 2px 0;
	color: #98533F;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(/img/blockTitleBG.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: auto;
	font-size: 13px;
	text-indent: 15px;
}
/* For Corepages */
.conTtl {
	margin: -8px -7px 0 -8px;
}

/* For search */
#search {
	margin: 10px 15px 30px 15px;
}
.conMd {
	padding: 5px 0 2px 0;
	color: #98533F;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -15px;
	background-image: url(/img/blockTitleBG.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: auto;
	font-size: 13px;
	text-indent: 15px;
	background-position: 0px;
	left: auto;
	right: auto;
}
/* For manual1 */
#manual1 {
	margin: 0;
}

#manual1 .doc {
	margin: 5px 15px 30px 15px;
}
#manual1 ul {
}
#manual1 li {
	margin:10px 15px 15px 15px;
	list-style-position: outside;
	list-style-type: disc;
}
#manual1 li li {
	list-style-position: outside;
	list-style-type: square;
}
#manual1 ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0px;
	padding: 0px;
}
#manual1 h1 {
	background-image:url(/img/h1TitleBG.jpg);
	font-size: 17px;
	line-height: 23px;
	font-weight: bold;
	color: #666633;
	background-repeat: no-repeat;
	height: 60px;
	width: 536px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 15px;
	margin-bottom: -5px;
}
#manual1 h2 {
	margin: 0;
	font-size: 14px;
	color: #639ACE; 
	font-weight: bold; 
	padding-left: 15px;
}
#manual1 h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #FF9900;
	padding-left: 5px;
	}
/* For manual2 */
#manual2 {
	margin: 0;
}

#manual2 .doc {
	margin: 5px 15px 30px 15px;
}
#manual2 ul {
}
#manual2 li {
	margin:10px 15px 15px 15px;
	list-style-position: outside;
	list-style-type: disc;
}
#manual2 li li {
	list-style-position: outside;
	list-style-type: square;
}
#manual2 ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0px;
	padding: 0px;
}
#manual2 h1 {
	background-image:url(/img/h1TitleBG.jpg);
	font-size: 17px;
	line-height: 23px;
	font-weight: bold;
	color: #666633;
	background-repeat: no-repeat;
	height: 60px;
	width: 536px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 15px;
	margin-bottom: -5px;
}
#manual2 h2 {
	margin: 0;
	font-size: 14px;
	color: #639ACE; 
	font-weight: bold; 
	padding-left: 15px;
}
#manual2 h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #FF9900;
	padding-left: 5px;
	}
/* For Policy */
#policy .doc {
	margin: 5px 15px 30px 15px;
}

/* For bulletin */
#bulletin {
	margin: 10px 15px 30px 15px;
}
blockquote {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#bulletin div blockquote .xoopsCode { font-size:12px;
	background-color: #FFFFCC;
  border: 1px inset #000080;
	font-family: "Courier New",Courier,monospace;
	width: 420px;
	overflow: auto;
	scrollbar-arrow-color:#669900;
	scrollbar-base-color:#FFFFCC;
	scrollbar-darkshadow-color:#FFFFCC;
	scrollbar-highlight-color:#669900;
	scrollbar-shadow-color:#669900;
	scrollbar-track-color:#FFFFCC;
}
/* For Dictionary */
#dictionary {
	margin: 0;
}
div#pankuzu {
	padding-left: 15px;
}
.diclbox {
	padding: 5px 25px 0 28px;
}
.dicsbox {
	padding: 5px 13px 0 15px;
}
.dicfoot {
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

/* For comments */
#comments {
	margin: 10px 15px 30px 15px;
}
/* For xoopspoll */
#xoopspoll {
	margin: 10px 15px 30px 15px;
}

/* xugj_scrollbar - for recent wiki topic */
.xugj_scrollbar{
	width: 170px;
	overflow: auto;
}


/* xoops_q_and_q */
#QandA {padding: 0 7px;}
.xoops_q_and_q{
	border			:none;}

#QandA .d3f_table,
.xoops_q_and_q td,
.xoops_q_and_q th{
	margin			:2px;}

#QandA .d3f_table thead th,
.xoops_q_and_q thead th{
	white-space		:nowrap;
	background-image	:none;
	background-color	:#f7f7f7 !important;
	color			:#333 !important;
	border-bottom		:1px #ccc solid;
	border-right		:1px #ccc solid;
}
#QandA .d3f_table thead th{
	background-color	:#eaf8d6 !important;}

.xoops_q_and_q td{
	background-color	:#fff !important;
	border-bottom		:1px #aaa dotted;
}

#xoops_q_and_a_categories{
	clear			:right;
	width			:520px;
	margin			:10px auto 20px;}

.xoops_q_and_a_help{
	margin			:-33px 0 10px;
	float			:right;}


#QandA .d3f_wrap .d3f_head{
	color: #999999;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(/img/qa_hd.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;}
	
/* d3フォーラムでcodeが膨らむ用 20070212fabi edit */
#d3forum div.xoopsCode pre,#QandA div.xoopsCode pre { font-size:12px;
	background-color: #FFFFCC;
	 border: 1px inset #000080;
	font-family: "Courier New",Courier,monospace;
	width: 99%;
	padding-bottom: 20px;
	overflow: auto;
	scrollbar-arrow-color:#669900;
	scrollbar-base-color:#FFFFCC;
	scrollbar-darkshadow-color:#FFFFCC;
	scrollbar-highlight-color:#669900;
	scrollbar-shadow-color:#669900;
	scrollbar-track-color:#FFFFCC;
	white-space:pre !important;

}
.d3f_body {
	background-color: #F4FDE1;
}
div.d3f_info_ctrl {
	background-color: #f3f3f3;
}
/* ここまでD3ごにょごにょ 20070212fabi edit */
#d3forum {padding: 0 7px;}

/* 20080506fabi edit Bulettin Comment用*/
#bulletin .d3f_postform textarea {width: 400px;}
#bulletin .d3f_postform {width: 570px; background:url("/modules/d3forum/images/qreply_bg.gif") repeat-y; margin: 35px 0 15px -10px;}
#bulletin .d3f_postform td {padding: 0;}
#bulletin .d3f_postform td.head {width: 100px; background: none; text-align: right; padding-right: 10px; padding-top: 5px;}
#bulletin .d3f_postform td.even{width: 470px; background: none; padding-top: 5px;}
#bulletin .d3f_head {border-bottom: 1px solid #fff;}
#bulletin .d3f_wrap {width:auto;border: 1px solid #ccc;}
#bulletin div.d3f_body blockquote{margin:0 0 5px;padding:5px;}
#bulletin div.d3f_body div.xoopsQuote{border:1px #aaaaaa solid;margin:10px;padding:0;}
#bulletin .d3f_info {background: #eee;}
#bulletin .d3f_info_ctrl {margin-right: 5px;}
#bulletin .postedit{display: inline; padding-left:16px; background:url("/modules/d3forum/images/icon_postedit.gif") no-repeat -2px center;font-family: Arial, Helvetica, sans-serif; font-size: 0.85em;}
#bulletin .postdelete{display: inline; padding-left:16px; background:url("/modules/d3forum/images/icon_postdelete.gif") no-repeat -2px center;font-family: Arial, Helvetica, sans-serif; font-size: 0.85em;}
#bulletin .postreply{display: inline; padding-left:16px; background:url("/modules/d3forum/images/icon_postreply.gif") no-repeat -2px center;font-family: Arial, Helvetica, sans-serif; font-size: 0.85em;}

/* 20080506fabi edit Poll Comment用*/
#xoopspoll .d3f_postform textarea {width: 400px;}
#xoopspoll .d3f_postform {width: 570px; background:url("/modules/d3forum/images/qreply_bg.gif") repeat-y; margin: 35px 0 15px -10px;}
#xoopspoll .d3f_postform td {padding: 0;}
#xoopspoll .d3f_postform td.head {width: 100px; background: none; text-align: right; padding-right: 10px; padding-top: 5px;}
#xoopspoll .d3f_postform td.even{width: 470px; background: none; padding-top: 5px;}
#xoopspoll .d3f_head {border-bottom: 1px solid #fff;}
#xoopspoll .d3f_wrap {width:auto;border: 1px solid #ccc;}
#xoopspoll div.d3f_body blockquote{margin:0 0 5px;padding:5px;}
#xoopspoll div.d3f_body div.xoopsQuote{border:1px #aaaaaa solid;margin:10px;padding:0;}
#xoopspoll .d3f_info {background: #eee;}
#xoopspoll .d3f_info_ctrl {margin-right: 5px;}
#xoopspoll .postedit{display: inline; padding-left:16px; background:url("/modules/d3forum/images/icon_postedit.gif") no-repeat -2px center;font-family: Arial, Helvetica, sans-serif; font-size: 0.85em;}
#xoopspoll .postdelete{display: inline; padding-left:16px; background:url("/modules/d3forum/images/icon_postdelete.gif") no-repeat -2px center;font-family: Arial, Helvetica, sans-serif; font-size: 0.85em;}
#xoopspoll .postreply{display: inline; padding-left:16px; background:url("/modules/d3forum/images/icon_postreply.gif") no-repeat -2px center;font-family: Arial, Helvetica, sans-serif; font-size: 0.85em;}

/* 20080506fabi edit Pukiwiki Comment用*/
#xpwiki .d3f_postform textarea {width: 400px;}
#xpwiki .d3f_postform {width: 570px; background:url("/modules/d3forum/images/qreply_bg.gif") repeat-y; margin: 35px 0 15px 10px;}
#xpwiki .d3f_postform td {padding: 0;}
#xpwiki .d3f_postform td.head {width: 100px; background: none; text-align: right; padding-right: 10px; padding-top: 5px;}
#xpwiki .d3f_postform td.even{width: 470px; background: none; padding-top: 5px;}
#xpwiki .d3f_head {border-bottom: 1px solid #fff;}
#xpwiki .d3f_wrap {width:auto;border: 1px solid #ccc; margin: 0 auto;}
#xpwiki div.d3f_body blockquote{margin:0 0 5px;padding:5px;}
#xpwiki div.d3f_body div.xoopsQuote{border:1px #aaaaaa solid;margin:10px;padding:0;}
#xpwiki .d3f_info {background: #eee;}
#xpwiki .d3f_info_ctrl {margin-right: 5px;}
#xpwiki .postedit{display: inline; padding-left:16px; background:url("/modules/d3forum/images/icon_postedit.gif") no-repeat -2px center;font-family: Arial, Helvetica, sans-serif; font-size: 0.85em;}
#xpwiki .postdelete{display: inline; padding-left:16px; background:url("/modules/d3forum/images/icon_postdelete.gif") no-repeat -2px center;font-family: Arial, Helvetica, sans-serif; font-size: 0.85em;}
#xpwiki .postreply{display: inline; padding-left:16px; background:url("/modules/d3forum/images/icon_postreply.gif") no-repeat -2px center;font-family: Arial, Helvetica, sans-serif; font-size: 0.85em;}

/* 20080506fabi edit ModulesManual Comment用*/
#manual2 .d3f_postform textarea {width: 400px;}
#manual2 .d3f_postform {width: 570px; background:url("/modules/d3forum/images/qreply_bg.gif") repeat-y; margin: 35px 0 15px 10px;}
#manual2 .d3f_postform td {padding: 0;}
#manual2 .d3f_postform td.head {width: 100px; background: none; text-align: right; padding-right: 10px; padding-top: 5px;}
#manual2 .d3f_postform td.even{width: 470px; background: none; padding-top: 5px;}
#manual2 .d3f_head {border-bottom: 1px solid #fff;}
#manual2 .d3f_wrap {width:auto; border: 1px solid #ccc; margin: 0 auto;}
#manual2 div.d3f_body blockquote{margin:0 0 5px;padding:5px;}
#manual2 div.d3f_body div.xoopsQuote{border:1px #aaaaaa solid;margin:10px;padding:0;}
#manual2 .d3f_info {background: #eee;}
#manual2 .d3f_info_ctrl {margin-right: 5px;}
#manual2 .postedit{display: inline; padding-left:16px; background:url("/modules/d3forum/images/icon_postedit.gif") no-repeat -2px center;font-family: Arial, Helvetica, sans-serif; font-size: 0.85em;}
#manual2 .postdelete{display: inline; padding-left:16px; background:url("/modules/d3forum/images/icon_postdelete.gif") no-repeat -2px center;font-family: Arial, Helvetica, sans-serif; font-size: 0.85em;}
#manual2 .postreply{display: inline; padding-left:16px; background:url("/modules/d3forum/images/icon_postreply.gif") no-repeat -2px center;font-family: Arial, Helvetica, sans-serif; font-size: 0.85em;}


/* XCDC */
#xcdc {padding: 0 7px;}
#xcdc h2 {font-size: 18px;}
#xcdc .card {width: 570px; margin-bottom: 25px;}
#xcdc div.cardInner {padding: 0 20px; margin: 0; background: url("/modules/xcdc/images/card_mid.gif") repeat-y;}
#xcdc h3.title {margin-top: 0; background: url("/modules/xcdc/images/card_icon.gif") no-repeat; text-indent: 25px; font-size: 16px; line-height: 22px; height: 25px; border-bottom: 1px solid #a29b92;}
#xcdc .excerption { border-bottom: 1px solid #a29b92; margin-bottom: 5px; padding-bottom: 15px;}
#xcdc .toDetail { background: url("/modules/xcdc/images/detail_arrow.gif") no-repeat; text-indent: 12px; height: 15px;}
#xcdc h3.titleDT {margin-top: 0; background: url("/modules/xcdc/images/icon_folder.gif") no-repeat; text-indent: 25px; font-size: 16px; line-height: 28px; height: 25px; padding-bottom: 3px; border-bottom: 5px solid #ccc; border-right: 5px solid #999;}

#xcdc h4 { background: url("/modules/xcdc/images/icon_bullet.gif") no-repeat; text-indent: 20px; font-size: 14px; color: #000; margin-bottom: 10px;}
#xcdc th {white-space: nowrap;}
#xcdc .excerptionDT,
#xcdc .detail,
#xcdc .place,
#xcdc .pnum
{padding-left: 20px;}

#xcdc h2.memList {background: url("/modules/xcdc/images/icon_file.gif") no-repeat; text-indent: 25px; font-size: 16px; line-height: 28px; height: 27px; padding-bottom: 3px; border-bottom: 5px solid #ccc; border-right: 5px solid #999;}
#xcdc h2.memRegist {background: url("/modules/xcdc/images/icon_regist.gif") no-repeat; text-indent: 25px; font-size: 16px; line-height: 28px; height: 27px; padding-bottom: 3px; border-bottom: 5px solid #ccc; border-right: 5px solid #999;}
#xcdc .participant td {border-bottom: 1px dotted #ccc;}

/* Documents */
#documents {font-family: Meiryo, "ＭＳ Ｐゴシック", Osaka, HiraKakuPro-W3;width: 570px; margin: 7px;}
#documents div.docMd {width: 570px;margin-left: -10px;}
#documents h1 {font-size: 18px;}
#documents h2 {font-size: 16px;}

/* For xpwiki */
#xpwiki_header h1 {font-size: 20px;}

#MainColumn #xpwiki ul { 
	margin-left: 1em;
	padding-left: 1em;
/*	margin-top:.5em;
	margin-bottom:.5em;*/
	line-height:130%;
	list-style-type:inherit;
	list-style-position:outside;
	list-style-image:none;
	marker-offset:auto;
	color: inherit;}
#MainColumn #xpwiki li { 
	list-style-position: outside;
	list-style-image:none;
	marker-offset:auto;
	color: #333;
	}
	
/* For Toppage Block */
#MainColumn .menuber h5 {background: #ccc;}

/* For d3comments Quick Reply */
#MainColumn .d3f_postform {width: 570px; margin: 35px 0 15px 0;}

