/* 全般設定 */
* {padding:0; margin:0; font-size:100%;}

body {
	color:#999;
	background:#333333 url(http://naru10.com/img/allbg.gif) repeat;
	font-size:75%;
	line-height:1.4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

table {width:100%; border-collapse:collapse;}
table td {vertical-align:top;}
th {padding:3px 5px; background:url(title_bg1.gif) repeat-x left top; color:#FFF; font-weight:bold;}
th a {color:#fff;}

/* 全般的なリンクの設定 */
a {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
a:hover {color:#CC2E00;}

/* 一般タグの設定 */
h1,h2,h3,h4,h5,p,b,i,u,form {margin:0.5em 0;}
img {border:0;}

/* リスト表示の設定 */
ul {
	margin:0;
	padding:2px;
	list-style:none;
	text-align:left;
}
li {
	margin-left:20px;
	list-style:none;
	color:#999999;
}

input.formButton {}

#container {
	width:939px;
	margin:0 auto;
	text-align:left;
}

/* ヘッダーブロックの定義 */
#logo {width:250px; height:80px; float:left;}

#searchform {
	width: 230px;
}
#searchform form {
	text-align: right;
}
#searchform input.field {
	width:10em;
	border:1px solid #C8C8C8;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#searchform input.button {
	width:5em;
	padding:1px !important;
	padding:0;
	background:#E6E6E6;
	border:solid 1px #969696;
	text-align:center;
	color:#969696;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#navi {clear:both; width:780px; height:35px; overflow:hidden; background:#DCDCDC url(title_bg1.gif) repeat-x left top;; color:#FFF; margin-bottom:5px;}
#navi ul {list-style:none; margin:0 padding:0;}
#navi ul li {float:left; list-style:none; margin:0; padding:0; width:154px; height:35px; border-right:solid 1px #FFF;}
#navi ul li a {display:block; text-align:center; text-decoration:none; font-weight:bold; color:#FFF; padding-top:5px;}
#navi ul li a:hover {color:#FFF; text-decoration:none; background: url(title_bg2.gif) repeat-x left top; height:35px;}
#navi .last {border-right:0px; width:156px;}

/* 左ブロックの定義 */
#leftcolumn {
	width:179px;
}
/*左ブロックタイトルの定義*/
#leftcolumn .blockTitle {padding:5px; background:url(title_bg3.gif) repeat-x left top; color:#FFF; font-weight:bold;}
/*左ブロックコンテンツの定義*/
#leftcolumn .blockContent {
}

/* メインメニューの定義 */
#mainmenu a {
	margin:0;
	padding:4px;
	display:block;
	color: #CCCCCC;
}
#mainmenu a:hover {
	color: #FF9900;
}
#mainmenu a.menuTop {
	padding-left:15px;
}
#mainmenu a.menuMain {
	padding-left:15px;
}
#mainmenu a.menuSub {
	padding-left:25px;
}

/* ユーザメニューの定義 */
#usermenu a {
	display:block;
	margin:0 0px;
	padding:4px 4px 4px 15px;
	color: #CCCCCC;
}
#usermenu {
	padding-bottom: 5px;
	border-bottom: medium double #FFCC00;
}

#usermenu a:hover {
	color: #FF9900;
}
#usermenu   a.menuTop {
	padding-left: 15px;
}
#usermenu a.highlight {background:#ffcccc;}


/* 中央ブロックの定義 */
#centercolumn {
	padding:0 5px 10px;
}

/* 中央-中央ブロックの定義 */
#centerCcolumn {}
#centerCcolumn .blockTitle {padding:5px; background:url(title_bg1.gif) repeat-x left top; color:#FFF; font-weight:bold;}
#centerCcolumn .blockContent {
	padding:5px;
	margin-bottom:5px;
}

/* 中央-左ブロックの定義 */
#centerLcolumn {width:50%; padding:0 3px 0 0;}
#centerLcolumn .blockTitle {padding:5px; background:url(title_bg4.gif) repeat-x left top; color:#FFF; font-weight:bold;}

#centerLcolumn .blockContent {
	padding:5px;
	margin-bottom:5px;
}

/* 中央-右ブロックの定義 */
#centerRcolumn {width:50%; padding:0 0 0 3px;}
#centerRcolumn .blockTitle {padding:5px; background:url(title_bg4.gif) repeat-x left top; color:#FFF; font-weight:bold;}
#centerRcolumn .blockContent {
	padding:5px;
	margin-bottom:5px;
}

/* メインコンテンツの定義 */
#content {
	text-align:left;
	padding:0px 5px 5px;
}
#content a {
	color: #FF9933;
}
#content a:hover {
	color: #CC2E00;
}
#d3blogHeader {
	color: #FF3300;
}


/* 右ブロックの定義 */
#rightcolumn {
	width: 219px;

}
#rightcolumn .blockContent {
	padding-right: 10px;
	padding-left: 15px;

}

/* フッタブロックの定義 */
#footerbar {
	text-align:center;
	font-size:11px;
	background: url(http://naru10.com/img/foot.jpg) no-repeat;
	height: 66px;
	width: 939px;
	vertical-align: middle;
}
#footerbar a {color:#333;}

/* フォーラムなどの外枠 */
.outer {border:1px solid silver;}
/* フォーラムなどの投稿情報欄 */
.head {
	background:#990000;
	padding:5px;
	font-weight:bold;
	color: #CCCCCC;
}

/* フォーラムなどの交互に色が変わる部分 */
.even {
	background:#E3E1E1;
	padding:5px;
	color: #333333;
}
.odd {background:#F2EFED; padding:5px;}
tr.even td {background:#E3E1E1; padding:5px;}
tr.odd td {background:#F2EFED; padding:5px;}

/* フォーラムなどのフッター */
.foot {background:#C4B4A5; padding:5px; font-weight:bold;}


/* 最新ニュースの枠 */
.item {
	border:1px solid #990000;
}
/* 最新ニュースのタイトルバー */
.itemHead {
	padding:5px;
	background:url(itemhead.jpg) repeat;
	color:#FFF;
	font-weight:bold;
}
/* 最新ニュースの投稿情報欄 */
.itemInfo {
	text-align:right;
	padding:3px 5px;
	background:#333333;
	color: #CCCCCC;
}
/* 最新ニュースのタイトルの設定 */
.itemTitle a {font-size:120%; font-weight:bold; font-variant:small-caps; color:#ffffff;}
/* 最新ニュースの投稿者 */
.itemPoster {
	font-size:90%;
}
/* 最新ニュースの投稿日 */
.itemPostDate {font-size:90%;}
/* 最新ニュースのステータス */
.itemStats {font-size:90%;}
/* 最新ニュースのコンテンツ部分 */
.itemBody {padding:10px;}
.itemText {margin-top:5px; margin-bottom:5px; line-height:1.5;}
/* 最新ニュースの1文字目 */
.itemText:first-letter {}
/* 最新ニュースのフッター */
.itemFoot {
	text-align:right;
	padding:3px 5px;
	background:#333333;
	color: #CCCCCC;
}
.itemAdminLink {font-size:90%;}
.itemPermaLink {font-size:90%;}

/* システムメッセージ */
div.errorMsg {background:#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:#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:#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コードを記述する部分 */
div.xoopsCode {background:#ffffff; border:1px inset #000080; padding:0px 6px 6px 6px;}


/* 引用部分の定義 */
div.xoopsQuote {background:#ffffff; border:1px inset #000080; 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:#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:0px;}
.comUserName {}
.comUserImg {margin:2px;}
.comDate {font-weight:normal; font-style:italic; font-size:smaller;}
.comDateCaption {font-weight:bold; font-style:normal;}

/* naruのオリジナル部分 */

#containerOuter {
	width:969px;
	margin:0 auto;
	padding-top: 10px;
	background: #000000;
}

#head01 {
	background: #000000 url(http://naru10.com/img/h01.jpg) no-repeat;
	height: 14px;
	width: 909px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 100%;
	font-size: 12px;
	padding: 4px 0px 0px 30px;
	margin: 0px;
}
#head01 h1 {
	margin: 0px;
	padding: 0px;
}


#head02 {
	background: #000000 url(http://naru10.com/img/h02.jpg) no-repeat;
	height: 127px;
	width: 939px;
}
#head03 {
	background: #000000 url(http://naru10.com/img/h03.jpg) repeat-y;
	width: 939px;
	padding-top: 3px;
}
#head04 {
	background: #000000 url(http://naru10.com/img/h04.jpg) no-repeat;
	width: 939px;
	height: 12px;
}
#lb01 {
	background: #990100 url(http://naru10.com/img/lb01.jpg) no-repeat;
	height: 40px;
	width: 179px;
}
#lb02 {
	background: #990100 url(http://naru10.com/img/lb02.jpg) repeat-y;
	width: 179px;
}
#lb03 {
	background: url(http://naru10.com/img/lb03.jpg) no-repeat;
	width: 179px;
	height: 6px;
}
#rb01 {
	background: #990100 url(http://naru10.com/img/rb01.jpg) no-repeat;
}
#rb02 {
	background: #990100 url(http://naru10.com/img/rb02.jpg) repeat-y;
}
#rb03 {
	background: #990100 url(http://naru10.com/img/rb03.jpg) no-repeat;
}
.bodypad {
	padding-right: 10px;
	padding-left: 10px;
}
.calhead {
	color: #CCCCCC;
}
.narusearch {
	width: 150px;
	text-align: center;
	margin: 30px auto 20px;
}

#head03 #topsearch {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 230px;
}
#head03 #topsearch td {
	margin: 0px;
	padding: 0px;
}
#rb02 .blockContent {
	margin-bottom: 15px;
}
.m0p0 {
	margin: 0px;
	padding: 0px;
}
.nonePad {
	display: none;
	margin-bottom: 10px;
}
.none {
	display: none;
}
.rekidai {
	font-size: 11px;
	line-height: 150%;
	color: #FFCC66;
	margin-top: 3px;
}
.rekidai a {
	color: #FF9900;
	text-decoration: underline;
}
.pico_body h3{
	font-size: 14px;
	color: #FFCC66;

}
#topNewwaku a {
	color: #FF9900;
}
#topNewwaku a:hover {
	color: #FF9900;
	text-decoration: underline;
}

#rb02 a {
	color: #FF9900;
}
#rb02 a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.onegai a {
	color: #FFFFFF;
}#centercolumn p {
	font-size: small;
	line-height: 185%;
}


