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

/* 全般設定 */
body {
	color: #000000;
	font-family: "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック",  verdana, arial, sans-serif;
	margin: 0;
	background-color: #FFF5E0;
	}

table {
	width: 100%;
	font-size: 100%;
	margin: 0;
	padding: 0;
	}

table td {
	vertical-align: top;
	font-family: "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック",  verdana, arial, sans-serif;
	}

table th {
	font-size: 90%;
	}

h1 { }
h2 { }
h3 { }
h4 { }
h5 { }

ul {
	color: #4d7398;
	margin: 2px;
	padding-left:1.2em;
	}

li {}

input.formButton {
	vertical-align: middle;
	}

img.left {
	margin: 0 5px 5px 0;
	}

img.right {
	margin: 0 0 5px 5px;
	}

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

a:hover {
	color: #FF6600;
	text-decoration: underline;
	}

/* コンテナブロック */
div#container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	}

/* ヘッダ */
div#header {
	width: 100%;
	margin: 0;
	padding: 0;
	}

div#headerbanner {
	float: right;
	}

/* メニューバー */
table#menubar {
	margin: 0;
	padding: 0;
	background-color: #AE5D34;
	}

td.menu {
	width:12%;
	font-size: 10px;
	text-align: center;
	background: url(images/menutitle3.jpg);
	background-repeat: no-repeat;
	background-color: #AE5D34;
	}

td.menu a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border-right:1px solid #ccc;
	padding:7px;
	background: url(images/menutitle3.jpg);
	background-repeat: no-repeat;
	}

td.menu a:hover {
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
	background: url(images/menutitle4.jpg);
	background-repeat: no-repeat;
	}

td#search {
	width: 34%;
	color: #ffffff;
	text-align: right;
	vertical-align: middle;
	padding-right:10px;
	background: url(images/menutitl3e.jpg);
	background-repeat: no-repeat;
	}
	
form.searchbox{
	margin: 1px 0 0 0;
	}

/* ログイン */
div#login {
	font-size: 70%;
	color: #660000;
	text-align: right;
	padding:  3px; 
	}

div#login a {
	color: #660000;
	font-weight: bold;
	}
	
div#login a hover{
	color: #66000;
	background-color:#839dbe;
	}

/* コンテンツテーブル角丸 */
div#tableTop {
	width: 100%;
	height:8px;
	background-color: #fff;
	}

div#tableTopleft {
	height:8px;
	width:8px;
	float left;
	background: url(images/body01.gif);
	background-repeat: no-repeat;
	background-position: left top;

	}

div#tableTopright {
	height:8px;
	width:8px;
	float: right;
	background: url(images/body02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}

div#tableBottom {
	width: 100%;
	height:8px;
	background-color: #fff;
	}

div#tableBottomleft {
	height:8px;
	width:8px;
	float: left;
	background: url(images/body03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

	}

div#tableBottomright {
	height:8px;
	width:8px;
	float: right;
	background: url(images/body04.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

table#mainTable {
	width: 100%;
	}

/* メニューテーブル角 */
td.menuTopleft {
	height:4px;
	width:4px;
	background: url(images/table1.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color:#CC7542;
	} 

td.menuTopmiddle {
	height:4px;
	background: url(images/table5.gif);
	background-repeat: repeat;
	background-position: top;
	background-color:#666666;
	}

td.menuTopright {
	height:4px;
	width:4px;
	background: url(images/table2.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#666666;
	}

td.menuBottomleft {
	height:4px;
	width:4px;
	background: url(images/table3.gif);
	background-repeat: no-repeat;
	background-position: left;
	}

td.menuBottommiddle {
	height:4px;
	background: url(images/table6.gif);
	background-repeat: repeat;
	background-position: top;
	}

td.menuBottomright {
	height:4px;
	width:4px;
	background: url(images/table4.gif);
	background-repeat: no-repeat;
	background-position: right;
	}

/* コンテンツ */
div#content {
	font-size: 85%;
	text-align: left;
	padding: 0 8px  8px 8px;
	}

/* フッター */
div#footer {
	color: #D9E2EF;
	font-size: 70%;
	text-align: center;
	padding: 10px 0 20px 0;
	}

div#footer a {
	color: #fff;
	}

div#footer a:hover {
	text-decoration: underline;
	}


/* 最新ニュースの枠 */
.item {
	border: 1px solid #f3f4f5;
	}

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

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

/* 最新ニュースのタイトルの設定 */
.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 {
	line-height: 130%;
	margin-top: 5px;
	margin-bottom: 5px;
	}

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

/* 最新ニュースのフッター */
.itemFoot {
	text-align: right;
	padding: 3px;
	background-color: ;
	}

.itemAdminLink {
	font-size: 90%;
	}

.itemPermaLink {
	font-size: 90%;
	}

/* メインメニュー */
td#mainmenu a {
	color: #ffffff;
	font-weight: bold;
	padding-left: 15px;
	background-image: url('images/tri.gif');
	background-repeat: no-repeat;
	background-position: left;
	}

td#mainmenu a:hover {
	color: #ff0000;
	background-image: url('images/tri2.gif');
	background-repeat: no-repeat;
	background-position: left;
	}

td#mainmenu a.menuTop {
	padding-left: 15px;
	}

td#mainmenu a.menuMain {
	padding-left: 15px;
	}

td#mainmenu a.menuSub {
	color: #ffffff;
	font-weight: normal;
	padding-left: 20px;
	}

/* ユーザーメニュー */
td#usermenu a {
	color: #ffffff;
	font-weight: normal;
	padding-left: 15px;
	background-image: url('images/tri.gif');
	background-repeat: no-repeat;
	background-position: left;
	}

td#usermenu a:hover {
	color: #ff0000;
	background-image: url('images/tri2.gif');
	background-repeat: no-repeat;
	background-position: left;
	}

td#usermenu a.highlight {
	background-color: #fcc;
	}

/* 左コラム */
td#leftcolumn {
	width: 170px;
	background-color: #fff;
	padding-left:8px;
	}

td#leftcolumn th {
	color: #fff;
	vertical-align: bottom;
	}

td#leftcolumn div.blockTitle {
	color: #ffffff;
	font-weight: bold;
	font-size: 75%;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 2px 0 6px 10px;
	background-color:#5A5053;
	}

td#leftcolumn div.blockContent {
	font-size: 75%;
	padding: 6px;
	line-height: 120%;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	/*background-color:#231F20;*/
	background-color:#000000;
	}

td#leftcolumn div.space {
	height:10px;
	}

/* 中央コラム */
td#centercolumn {
	width: 100%;
	color: #111111;
	margin: 0px;
	padding: 0 8px;
	background-color: #fff;
	}

td#centercolumn th {
	font-size: 90%;
	color: #336699;
	background-color: #dfe2e6;
	}

td#centerCcolumn div.blockTitle {
	font-size: 85%;
	color: #7b8a9e;
	font-weight: bold;
	padding: 2px 0 0 13px;
	margin: 0 0 5px 0;
	background-color: #dfe2e6;
	}

td#centerCcolumn div.blockContent {
	font-size: 85%;
	line-height: 120%;
	margin: 0 0 8px 0;
	}

/* 中央左コラム */
td#centerLcolumn {
	width: 50%;
	padding: 0;
	}

td#centerLcolumn div.blockTitle {
	font-size: 85%;
	color: #336699;
	font-weight: bold;
	padding: 2px 2px 2px 10px;
	margin: 0 0 5px 0;
	background-color: #f3f4f5;
	}

td#centerLcolumn div.blockContent {
	font-size: 85%;
	line-height: 120%;
	padding: 3px;
	margin: 0;
	}

/* 中央右コラム */
td#centerRcolumn {
	width: 50%;
	padding: 0;
	}

td#centerRcolumn div.blockTitle {
	font-size: 85%;
	color: #336699;
	font-weight: bold;
	padding: 2px 2px 2px 10px;
	margin: 0 0 5px 0;
	background-color: #f3f4f5;
	}

td#centerRcolumn div.blockContent {
	font-size: 85%;
	padding: 3px;
	margin: 0 0 2px 0;
	line-height: 120%;
	}

/* 右コラム */
td#rightcolumn {
	width: 160px;
	border-right: 8px solid #FFFFFF;
	background-color: #d9e2ef;
	}

td#rightcolumn th {
	color: #666666;
	vertical-align: bottom;
	}

td#rightcolumn div.blockTitle {
	font-size: 75%;
	color: #000000;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 3px 3px 3px 10px;
	}

td#rightcolumn div.blockContent {
	font-size: 75%;
	line-height: 120%;
	padding: 3px 3px 20px 3px;
	border-bottom: 1px solid #999999;
	}

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

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

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

.odd {
	padding: 5px;
	background-color: #FDF9F7;
	}

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

tr.even td {
	padding: 5px;
	}

tr.odd td {
	padding: 5px;
	}


/* Xoopsメッセージ */
div.errorMsg {
	background-color: #ffcccc;
	text-align: center;
	border-top: 1px solid #ddddff;
	border-left: 1px solid #ddddff;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	padding: 10px;
	}

div.confirmMsg {
	color: #136c99;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #ddddff;
	border-left: 1px solid #ddddff;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 10px;
	background-color: #ddffdf;
	}

div.resultMsg {
	color: #333333;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 10px;
	background-color : #ccc;
	}
	
/* Xoopsコード */
div.xoopsCode {
	font-family: Osaka, "Courier New",Courier,monospace;
	border: 1px inset #000080;
	padding: 0px 6px 6px 6px;
	background-color: #fff;
	}

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

/* コメント */
.comTitle {
	font-weight: bold;
	margin-bottom: 2px;
	}

.comText {
	padding: 2px;
	}

.comUserStat {
	font-size: 10px;
	color: #2F5376;
	font-weight:bold;
	border: 1px solid silver;
	margin: 2px;
	padding: 2px;
	background-color: #fff;
	}

.comUserStatCaption {
	font-weight: normal;
	}

.comUserStatus {
	color: #2f5376;
	font-weight:bold;
	font-size: 10px;
	margin: 10px 0 0 2px;
	}

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