* {
	margin:0px;
	padding:0px;
}

html, body { height :100%; }

body {
  color: black;
  background-image: url("./background.gif");
  font-family: sans-serif;
}

#wrap {
	width        :910px;
	height       :100%;
	min-height   :100%;
	margin       :0 auto;
	background   :white;
	border-left  :2px solid #ababab;
	border-right :2px solid #ababab;
}

body > #wrap { height :auto; }

/* For Debug.
div {
	border : 1px solid darkgreen;
}
*/

div#title {
	margin: auto;
	padding: 0;
	height: 120px;
	background: url("./logoback.jpg");
}

/*
  * CenterColumn
 *--------------------------------- */
div#centercolumn {
	margin: 0;
	padding: 1.2em;
	width: 745px;
	font-size: 12px;
}

div#centercolumn th {background-color: #2F5376; color: #FFFFFF; vertical-align: middle;}

/*
  * Center-C Column
 *---------------------- */
div#centerCcolumn {
	clear: both;
}


div#centerCcolumn div.block {
	margin: 8px 0 22px 0;
	/*border: 1px solid #c0c0c0;*/
}
div#centerCcolumn div.block h3.blockTitle {
	padding: 7px 0 0 10px;
	height: 32px;
	background: url("ccblocktitle.png") no-repeat;
	color: #003366;
	font-size: 14px;
	font-weight: bold;
}
div#centerCcolumn div.block div.blockContent {
	padding: 3px;
	margin-left: 10px;
	line-height: 120%;
}

/*
  * Center-SubColumn
 *---------------------- */
div#centerLcolumn {
	padding: 0;
	width: 530px;
	float: left;
}

div#centerRcolumn {
	padding: 0;
	width: 200px;
	float: right;
}

div#centerLcolumn div.block,
div#centerRcolumn div.block {
	margin: 8px 0 22px 0;
	/*border: 1px solid #c0c0c0;*/
}
div#centerLcolumn h3.blockTitle {
	padding: 7px 0 0 10px;
	height: 32px;
	background: url("clblocktitle.png") no-repeat;
	color: #003366;
	font-size: 14px;
	font-weight: bold;
}
div#centerRcolumn h3.blockTitle {
	padding: 7px 0 0 10px;
	height: 32px;
	background: url("crblocktitle.png") no-repeat;
	color: #003366;
	font-size: 14px;
	font-weight: bold;
}
div#centerLcolumn div.blockContent,
div#centerRcolumn div.blockContent {
	padding: 3px;
	margin-left: 10px;
	line-height: 120%;
}


/*
  * NormalContents
 *--------------------------------- */
div#content {}

div#content div.block {
	margin: 8px 0 22px 0;
	/*border: 1px solid #c0c0c0;*/
}
div#content div.block h3 {
	padding: 7px 0 0 10px;
	height: 32px;
	background: url("ccblocktitle.png") no-repeat;
	color: #003366;
	font-size: 14px;
	font-weight: bold;
}
div#content div.block div.blockContent {
	padding: 3px;
	margin-left: 10px;
	line-height: 120%;
}

/*
  * footbar
 *--------------------------------- */
div#footerbar {
	width: 910px;
	margin: -23px auto 0 auto;
	height: 23px;
	clear: both;
	text-align: center;
	background-image: url("hbar.gif");
	border-left  :2px solid #ababab;
	border-right :2px solid #ababab;
}


/*
  * Menu in LeftColumn
 *--------------------------------- */
div#mainmenu li a {
	background-color: #e6e6e6;
	display: block;
	margin: 0;
	padding: 4px;
}
div#mainmenu li a:hover {
	background-color: #ffffff;
}
div#mainmenu li a.menuTop {
	padding-left: 3px;
	border-top: 1px solid silver;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid silver;
}
div#mainmenu li a.menuMain {
	padding-left: 3px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid silver;
}
div#mainmenu li a.menuSub {
	padding-left: 9px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid silver;
}
div#usermenu li a {
	background-color: #e6e6e6;
	display: block;
	margin: 0;
	padding: 4px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid silver;
}
div#usermenu li a:hover {
	background-color: #ffffff;
}
div#usermenu li a.menuTop {
	border-top: 1px solid silver;
}
div#usermenu li a.highlight {
	background-color: #fcc;
}

/*
 * for OSC-cplogo table
 */

table.osccplogo {
}
table.osccplogo tr {
}

table.osccplogo tr td {
	text-align    : center;
	vertical-align: middle;
}

table.osccplogo tr.plat {
	height: 150px;
}

table.osccplogo tr.gold {
	height: 120px;
}
table.osccplogo tr.silv {
	height: 120px;
}
table.osccplogo tr.book {
	height: 60px;
}

/* for prize table */

td.osc-prize { padding:10px 0;text-align:center;vertical-align:middle; }

/* Yokuwakaranai-Nanika */


div.efloor { border-style: none; width: 100%; }
div.efloor table { border-style: solid; border-color: #000000; border-width: 1px; border-collapse:collapse; width: 100% }
div.efloor table td { border-style: solid; border-color: #000000; border-width: 1px;}
div.efloor table div.grname { font-size: 1.2em;  }

div.efloor table td { padding: 2px 5px; }
div.efloor table td div.gr { font-size: 80%; text-align: right; }
div.efloor table td.J { white-space: nowrap; }
div.efloor table td.T { width: 40%; }
div.efloor table td.bd { width: 60%; }

table {width: 100%; margin: 5; padding: 5; font-size: small}
table td {padding: 0; border-width: 0; vertical-align: top;}
/* table#top{width:800px; background:white;} */
a {color: #666666; text-decoration: none; font-weight: bold; background-color: transparent;}
a:hover {color: #ff6600;}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left;}
li { margin-left: 2px; list-style: square inside; color: #2F5376}

input.formButton {}

.item {border: 1px solid #cccccc;}
.itemHead {padding: 3px; background-color: #2F5376; color: #FFFFFF;}
.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;}
.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;}
.itemFoot {text-align: right; padding: 3px; background-color: #efefef}
.itemAdminLink {font-size: 90%;}
.itemPermaLink {font-size: 90%;}

th {background-color: #2F5376; color: #FFFFFF; padding : 2px; vertical-align : middle;}



.outer {border: 1px solid silver;}
.head {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
.grname {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
.even {background-color: #dee3e7; padding: 5px;}
.odd {background-color: #E9E9E9; padding: 5px;}
.foot {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
tr.even td {background-color: #dee3e7; padding: 5px;}
tr.odd td {background-color: #E9E9E9; padding: 5px;}

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;}
div.xoopsQuote { background: #FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}


.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;}

table.eventrsv-table {
  border-spacing: 0px;
}

table.eventrsv-table caption {
  margin   : 10px 0;
  font-size: 150%;
}

table.eventrsv-table tr {
  background-color: #cccccc;
}

table.eventrsv-table th,
table.eventrsv-table td {
  padding: 1px 5px 1px;
  border : 1px solid #ffffff;
}
table.eventrsv-table td {
  min-width: 190px;
  border   : 1px solid #cccccc;
}
table.eventrsv-table tr.odd td {
  background-color: #ffffe0;
}
table.eventrsv-table tr.even td {
  background-color: #eeeeee;
}
ul.speaker li {
  list-style: none outside;
  margin    : 1em 0;
  font-size : 84%;
  color     : #000000;
}

