* {padding:0; margin:0;}

/* 汎用タグ設定 */

html {-webkit-text-size-adjust:none}

body {
	color:#000;
	background:url(main_back000.gif) repeat-x top;
	font-size:76%;
	line-height:1.4;
	text-align:center;
}

table {width:100%; border-collapse:collapse;}
table td {vertical-align:top;}
th {padding:3px 10px; background:#EEF3F6 url(title_bg.gif) repeat-x; color:#333; border:1px solid #B0BDC6;}

/* 全般的なリンクの設定 */
a {color:#16387C; text-decoration:none;}
a:hover {text-decoration:underline;}

img {border:0;}

hr {border:1px dotted #B0BDC6;}

/* リスト表示の設定 */
ul {margin:0px; padding:2px; list-style:decimal outside; text-align:left;}
li {margin-left:15px; list-style:square outside; color:#2F5376;}

input.formButton {}

#wrapper {width:950px; margin:0 auto;}

/* ヘッダの定義 */
#header {
	width:950px;
	margin:0px 0px 5px;
}
#header .sitesubname {
	width: 950px;
	clear: both;
}
#header .sitename h1 {
	float:left;
	padding:2px 0px 0px 5px;
	margin-top: 7px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	width: 570px;
	text-align: left;
}
#header .sitesubname h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 1px;
	white-space: nowrap;
}
h3 {
	padding:5px 5px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	margin: 0px;
	width: 50%;
}
#header .slogan {
	float:right;
	width:370px;
	font-size:10px;
	text-align:right;
	color: #999999;
	padding-top: 8px;
	padding-right: 5px;
}
#header .slogan a {
	font-size:10px;
}
#header .roadlogo {
	clear: both;
	float: left;
	padding-bottom: 5px;
}
#header .slogan h2 {padding:2px 10px;}
#header .button1 { margin: 0px;}
#header .logo {
	text-align: left;
	padding-bottom: 5px;
	padding-top: 0px;
	width: 570px;
	float: left;
	padding-left: 5px;
}
#header .searchbox {
	margin:3px 0px 0px;
	height: 30px;
	width: 950px;
}
#header .sitesearch1 {
	height: 30px;
	vertical-align: bottom;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
#header .topnavi,
#header .topnavi a {font-size:10px;}
#header .searchinput {
	width:100px;
	height:20px;
	border:1px solid #C0CDD5;
	vertical-align:bottom;
	margin-top: 5px;
}
#header .searchbotton {
	width:60px;
	height:22px;
	color:#000;
	border:1px solid #666666;
	vertical-align:middle;
	background-color: #FCFCFE;
	margin-top: 5px;
}
#header .infobar {
	padding:0px;
	text-align: left;
	font-size: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
	float: left;
}
#header .infobar a {
	color: #316AC5;
}
.karakara {
	padding:0px;
	clear: both;
	margin: 0px;
	height: 8px;
	width: 950px;
}

#header .road-button {
	text-align: left;
	white-space: nowrap;
	height: 30px;
	padding-left: 0px;
	float: left;
}
#header .banner {
	float:right;
	width:370px;
	text-align:right;
	color: #999999;
	padding-top: 5px;
	padding-right: 5px;
}
#header .search1 {
	float: right;
}

/* メインカラムの定義 (左+中央） */
#canvas {text-align:left;}
body.ShowBlockL0R0 #canvas {width:100%; clear:both;}
body.ShowBlockL1R0 #canvas {width:100%; clear:both;}
body.ShowBlockL0R1 #canvas {width:100%; float:left; margin-right:-180px; clear:both;}
body.ShowBlockL1R1 #canvas {width:100%; float:left; margin-right:-180px; clear:both;}

/* 中央カラムの定義 */
body.ShowBlockL0R0 #centercolumn {float:left; width:100%;}
body.ShowBlockL1R0 #centercolumn {float:right; width:100%; margin-left:-180px;}
body.ShowBlockL0R1 #centercolumn {margin-right:180px;}
body.ShowBlockL1R1 #centercolumn {float:right; width:100%; margin-left:-180px;}

/* 中央-中央ブロックの定義 */
#centerC {
	width:100%;
	clear: both;
}
#centerC .blockTitle {
	padding:3px 5px;
	background:#EEF3F6 url(title_bg.gif) repeat-x;
	color:#18397C;
	border:1px solid #B0BDC6;
	font-weight:bold;
	font-size: 12px;
}
#centerC .blockContent {padding:0px; background:#FFFFFF; border:1px solid #B0BDC6; border-top:0; margin-bottom:10px;}

/* 中央-左ブロックの定義 */
#centerL {width:100%; float:left;margin-top: 0px;}
#centerL .blockTitle {
	padding:3px 5px;
	background:#EEF3F6 url(title_bg.gif) repeat-x;
	color:#18397C;
	border:1px solid #B0BDC6;
	font-weight:bold;
	font-size: 12px;
}
#centerL .blockContent {
	padding:0px;
	margin-top:0px;
	margin-bottom:10px;
}

/* 中央-右ブロックの定義 */
#centerR {
	width:100%;
	float:right;
	margin-top: 0px;
}
#centerR .blockTitle {
	padding:3px 5px;
	background:#EEF3F6 url(title_bg.gif) repeat-x;
	color:#18397C;
	border:1px solid #B0BDC6;
	font-weight:bold;
	font-size: 12px;
}
#centerR .blockContent {
	padding:0px;
	margin-bottom:10px;
}

/* メインコンテンツの定義 */
body.ShowBlockL1R0 #mainContents {margin-left:180px; padding:0 10px 0 0; clear:both;}
body.ShowBlockL1R1 #mainContents {margin-right:180px; margin-left:180px; padding:0; clear:both;}

/* 左カラムの定義 */
#leftcolumn {
	width:170px;
	float:left;
	margin-top: 0px;
}
#leftcolumn .blockTitle {
	padding:3px 10px;
	background:#EEF3F6 url(title_bg.gif) repeat-x;
	color:#18397C;
	border:1px solid #B0BDC6;
	font-weight:bold;
	font-size: 12px;
}
#leftcolumn .blockContent {
	padding:5px 0px 0px;
	background:#EEF3F6 url(left_bg.gif) repeat-x;
	border:1px solid #B0BDC6;
	border-top:0;
	margin-bottom:7px;
}

/* 右カラムの定義 */
#rightcolumn {
	width:170px;
	float:right;
	text-align:left;
	margin-top: 0px;
}
#rightcolumn .blockTitle {
	padding:3px 10px;
	background:#EEF3F6 url(title_bg.gif) repeat-x;
	color:#18397C;
	border:1px solid #B0BDC6;
	font-weight:bold;
	font-size: 12px;
}
#rightcolumn .blockContent {padding:5px 6px; background:#EEF3F6 url(left_bg.gif) repeat-x; border:1px solid #B0BDC6; border-top:0; margin-bottom:7px;}

/* メインメニューの定義 */
#mainmenu a {display:block; margin:0; padding:4px;}
#mainmenu a:hover {}
#mainmenu a.menuTop {}
#mainmenu a.menuMain {
	padding: 1px;
}
#mainmenu a.menuSub {padding-left:12px;}

/* ユーザメニューの定義 */
#usermenu a {
	display:block;
	margin:0;
	padding:1px;
}
#usermenu a:hover {}
#usermenu a.menuTop {}
#usermenu a.highlight {background:#ffcccc;}

/* フッタブロックの定義 */
#footer {clear:both; border-top:1px solid #B0BDC6; text-align:center; font-family:sans-serif; font-size:11px; padding:8px;}

/* フォーラムなどの外枠 */
.outer {border:1px solid #B0BDC6;}
/* フォーラムなどの投稿情報欄 */
.head {background:#EEF3F6; padding:5px; font-weight:bold;}

/* フォーラムなどの交互に色が変わる部分 */
.even {background:#FFFFFF; padding:5px;}
.odd {background:#F7F9FA; padding:5px;}
tr.even td {background:#FFFFFF; padding:5px;}
tr.odd td {background:#F7F9FA; padding:5px;}

/* フォーラムなどのフッター */
.foot {background:#EEF3F6; padding:5px; font-weight:bold;}


/* 最新ニュースの枠 */
.item {border:1px solid #B0BDC6;}
/* 最新ニュースのタイトルバー */
.itemHead {padding:3px 10px; background:#EEF3F6 url(title_bg.gif) repeat-x; color:#333; border:1px solid #B0BDC6;}
/* 最新ニュースの投稿情報欄 */
.itemInfo {text-align:right; padding:3px; background:#EEF3F6; border-top:1px solid #B0BDC6;}
/* 最新ニュースのタイトルの設定 */
.itemTitle a {font-size:120%; font-weight:bold;}
/* 最新ニュースの投稿者 */
.itemPoster {font-size:90%;}
/* 最新ニュースの投稿日 */
.itemPostDate {font-size:90%;}
/* 最新ニュースのステータス */
.itemStats {font-size:90%;}
/* 最新ニュースのコンテンツ部分 */
.itemBody {padding:10px;}
.itemText {margin-top:5px; margin-bottom:5px; line-height:150%;}
/* 最新ニュースの1文字目 */
.itemText:first-letter {}
/* 最新ニュースのフッター */
.itemFoot {text-align:right; padding:3px; background:#EEF3F6;}
.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;}
/* SPRY用 */

.SlidingPanels {
	float: left;
	position: relative;
	width: 680px;
	padding: 0px;
	border: none;
}
#slidingPanel{

	margin-left:30px;
	border-left:1px solid #EEEEEE;
}
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	sborder: none;
}

.SlidingPanelsContent {
	float: left;
	width: 680px;
	overflow: hidden;
	margin:0px;
	padding-right:0px;
	padding-left:0px;
}


.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.slidingTabPanelWrapper {
	height:47px;
	margin:0px;
	display: none;
	width:550px;
	background:url(http://www.roadanzen.com/javascript/img/tab_shadow.png) bottom center no-repeat;
}
.slidingTabPanel {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:220px;
	height:46px;
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:50px;
	margin:0 2px;
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:50px;
	height:46px;
	cursor:default;
	outline:none;
	
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:50px;
	height:46px;
	background-position:-100px;
	cursor:pointer;
	outline:none;
	
}
.tab:hover {
	background-position:-50px;
}
#nutshell {
	background-image:url(http://www.roadanzen.com/javascript/img/tab_nutshell_II.png);

}
#widgets {
	background-image:url(http://www.roadanzen.com/javascript/img/tab_widgets_II.png);
}
#data {
	background-image:url(http://www.roadanzen.com/javascript/img/tab_data_II.png);
}
#effects {
	background-image:url(http://www.roadanzen.com/javascript/img/tab_effects_II.png);
}
