@charset "EUC-JP";

/* Based on the original Style Sheet for the fisubsilver v2 Theme for phpBB version 2+
Edited by Daz  - http://www.forumimages.com - last updated 26-06-03
Modified by Bungaku Gokudou */

/* The content of the posts (body of text) */
body {
	background: #f9f9f9;
	color: #333333;
	font-family: Verdana,Arial,Helvetica,Osaka,sans-serif;
	font-size: small;
	margin: 0;
	padding: 0 10px;
}
body.nomargin { 
	margin: 0;
	padding: 0;
}
div#main {
	clear: both;
	padding: 8px 3% 0;
}

/* General font families for common tags */
th, td, p {
	font-family: Verdana,Arial,Helvetica,Osaka,sans-serif;
	font-size: small;
}
p {
	margin: 5px 0;
	padding: 2px 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
em.underlined {
	font-style: normal;
	text-decoration: underline;
}

/* General text */
.gensmall {
	font-size: small;
	line-height: 140%;
}
td.genmed, .genmed, .signature {
	font-size: small;
	line-height: 130%;
}
.explaintitle {
	font-weight: normal;
}

/* General page style */
a:link, a:active, a:visited, a.postlink {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #0000cc;
}

/* titles for the topics:could specify viewed link colour too */
.topictitle {
	font-size: medium;
}


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name {
	font-size: small;
	font-weight: bold;
}

hr {
	height: 0px;
	border: 0 none;
	border-top: 1px solid #333333;
}
hr.sep {
	display: none;
}

/* Category gradients*/
td.cat, td.catSides, td.catHead, td.catBottom, td.catLeft, td.catRight {
	font-weight: bold;
	letter-spacing: 1px;
	background: #efefef;
	text-indent: 4px;
	height: 25px;
}
td.catHead {
	font-weight: bold;
}

/* Main table cell colours and backgrounds */
.row1 {
	background: #dedede;
	padding: 3px 0.6em;
	line-height: 150%;
}
.row2, .helpline {
	background: #efefef;
	padding: 3px 0.6em;
	line-height: 150%;
}
.row3 {
	background: #dedede;
	padding: 3px 0.6em;
	line-height: 150%;
}
td.spacerow {
	background: #ffffff;
	display: none;
}

/* This is for the table cell above the Topics,Post & Last posts on the index.php */
td.rowpic {
	background: #efefef;
}

/* Table Header cells */
th {
	background: #efefef;
	font-size: medium;
	font-weight: bold;
	line-height: 180%;
	white-space: nowrap;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
	font-size: medium;
}

/* This is the border line & background colour round the entire page */
.bodyline {
}

/* This is the outline round the main forum tables */
.forumline {
	background: #888888;
	margin: 8px auto;
	width: 98%;
}

/* The largest text used in the index page title and toptic title etc. */
h1, .maintitle {
	font-size: x-large;
	font-weight: 600;
	line-height: 110%;
	margin: 2px 2px 4px;
	padding: 2px;
}
.maintitle a:link, .maintitle a:active, .maintitle a:visited, .maintitle a:hover, .maintitle a.postlink {
/*
	text-decoration: none;
*/
}

.subtitle, h2 {
	font-weight: 700;
	font-size: medium;
	line-height: 180%;
	text-decoration: none;
}

.forum-menu {
	font-size: small;
	margin: 0.8em 15px;
	padding: 5px 1em;
	line-height: 140%;
	border: 2px dotted #ccc;
	background-color: #fffff0;
}

.site-menu {
	clear: both;
	background-color: #000000;
	color: #ffffff;
	text-align: right;
	font-family: Arial,Helvetica,Osaka,'MS PGothic',sans-serif;
	font-size: small;
	padding: 10px 1.5em 9px;
	margin: 0;
}
.site-menu a:link, .site-menu a:visited { /* サイトメニュー中のアンカー */
	color: #ccccff;
	text-decoration: none;
}
.site-menu a:active, .site-menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.site-menu a.self:link, .site-menu a.self:visited {
	color: #ffffff;
}
#page_top {
	margin-bottom: 5px;
	border-bottom: 1px solid #ffffff;
}
#page_bottom {
	margin-top: 5px;
	border-top: 1px solid #ffffff;
}


/* Used for the navigation text,(Page 1,2,3 etc) and the navigation bar when in a forum */
.nav {
	font-size: medium;
	font-weight: bold;
	line-height: 150%;
}
a.nav:link, a.nav:visited {
	text-decoration: none;
	border-bottom: 1px dashed;
}
a.nav:active, a.nav:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.postbody {
	font-size: small;
	line-height: 125%;
	padding: 0 0.5em;
}
/* Location, number of posts, post date etc */
.postdetails {
	font-size: small;
}

/* Quote blocks */
.quote {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: small;
	line-height: 125%;
	color: #666666;
}

/* Code blocks */
.code {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-family: Consolas,Monaco,'Courier New','MS Gothic','Osaka−等幅','OsakaMono',monospace;
	font-size: small;
	padding: 5px;
}
tt {
	font-family: Consolas,Monaco,'Courier New','MS Gothic','Osaka−等幅','OsakaMono',monospace;
	font-size: 1em;
}

/* List blocks */
ul, ol {
	margin: 10px 1em 8px;
	padding: 0 0.5em 0 1.5em;
	line-height: 130%;
	font-size: small;
}
li {
	margin-bottom: 2px;
}

/* This is for the error messages that pop up */
.errorline {
	background: #add8e6;
	border: 1px solid #333333;
}

/* Form elements */
form {
	display: inline;
}

input {
/*	font-family: Arial,Helvetica,Osaka,Meiryo,'MS PGothic',sans-serif;  */
	font-size: small;
}

select {
}

input.post, textarea.post {
	border: 1px solid #666666;
	padding: 2px;
}

input.button, input.liteoption, .fakebut {
	font-weight: normal;
	padding: 2px;
}
input.catbutton {
	font-weight: normal;
}
input.mainoption {
	font-weight: bold;
}

/* This is the line in the posting page which shows the rollover
help line. Colour value in row2 */
.helpline {
	border: 1px dotted #996633;
	padding: 2px 0.5em;
	font: normal x-small Tahoma,Osaka,sans-serif;
	color: #cc6600;
}

/* Admin & Moderator Colours MODification */
.admin, .mod {
	font-size: small;
	font-weight: bold;
}
.admin, a.admin, a.admin:visited {
	color: #00ff7f;
}
.mod, a.mod, a.mod:visited {
	color: #119b96;
}
a.admin:hover, a.mod:hover {
	color: #11c6bd;
}
#online em {
	background-color: #eeeeee;
}

/* Specify the space around images */
.imgtopic, .imgicon {
	margin-left: 3px;
}
.imgspace {
	margin-left: 0;
	margin-right: 1px;
}
.imgfolder {
	margin: 1px 4px 1px 4px;
}

/* Gets rid of the need for border="0" on hyperlinked images */
img {
	border: 0 none;
}

/* Ads */
.g-bigbanner {
	text-align: center;
	margin: 10px 0;
}