/* artNOMAD-DIV Style Sheet   */
/* auther -  artNOMAD <info@art-nomad.net>  */
/* web - http://art-nomad.net/   */
/* this theme is licensed under a Creative Commons License 2.0 2005, artNOMAD   */
/* CCL - http://creativecommons.org/licenses/by/2.0/  */

/* --------------- 全般設定 --------------- */
* {
	margin: 0;
	padding: 0;
	}
body {
	background-color:#d2c79d;
	margin: 20px;
	font-size: 12px;
	color: #000;
	font-family: "Hiragino Kaku Gothic Pro", "Osaka", "MS PGothic", sans-serif;
	}
table {
	width: 98%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
table td {
	vertical-align: top;
	font-family: "Hiragino Kaku Gothic Pro", "Osaka", "MS PGothic", sans-serif;
	}
table th {
	font-size: 12px;
	}
h1, h2, h3, h4 { 
	margin: 0;
	padding: 0;
	}
p {
	margin: 1em 0;
	line-height: 140%;
	}
ul {
	margin: 2px;
	padding-left:1.2em;
	color: #5e4307;
	}
input.formButton {
	vertical-align: middle;
	}
img {
	margin: 0;
	padding: 0;
	}

/* --------------- 全般的なリンクの設定 --------------- */
a {
	text-decoration: none;
	font-weight: bolder;
	color: #705700;
	}
a:hover {
	color: #907000;
	}

/* --------------- コンテナブロック --------------- */
#container {
	width: 760px;
	margin-left: 100px;
	margin-right: 100px;
	padding: 0;
	}

/* --------------- ヘッダ --------------- */
#header {
	width: 760px;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
	}
#headerbanner {
	float: right;
	}

/* --------------- グローバルナビゲーション --------------- */
* html #navi {
	width: 760px;
	width: 760px;
	height: 25px;
}

#navi {
	width: 760px;
	height: 30px;
	padding: 0px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	
	}
#navi ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	}

* html #navi li {
	width: 63px;
	height: 25px;
}

#navi li {
	float: left;
	width: 69px;
	font-size: 11px;
	text-align: center;
	vertical-align:middle;
	background: transparent url(images/menutitle.jpg) top left repeat-x;
	
	}
*html #navi li a {
	vertical-align: middle;
	display: block;
	padding: 9px;
	border-left: 1px solid #000000;
	background: transparent url(images/menutitle.jpg) top left repeat-x;
	color: #000000;
	font-weight: bold;
	height: 10px;
	}
	
#navi li a {
	vertical-align: middle;
	display: block;
	padding: 9px 3px 9px 3px;
	border-left: 1px solid #000000;
	background: transparent url(images/menutitle.jpg) top left repeat-x;
	color: #000000;
	font-weight: bold;
	height: 12px;
	}
	
#navi li a:hover {
	color: #000000;
	background: transparent url(images/menutitle2.jpg) top left repeat-x;
	}

/* --------------- ログイン --------------- */
#login {
	clear: both;
	padding: 3px; 
	font-size: 12px;
	color: #000000;
	text-align: center;
	}
#login a {
	color: #000000;
	font-weight: bold;
	}
#login a hover{
	background-color:#eca730;
	color: #FFFFFF;
	}

/* --------------- コンテンツテーブル角丸 --------------- */
#boxTop {
	clear: both;
	width: 100%;
	height:8px;
	background: #bf9a4a;
	}
#boxTopleft {
	float left;
	height:8px;
	width:8px;
	background: transparent url(images/table_topleft.png) top left no-repeat;
	}
#boxTopright {
	float: right;
	height:8px;
	width:8px;
	background: transparent url(images/table_topright.png) top right no-repeat;
	}
#boxBottom {
	clear: both;
	width: 100%;
	height:8px;
	background-color: #bf9a4a;
	}
#boxBottomleft {
	float: left;
	height:8px;
	width:8px;
	background: url(images/table_bottomleft.png) bottom left no-repeat;
	}
#boxBottomright {
	float: right;
	height:8px;
	width:8px;
	background: url(images/table_bottomright.png) bottom right no-repeat;
	}
#box {
	float: left;
	width: 744px;
	margin: 0;
	padding: 0 8px;
	background: #bf9a4a;
	}
#wrapper {
	float: left;
	width: 580px;
	margin: 0;
	padding: 0;
	background: #fff;
	}

/* --------------- 左コラム --------------- */
#leftcolumn {
	float: left;
	width: 0px;
	margin: 0;
	padding: 0;
	background: #fff;
	}
#leftcolumn h2 {
	height: 18px;
	margin: 0;
	padding: 8px 0 0 10px;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	line-height: 100%;
	}
#leftcolumn div.blockContent {
	margin: 0 0 10px;
	padding: 0px 0px 0px;
	font-size: 10px;
	line-height: 120%;
	}

/* --------------- 中央コラム --------------- */
#centercolumn {
	text-align:center;
	width: 730px;
	margin: 10px 0 0 0px;
	padding: 0 0px;
	background-color: #bf9a4a;
	color: #111;
	}

#centercolumn a {
	margin:10px;
	text-decoration:underline;
	}

#centerCcolumn h1 {
	margin: 0;
	padding: 4px 4px 4px 4px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	}
#centerCcolumn h2 {
	margin: 0;
	padding: 6px 6px 6px 6px;
	text-decoration:underline;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	}
#centerCcolumn div.blockContent {
	margin: 0 0 8px 0;
	line-height: 120%;
	}

#centerCcolumn div.blockContent a {
	text-algin:center;
	}

/* --------------- 中央左コラム --------------- */
#centerLcolumn {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	}
#centerLcolumn h2 {
	margin: 0 0 5px 0;
	padding: 2px 2px 2px 10px;
	background-color: #f3f4f5;
	color: #cd7502;
	font-size: 10px;
	font-weight: bold;
	}
#centerLcolumn div.blockContent {
	margin: 0;
	padding: 3px;
	line-height: 120%;
	}

/* --------------- 中央右コラム --------------- */
#centerRcolumn {
	float: right;
	width: 100%;
	margin: 0;
	padding: 0;
	}
#centerRcolumn h2 {
	margin: 0 0 5px 0;
	padding: 2px 2px 2px 10px;
	background-color: #f3f4f5;
	color: #ff9000;
	font-size: 10px;
	font-weight: bold;
	}
#centerRcolumn div.blockContent {
	margin: 0 0 2px 0;
	padding: 3px;
	line-height: 120%;
	}

/* --------------- コンテンツ --------------- */
#contentA {
	width: 730px;
	padding: 0 0 20px 0px;	
	text-align: left;
	}
#contentB {
	width: 730px;
	margin: 0 0 0 0px;
	padding: 0 0 20px 0px;	
	text-align: left;
	}
#content ul {
	margin-left: 30px;
	padding: 0;
	}

/* --------------- 右コラム --------------- */
#rightcolumn {
	float: right;
	width: 160px;
	margin: 0 0 20px;
	padding: 0;
	background-color: #f5ffbf;
	}
#rightcolumn th {
	color: #ae6f00;
	vertical-align: bottom;
	}
#rightcolumn h2 {
	margin-bottom: 2px;
	padding: 3px 3px 3px 10px;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	}
#rightcolumn div.blockContent {
	padding: 5px 5px 20px;
	border-bottom: 1px solid #995600;
	font-size: 10px;
	line-height: 120%;
	}

/* --------------- フッター --------------- */
div#footer {
	clear: both;
	padding: 10px 0 20px 0;
	color: #000000;
	font-size: 9px;
	text-align: center;
	}
div#footer a {
	color: #000000;
	}
	
/* --------------- 最新ニュースの枠 --------------- */
.item {
	border: 1px solid #f3f4f5;
	}

/* --------------- 最新ニュースのタイトルバー --------------- */
.itemHead {
	padding: 3px;
	color: #111;
	}

/* --------------- 最新ニュースの投稿情報欄 --------------- */
.itemInfo {
	padding: 3px;
	background-color: #f3f4f5;
	text-align: right;
	}

/* --------------- 最新ニュースのタイトルの設定 --------------- */
.itemTitle a {
	font-size: 110%;
	font-weight: bold;
	}

/* --------------- 最新ニュースの投稿者 --------------- */
.itemPoster {
	font-size: 90%;
	}

/* --------------- 最新ニュースの投稿日 --------------- */
.itemPostDate {
	font-size: 90%;
	}

/* --------------- 最新ニュースのステータス --------------- */
.itemStats {
	font-size: 90%;
	}

/* --------------- 最新ニュースのコンテンツ部分 --------------- */
.itemBody {
	padding-left: 15px;
	}
.itemText {
	margin-top: 5px 0;
	line-height: 130%;
	}

/* --------------- 最新ニュースの1文字目 Mac IE 対応 --------------- */
/*
\*/
.itemText:first-letter {
	font-size: 150%;
	font-weight: bold;
	}
/*
*/

/* --------------- 最新ニュースのフッター --------------- */
.itemFoot {
	padding: 3px;
	background-color: #f3f4f5;
	text-align: right;
	}
.itemAdminLink {
	font-size: 90%;
	}
.itemPermaLink {
	font-size: 90%;
	}

/* --------------- メインメニュー --------------- */
td#mainmenu {
	padding: 0;
	margin: 0;
	border:0;
	font-weight: bolder;
	font-size: 12px;
	}
td#mainmenu a {
	padding-left: 15px;
	background: transparent url('images/tri.gif') left no-repeat;
	color: #ae6f00;
	}
td#mainmenu a:hover {
	background: transparent url('images/tri2.gif') left no-repeat;
	background-color: #ebb27a;
	color: #000000;
	}
td#mainmenu a.menuTop {
	padding-left: 15px;
	}
td#mainmenu a.menuMain {
	padding-left: 15px;
	}
td#mainmenu a.menuSub {
	padding-left: 20px;
	color: #ae6f00;
	}

/* --------------- ユーザーメニュー --------------- */
td#usermenu {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #e6e5ea;
	font-weight: bold;
	font-size: 12px;
	}
td#usermenu a {
	padding-left: 10px;
	background: transparent url('images/tri.gif') left no-repeat;
	color: #ae6f00;
	}
td#usermenu a:hover {
	background: transparent url('images/tri2.gif') left no-repeat;
	color: #ff0000;
	}
td#usermenu a.highlight {
	background-color: #fcc;
	}

/* --------------- フォーラムなどの外枠 --------------- */
.outer {
	background-color: transparent;
	}

/* --------------- フォーラムなどの投稿情報欄 --------------- */
.head {
	height: 24px;
	background-color: #dfe2e6;
	color: #373737;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	}

/* --------------- フォーラムなどの交互に色が変わる部分 --------------- */
.even {
	padding: 5px;
	background-color: #f3f4f5;
	}
.odd {
	padding: 5px;
	background-color: #fafafa;
	}

/* --------------- フォーラムなどのフッター --------------- */
.foot {
	padding: 5px;
	font-weight: bold;
	}
tr.even td {
	padding: 5px;
	}
tr.odd td {
	padding: 5px;
	}

/* --------------- Xoopsメッセージ --------------- */
.errorMsg {
	padding: 10px;
	border-top: 1px solid #ddddff;
	border-left: 1px solid #ddddff;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #ffcccc;
	text-align: center;
	font-weight: bold;
	}
.confirmMsg {
	padding: 10px;
	border-top: 1px solid #ddddff;
	border-left: 1px solid #ddddff;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #ddffdf;
	color: #136c99;
	font-weight: bold;
	text-align: center;
	}
.resultMsg {
	padding: 10px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color : #ccc;
	color: #333333;
	font-weight: bold;
	text-align: center;
	}
	
/* --------------- Xoopsコード --------------- */
.xoopsCode {
	padding: 0px 6px 6px 6px;
	border: 1px inset #000080;
	background-color: #fff;
	font-family: Osaka, "Courier New",Courier,monospace;
	}

/* --------------- 引用 --------------- */
.xoopsQuote {
	padding: 0px 6px 6px 6px;
	border: 1px inset #000080;
	background-color: #fff;
	font-family: "Courier New",Courier,monospace;
	}

/* --------------- コメント --------------- */
.comTitle {
	margin-bottom: 2px;
	font-weight: bold;
	}
.comText {
	padding: 2px;
	}
.comUserStat {
	margin: 2px;
	padding: 2px;
	border: 1px solid silver;
	background-color: #fff;
	color: #2F5376;
	font-size: 10px;
	font-weight:bold;
	}
.comUserStatCaption {
	font-weight: normal;
	}
.comUserStatus {
	margin: 10px 0 0 2px;
	color: #2f5376;
	font-weight:bold;
	font-size: 10px;
	}
.comUserRank {
	margin: 2px;
	}
.comUserRankText {
	font-size: 10px;
	font-weight:bold;
	}
.comUserRankImg {
	border: 0px;
	}
.comUserName {}
.comUserImg {
	margin: 2px;
	}
.comDate {
	font-weight: normal;
	font-style: italic;
	font-size: smaller;
	}
.comDateCaption {
	font-weight: bold;
	font-style: normal;
	}
