@charset "euc-jp";

/* General Settings */
body {
	padding: 0;
	background: url(images/img01.jpg) repeat-x left top;
	color: #111;
	margin: 0px;
	padding: 0px;
	font-size: 93%;
	line-height: 150%;
/*      font-family は /header.php にて javascript で IE とそれ以外にわけて指定することにした. IE では sans-serif 系、他は serif 系にした. 2013.04.18 furihata.*/
/*	font-family: Arial, Helvetica, sans-serif;  */
/*	font-family: "Times New Roman", Times, "Luchida Bright", century, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
/*	font-family: "Times New Roman", Times, serif;  */
/*	font-family: Arial, Helvetica, sans-serif;  */
/*	font-family: "Trebuchet MS", Arial, Meiryo, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif; */
/*	font-family: "Times New Roman", "Luchida Bright", century, "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", serif; */
}

table {
	width: 100%;
	margin: 0;
	border: none;
	border-collapse: collapse;
}
td,th {padding: 0; border: 0;margin:1px;}
h1, h2, h3, h4 {
/*      font-family は /header.php にて javascript で IE とそれ以外にわけて指定することにした.  2013.04.18 furihata.*/
/*	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  */
/*
	font-family: Arial, Helvetica, sans-serif;  
*/
}
h1 {margin: 0; font-size: 1.3em;}
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:#f7f7f7; border: #CCCCCC 1px solid; font-size:0.85em; color: #666666; vertical-align: middle;}

a:link {
	color: #4E8006;
}

a:hover, a:active {
	text-decoration: none;
	color: #4E8006;
}

a:visited {
	color: #4E8006;
}

#MainColumn ul {
	margin: 0;
	padding: 0;
	list-style: decimal inside;
	text-align: left;
}
#MainColumn ul li {
	margin-left: 2px;
	list-style: square inside;
/*	color: #666 */
}

.item {border: 1px solid #e6e6e6;}
.itemHead {padding: 3px; background-color: #454545; color: #FFFFFF;padding: 10px;}
.itemInfo {text-align: right; padding: 3px; background-color: #efefef}
.itemTitle a {font-size: 110%; 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;} */
.itemPoster {font-size: 90%}
.itemPostDate {font-size: 90%}
.itemStats {font-size: 90%}
.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;
}
#InnerWrapper {
	margin: auto;
	width: 860px;
}
#Header {
	width: 860px;
	height: 85px;
	min-height: 1px;
}
#menu {
	background: url(images/img02.jpg) no-repeat left bottom;
	float: left;
	width: 860px;
	height: 54px;
	margin: 0;
	margin-top: 30px;
}
#menu ul {
	margin: 0;
	padding: 6px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 12px 20px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

#logo_wrap {
	width: 860px;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	background: url(images/img03.jpg) no-repeat left top;
}

#logo {
	width: 774px;
	height: 55px;
	margin: 0 auto;
/*	background: url(images/img05.jpg) no-repeat left top;*/
	background: url(images/820x200-2.png) no-repeat left top;
	padding: 135px 0 10px 45px;
	text-align: left;
}

#SiteTitle {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin: -50px 30px 0 0;
}
#SiteTitle a {
	color: #fff;
	text-decoration: none;
}
#SiteTitle a:hover {
	color: #fff;
}
#SiteSubtitle {
	font-size: 16px;
	color: #ccc;
	font-weight: bold;
	margin: 5px 30px 10px 0;
}
h1#PageTitle {
	padding-top: 8px;
	font-weight: bold;
/*	color: #ffe6eb; */
	color: #ffffff; 
	width: 590px;
	height: 32px;
	text-indent: 15px;
	margin: 0;
	background: url(images/img09.jpg) no-repeat left top;
}
#MainWrapper {
	width: 840px;
	margin: 0 auto;
}
#MainColumn {
	width: 600px;
	float: left;
	padding: 10px;
	padding-top: 0;
}

#ContentsBody {
	width: 580px;
	padding-top: 0;
}

#Content {
	background: url(images/img10.jpg) no-repeat left top;
	padding: 10px;
}

div#Footer {
    clear: both;
    margin: 0 auto;
}

div#Footer p,
div#Footer p a,
div#Footer p a:viseted,
div#Footer p a:active,
div#Footert p a:hover,
div#Copyright p,
div#Copyright p a,
div#Copyright p a:viseted,
div#Copyright p a:active,
div#Copyright p a:hover {
	color: #aaa;
	padding: 0 2px;
	text-decoration: none;
	margin: .3em auto;
}
div#Copyright p {
	padding-top: .5em;
	border-bottom: 1px #353 solid;
	color: #343;
	font: bold small-caps 13px/1.1em sans-serif;
/*	font: bold italic small-caps 13px/1.1em sans-serif; */
}
div#Licenser {
/* 	font: normal italic small-caps 10px/1.1em sans-serif; */
	font: normal small-caps 10px/1.1em sans-serif;
	text-align: right;
}

/* Blocks Settings */
#RightColumn {
	float: right;
	margin: 0;
	padding: 0;
}

#RightColumn div.blockTitle {
	background-image: url(images/img07.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 185px;
}
#RightColumn div.blockTitle .titleText {
	display: block;
	color: #fff;
/*      font-family は /header.php にて javascript で IE とそれ以外にわけて指定することにした.  2013.04.18 furihata.*/
/*	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  */
/*
	font-family: Arial, Helvetica, sans-serif;  
*/
	font-size: 12px;
	font-weight: bold;
	line-height: 42px;
	text-indent: 15px;
	overflow: hidden;
}
.rboxTop {/* Blocks Image Top */
	margin: 3px 0 0 0;
}
.rboxBottom {/* Blocks Image Bottom */
	margin: 0 0 6px 0;
}
/*	background-image: url(images/rbox_bg.gif); */
.blockContentOuter {
	background-repeat: repeat-y;
}
.blockContentInner {
	display: block;
	width: 175px;
	margin: 0 9px 0 8px;
	padding: 0;
	color: #333;
	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: #e6e6e6;
}


/* 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; list-style-type: none;}
.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; list-style-type: none;}


/* MainMenu and Multimenu */
.blockContentInner #mainmenu a, .blockContentInner .mainmenu a {
	color: #4E8006;
	display: block;
	overflow: hidden;
	width: 185px;
	height: 20px;
	margin: 0;
	padding: 0;
	font-size: 90%;
	text-indent: 15px;
	text-decoration: none;
	vertical-align: middle;
	background: url(images/img08.jpg) no-repeat 0 10px;
}

.blockContentInner #mainmenu a:visited, .blockContentInner .mainmenu a:visited{
	color: #4E6006;
}


/*	background:url(images/menu_f2.gif) no-repeat 0 0; */
.blockContentInner #mainmenu a:hover, .blockContentInner .mainmenu a:hover {
	color: #FFCC33;
}

.blockContentInner #mainmenu a.menuTop, .blockContentInner .mainmenu a.menuTop {
	width: 185px;
}

.blockContentInner #mainmenu a.menuMain, .blockContentInner #mainmenu a.menuMain {
	width: 185px;
}

/*	background:url(images/smenu_f2.gif) no-repeat 0 0; */
.blockContentInner #mainmenu a.menuSub, .blockContentInner #mainmenu a.menuSub {
	width: 185px;
	text-indent: 25px;
	margin-bottom: 3px;
}

/* UserMenu */
.blockContentInner #usermenu a {
	color: #4E8006;
	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: #4E6006;
}


/*	background:url(images/menu_f2.gif) no-repeat 0 0; */
.blockContentInner #usermenu a:hover {
	color: #FFCC33;
}


#ContentsBody table {
	width: 100%;
}

div.Centercolumn th {background-color: #2F5376; color: #FFFFFF; vertical-align: middle;}
div.CenterCcolumn {
	margin: 0;
	padding: 0px 3px 1px 3px;
	min-height: 1px;
}

div.CenterLeftcolumn,
div.CenterRightcolumn {
	margin-bottom: 15px;
	width: 48%;
	padding: 0px 3px 0px 0px;
	min-height: 1px;
}
div.CenterLeftcolumn {
	float: left;
}

div.CenterRightcolumn {
	float: right;
}
div.CenterCcolumn div.blockContent {
	padding: 3px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 2em;
	line-height: 150%;
}
div.CenterLeftcolumn div.blockContent {padding: 3px; margin-left: 3px; margin-right: 2px; margin-bottom: 2px; line-height: 150%;}

div.CenterCcolumn h3.blockTitle,
div.CenterLeftcolumn h3.blockTitle,
div.CenterRightcolumn h3.blockTitle {
	display: block;
	height: 40px;
        text-indent: 10px;
	padding: 8px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
div.CenterCcolumn h3.blockTitle {
	background: url(images/img09.jpg) no-repeat left top;
	width: 590px;
}
div.CenterLeftcolumn h3.blockTitle,
div.CenterRightcolumn h3.blockTitle {
	background: url(images/img12.jpg) no-repeat left top;
	width: 280px;
}

div.CenterRightcolumn div.blockContent {padding: 3px; margin-left: 3px; margin-right: 3px; margin-bottom: 2px; line-height: 150%;}



.outer {}
.head {background-color: #e0e0e0; padding: 5px; font-weight: bold; vertical-align:top;}
/* .even {background-color: #e3e3e3; padding: 5px; vertical-align:top;} */
.even {background-color: #fff; padding: 5px; vertical-align:top;}
.odd {background-color: #f6f6f6; padding: 5px; vertical-align:top;}
.foot {padding: 5px; font-weight: bold;}
tr.even td {background-color: #ededed; padding: 5px; vertical-align:top;}
tr.odd td {background-color: #fafafa; 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} */
.comDate {font-weight: normal; 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 */

/* import from paoon-one */

td.weak, td.weakl, td.weak2, td.weak2c {
  font-size: 95%;
  border: 1px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
}

td.weak {
  padding: 7px;
  margin: 0px;
  text-align: center;
  background-color: #f0f0f0; 
  border-color: #fff;
}

td.weakl {
  padding: 7px;
  border-color: #fff;
  text-align: left;
  background-color: #f0f0f0; 
}

td.weak2 {
  padding: 7px;
  border-color: #fff;
  background-color: #e8e8e8; 
}

td.weak2c {
  padding: 7px;
  border-color: #fff;
  background-color: #e8e8e8; 
  text-align: center;
}

div.evhead {
  padding: 7px 10px 7px 10px; 
/*  font-weight: bold;*/
  background-color: #fff; 
  vertical-align: middle;
  }

div.evheadlight {
  padding: 7px 10px 7px 10px; 
/*      font-family は /header.php にて javascript で IE とそれ以外にわけて指定することにした.  2013.04.18 furihata.*/
/*  font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
/*
  font-family: Arial, Helvetica, sans-serif;  
*/
  font-weight: bold;
/*  color: #dddddd; */
  background-color: #eee; 
  border-color: #fff;
  vertical-align: middle;
  }

div.evclass {
  text-align: right;
  }

.hdline {
  border-style: none none dashed solid;
  border-width: 0px 0px 1px;
  padding: 0pt 0pt 2px 5px;
/*      font-family は /header.php にて javascript で IE とそれ以外にわけて指定することにした.  2013.04.18 furihata.*/
/*  font-family: "Times New Roman", Times, "Luchida Bright", century, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; */
/*
  font-family: serif;
*/
  }
