/* 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: #7b8a9e url(images/background.gif) top left repeat-x;
	margin: 0;
	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: #4d7398;
	}
li {}
input.formButton {
	vertical-align: middle;
	}
img {
	margin: 0;
	padding: 0;
	}

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

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

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

/* --------------- グローバルナビゲーション --------------- */
#navi {
	width: 760px;
	height: 28px;
	margin: 0;
	padding: 0;
	background: transparent url(images/menutitle.jpg) top left repeat-x;
	}
#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navi li {
	float: left;
	width:85px;
	font-size: 11px;
	text-align: center;
	background-color: #7b8a9e;
	line-height: 100%;
	}
#navi li a {
	display: block;
	height: 18px;
	padding: 7px 0 3px;
	border-right:1px solid #ccc;
	background: transparent url(images/menutitle.jpg) top left repeat-x;
	color: #999;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	}
#navi li a:hover {
	color: #666;
	vertical-align: middle;
	background: transparent url(images/menutitle2.jpg) top left repeat-x;
	}
#navi li#search {
	width: 240px;
	height: 20px;
	color: #999;
	text-align: right;
	vertical-align: middle;
	padding: 3px 10px 0 0;
	background: transparent url(images/menutitle.jpg) top left repeat-x;
	}
#navi form.searchbox{
	margin: 0;
	padding: 0;
	}
#navi input.query {
	height: 12px;
	width: 120px;
	margin: 0 2px 1px;
	padding: 2px;
	font-size: 10px;
	}
#navi input.submit {
	margin: 0 0 3px;
	font-size: 10px;
	}

/* --------------- ログイン --------------- */
#login {
	clear: both;
	padding: 3px; 
	font-size: 10px;
	color: #fff;
	text-align: right;
	}
#login a {
	color: #fff;
	font-weight: bold;
	}
#login a hover{
	background-color:#839dbe;
	color: #fff;
	}

/* --------------- コンテンツテーブル角丸 --------------- */
#boxTop {
	clear: both;
	width: 100%;
	height:8px;
	background: #fff;
	}
#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: #fff;
	}
#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: #fff;
	}
#wrapper {
	float: left;
	width: 580px;
	margin: 0;
	padding: 0;
	background: #fff;
	}

/* --------------- 左コラム --------------- */
#leftcolumn {
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;
	background: #fff;
	}
#leftcolumn h2 {
	height: 18px;
	margin: 0;
	padding: 8px 0 0 10px;
	background: transparent url('images/leftblock_title.gif') top left no-repeat;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	line-height: 100%;
	}
#leftcolumn div.blockContent {
	margin: 0 0 10px;
	padding: 6px 6px 12px;
	border-top: 1px solid #999;
	background: transparent url('images/leftblock_bg.gif') bottom left repeat;
	font-size: 10px;
	line-height: 120%;
	}

/* --------------- 中央コラム --------------- */
#centercolumn {
	margin: 10px 0 0 170px;
	padding: 0 10px;
	background-color: #fff;
	color: #111;
	}
#centerCcolumn h1 {
	margin: 0;
	padding: 2px 0;
	border-bottom: 1px solid #111;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	}
#centerCcolumn h2 {
	margin: 0;
	padding: 2px 0;
	border-bottom: 1px solid #111;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	}
#centerCcolumn div.blockContent {
	margin: 0 0 8px 0;
	line-height: 120%;
	}

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

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

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

/* --------------- 右コラム --------------- */
#rightcolumn {
	float: right;
	width: 160px;
	margin: 0 0 20px;
	padding: 0;
	background-color: #d9e2ef;
	}
#rightcolumn th {
	color: #666;
	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 #999;
	font-size: 10px;
	line-height: 120%;
	}

/* --------------- フッター --------------- */
div#footer {
	clear: both;
	padding: 10px 0 20px 0;
	color: #D9E2EF;
	font-size: 10px;
	text-align: center;
	}
div#footer a {
	color: #fff;
	}
div#footer a:hover {
	text-decoration: underline;
	}

/* --------------- 最新ニュースの枠 --------------- */
.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: bold;
	font-size: 10px;
	}
td#mainmenu a {
	padding-left: 15px;
	background: transparent url('images/tri.gif') left no-repeat;
	color: #336699;
	}
td#mainmenu a:hover {
	background: transparent url('images/tri2.gif') left no-repeat;
	color: #ff0000;
	}
td#mainmenu a.menuTop {
	padding-left: 15px;
	}
td#mainmenu a.menuMain {
	padding-left: 15px;
	}
td#mainmenu a.menuSub {
	padding-left: 20px;
	color: #336699;
	font-weight: normal;
	}

/* --------------- ユーザーメニュー --------------- */
td#usermenu {
	padding: 0;
	margin: 0;
	border:0;
	font-weight: normal;
	font-size: 10px;
	}
td#usermenu a {
	padding-left: 15px;
	background: transparent url('images/tri.gif') left no-repeat;
	color: #336699;
	}
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;
	}
