/* ------------------------------- */
/*    XooNIps III CSS 20.Aug.2005  */
/*    Creater M.Takahashi @BCOOL   */
/*    Copyright(C)2005, XooNIps    */
/* ------------------------------- */


/* HTML TAG Re-definition */

body {
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif, "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	color: #666666;
	margin: 0px;
	padding: 0px 15px 15px;
	font-size: 80%;
}
table {width: 100%;margin: 0;padding: 0;}
table td {padding: 0; vertical-align: top; font-family: Verdana, Arial, Helvetica, sans-serif;}
a {color: #6075AA;}
a:hover {color: #ff9900;}


h1,h2,h3 {color: #286367;}
h4,h5 {color: #6075AA;}

ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left;}
li { margin-left: 2px; list-style: square inside;}

legend {
	padding: 3px;
	color: #990000;
	font-size: 120%;
	font-weight: bold;
}

th {
	color: #6075AA;
	padding : 4px;
	vertical-align : middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7C7C7;
	}

form {
	margin:0;
	padding:0;

}

/*  layout definition and header  */

#page {
min-width: 880px;
max-width: 1280px;
}
	/* maxmin.js settings for IE5.5 & 6.0 */
	#min { width: 880px; }
	#max { width: 1280px; }

#header_l {
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 8px;
	padding-left: 15px;
}
#header_r{
	top: 0px;
	right: 15px;
	text-align: right;
	white-space: nowrap;
}

#header_top_l {
	background-image: url(images/header_back.gif);
	background-repeat: repeat-x;
	height: 152px;
}

#header_top_r {
	background-image: url(images/header_top_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 152px;
}

#discription {
	height:130px;
	min-width:400px;
	padding: 0px;
	margin: 10px 450px 0px 0px;
	z-index: 100;
	font-size: 90%;
}

#footer {
	font-size: 87%;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 20px;
}

/* MENU BAR */
#vertical_menu {
	clear:both;
	background-image: url(images/vertical_menu_back.gif);
	background-repeat: repeat-x;
	height: 32px;
	white-space: nowrap;
	vertical-align: middle;
	width: 100%;
}

.vml {
	top: 0px;
	left:0px;}

.vmr {
	top: 0px;
	right:0px;}

.menu_link {
	padding: 0px 16px 0px 0px;
}
.menu_link a {
	color:#6075AA;
	font-weight: bold;
	text-decoration: none;
	background-image:url(images/menu_indent.gif);
	background-repeat:no-repeat;
	background-position: left center;
	padding: 0px 3px 0px 16px;
}

.menu_link a:hover {
	color:#286367;
	background-image:url(images/menu_indent_h.gif);
}

/* side navigation column(left and right) */

#left_side_navi {
	width:200px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding: 0px;
}

#right_side_navi {
	width:200px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	padding: 8px;
}

	/* Left */
#leftcolumn {padding:0; margin:0;}
#leftcolumn th {}
#leftcolumn div.blockTitle {
	padding: 6px 0px 0px 24px;
	font-weight: bold;
	background-image: url(images/title_indent.gif);
	background-repeat:no-repeat;
	color:#286367;
	height: 20px;
}
#leftcolumn div.blockContent {padding: 2px 10px 2px 20px;line-height: 120%;}

	/* Right */
#rightcolumn {}
#rightcolumn th {}
#rightcolumn div.blockTitle {
	padding: 6px 0px 0px 24px;
	font-weight: bold;
	background-image: url(images/title_indent.gif);
	background-repeat:no-repeat;
	color:#286367;
	height: 20px;
}
#rightcolumn div.blockContent {
	margin: 15px;
	line-height: 130%;
}

	/* XOOPS Main Menu */
#mainmenu a {
	font-size:95%;
	display: block;
	margin: 0;
	padding: 4px;
	border-bottom: 1px dotted #cdcdcd;
	text-decoration: none;
}
#mainmenu a:hover {}
#mainmenu a.menuTop {}
#mainmenu a.menuMain {border-bottom: 1px dotted #cdcdcd;}
#mainmenu a.menuSub {padding-left: 15px; border-bottom: 1px dotted #cdcdcd;}

	/* XOOPS User Menu */
#usermenu a {
	font-size:95%;
	display: block;
	margin: 0;
	padding: 4px;
	border-bottom: 1px dotted #cdcdcd;
	text-decoration: none;
}
#usermenu a:hover {}
#usermenu a.menuTop {}
#usermenu a.menuMain {border-bottom: 1px dotted #cdcdcd;}
#usermenu a.highlight {color: #dd0000; background-color: #ffeedd;}



/* Main Contents */
#centercolumn {
	margin: 0;
	text-align:left;
	line-height: 150%;
	padding-right: 10px;
	padding-left: 20px;
}
#centercolumn .vml {
	position: absolute;
	top: 0px;
	left:0px;}

#centercolumn .vmr {
	position: absolute;
	top: 0px;
	right:0px;}
#content {
	text-align: left;
	padding-top: 8px;
	padding-bottom:15px;}

#centercolumn th {
	vertical-align: middle;
	background-color: #E3E7F0;
}

	/* Cnter - Cnter */
.centerCcolumn {}
.centerCcolumn div.blockTitleBack {
	position: relative;
	background-image: url(images/vertical_menu_back.gif);
	background-repeat: repeat-x;
	height: 32px;
	white-space: nowrap;
}
.centerCcolumn div.blockTitle {
	height: 22px;
	z-index: 100;
	font-weight: bold;
	color: #6075AA;
	text-indent: 15px;
	padding-top: 6px;
}
.centerCcolumn div.blockContent {
	padding: 3px 3px 10px 3px;
	line-height: 150%;}

	/* Center - Left */
.centerLcolumn {
	width: 49%;
	padding: 0px 3px 0px 0px;
	float: left;}
.centerLcolumn div.blockTitle {
	padding: 0px 0px 0px 24px;
	font-weight: bold;
	background-image: url(images/title_indent2.gif);
	background-repeat:no-repeat;
	color:#365196;
	height: 20px;
}
.centerLcolumn div.blockContent {
	padding: 3px 3px 10px 3px;
	line-height: 120%;}

	/* Cnter - Right */
.centerRcolumn {
	width: 49%;
	padding: 0px;
	float: right;}
.centerRcolumn div.blockTitle {
	padding: 0px 0px 0px 24px;
	font-weight: bold;
	background-image: url(images/title_indent3.gif);
	background-repeat:no-repeat;
	color:#984068;
	height: 20px;
}
.centerRcolumn div.blockContent {
	padding: 3px 3px 10px 3px;
	line-height: 120%;}




/* XOOPS Newbb & tabular work */
.outer {border: 0px solid #CC0000;}
.head, tr.head td{
	padding: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7C7C7;
	background-color: #F0F2F7;
}
.even {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7C7C7;
	background-color: #F8FAFE;
}
.odd {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7C7C7;
	background-color: #FFFFFF;
}

tr.even td {
	padding: 2px;
	background-color: #F8FAFE;
}
tr.odd td {
	padding: 2px;
	background-color: #FFFFFF;
}
.foot {padding: 5px; font-weight: bold;}

.comTitle {font-weight: bold; margin-bottom: 2px;}
.comText {padding: 2px;}
.comUserStat {font-size:90%; 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: 90%;font-weight:bold;}
.comUserRankImg {border: 0;}
.comUserName {}
.comUserImg {margin: 2px;}
.comDate {font-style: normal; font-size: 85%}
.comDateCaption {font-weight: bold; font-style: normal;}

/* XOOPS News */
.item {}
.itemHead {padding: 3px;}
.itemHead a {}
.itemHead a:hover {}
.itemInfo {text-align: right; padding: 3px; margin-bottom: 5px; border-bottom: 1px solid silver; font-style: italic;}
.itemTitle {
	padding: 3px;
	font-size: 120%;
	font-weight: bold;
	color:#6075AA;
}
.itemTitle a {
	color:#286367;
	text-decoration: none;
}
.itemTitle a:hover {
	color:#ff9900
}
.itemPoster {font-size: 90%; font-style:italic;}
.itemPostDate {font-size: 90%; font-style:italic;}
.itemStats {font-size: 80%;}
.itemBody {padding: 3px;}
.itemBody img {padding: 5px;}
.itemTopicImage {float: left;}
.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; margin-top: 5px; background-color: #efefef; border: 1px solid silver;}
.itemAdminLink {font-size: 90%;}
.itemPermaLink {font-size: 90%;}

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

/* XOOPS Code &Quote */
div.xoopsCode {
	background: #FFFFFF url(images/xoops_quote.jpg) no-repeat right top;
	border: 1px inset #000080;
	overflow: auto;
	max-height:300px;
	max-width:600px;
}
div.xoopsQuote {
	background: #FFFFFF url(images/xoops_quote.jpg) no-repeat right top;
	border: 1px inset #000080;
	overflow: auto;
	max-height:300px;
	max-width:600px;
}

#xoonipsTreeHere
.tree {
	font-family: Times;
	font-size: 10pt;
	font-weight: bold;
}

