/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.4
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes and yama.kyms
-------------------------------------------------*/

/*-------------------------------------------------
  General layout 一般的なレイアウト
-------------------------------------------------*/
body
{
	/* background: #505050 url(images/bg.gif); */
	background: #333366 url(images/body_bg.png);
         background-repeat: repeat-x;
	color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 12px;
	padding: 27px; /* ページを一番上に合わせる */
	margin: 0;
}

img
{
	border: 0;
	border-color: #000000;
}
form
{
	margin: 0;
}

/* Headings 見出し */
h1,h2,h3,h4,h5,h6
{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	/*background: url(images/arrow.gif) left 5px no-repeat;*/
	padding: 0 0 0 10px;
	margin: 0 20px;
}

/* Links */
a:link, a:visited
{
	color: #eeeeee; /*635D45;*/
	text-decoration: none;
}
a:hover, a:active
{
	color: #FFFFFF;
}
#header a:link, #header a:visited
{
	color: #AAAAFF;
}
#header a:hover, #header a:active
{
	color: #999999;
}
#container-topbar-menu a:link, #container-topbar-menu a:visited
{
	color: #000000;
}
#container-topbar-menu a:hover, #container-topbar-menu a:active
{
	color: #ffffff;
}

#copyrights a:link, #copyrights a:visited
{
	color: #ffffff;
}
#copyrights a:hover, #copyrights a:active
{
	color: #737373;
}

/* Basic classes 基本クラス */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 800px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 800px;
	height: 57px;
	/* large header image is defined below */
	background: url(images/NBP_title.jpg) no-repeat;
	/* background-color: black; */
	border-width: 0 0px;
	border-style: solid;
	border-color: #E0E0E0;
	margin: auto;
}
#header h1
{
	/* small header image specific lines */
	width: 800px;
	height: 124px;
	background: url(images/welcome_banr.jpg) no-repeat 0px 100px;
	padding : 100px;   
	/* end small header image specific lines */
	font-size: 12px;
	text-align: center;
	/*line-height: 00px;
	letter-spacing:0px;*/
}


/*-------------------------------------------------
 トップ広告枠
-------------------------------------------------*/
#TopAdvertisingframe
{
	width: 200px;
	height: 350px;
         background: #000099 url(images/sidetitlebg.gif) repeat;
         background-position: right top;
	border-width: 0;
	border-style: solid;
	border-color: #E0E0E0;
	padding: 5px 0 0 0; /*600px;*/
	margin: -347px 0 0 600px; /*-347px*/ 
}
#TopAdvertisingflash
{
	width: 185px;
	height: 278px;
         background-position: left top;
	border-width: 0;
	border-style: solid;
	border-color: #ffffff;
	padding: 0 0 0 0;
	margin: 33px 0 0 7px; /*-347px*/ 
         border: 2px solid Black;
}


/*-------------------------------------------------
 Top menu
-------------------------------------------------*/
#container-topbar-menu{ /*メニューボタンの背景を設定*/
	width : 600px;
	height : 80px; /* 背景画像（bg.gif）の高さを設定*/
	/*background-image : url(images/bg.jpg);&#12288; 背景画像*/
	/*background-color : #000000 画像が表示されないときの背景色設定*/
	background-position : left top; /*左上に配置*/
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}
ul{
	list-style : none; /*リストマークを消す*/
	text-align:center; /*ボタン枠のテキストをセンター寄せ*/
	padding : 0px;
	margin : 0px;
}
li{
	width : 64px; /*リストの幅の設定*/
         height : 64px;
	float:left; /*これで一列にリストを並ばせる*/
	padding : 5px;
	margin : 0;
}
li a{
	font-size:12px;
         display:block; /*リンク範囲をブロックに変更する*/
	width:100%; /*リンク範囲の横幅は100％*/
	height : 64px; /*リンク範囲の高さを自動に：firefox必須*/
	background-image:url(images/NBPPS_TOP_MENU_BTN-off.gif); /*off画像*/
	background-position : left top; /*画像を左上に配置*/
	background-repeat : no-repeat; /*背景画像を繰り返さない*/
	padding : 0;
	margin : 0;
	text-decoration : none; /*下線を表示しない*/
	/*color : black;*/
	line-height : 65px; /*テキストの位置を調整*/
	border-top-style : solid; /*ボタン枠を設定*/
	border-bottom-style : solid;
	border-right-style : solid;
	border-width : 0px 0px 0px 0;
	border-top-color : #000000;
	border-bottom-color : #000;
	border-right-color : #000;
}
li a:visited{
	font-size:12px;
	color:white;
	text-decoration : none; /*下線を表示しない*/
}
li a:hover{ /*マウスポインタがリンクに重なったときの設定*/
	font-size:12px;
	background-image:url(images/NBPPS_TOP_MENU_BTN-on.gif); /*on画像*/
	background-position : left top; /*画像を左上に配置*/
	background-repeat : no-repeat; /*背景画像を繰り返さない*/
	color:white; /*テキストを白色へ変更*/
	padding : 0;
	margin : 0;
	line-height : 65px;
	border-top-style : solid; /*ボタン枠を設定*/
	border-bottom-style : solid;
	border-right-style : solid; border-width : 0px 0px 0px 0px;
	border-top-color : #000000;
	border-bottom-color : #000000;
	border-right-color : #000000;
}

/*-------------------------------------------------
  Information View
-------------------------------------------------*/

#informationview
{
	width: 590px;
	height: 300px;
         background: #000099 url(images/headbg.png) repeat;
	border: 0px solid black;
	padding: 0 0 0 0;
	margin: 10px 0 10px 0;
}
.informationWrap
{
	height: 300px;
         background: url(images/information_view.png) no-repeat;
         background-position: center center;

}
#informationbody
{
 	width: 560px;
	height: 227px;
         /*background: #000066 url(images/sidetitlebg.gif);*/
	padding: 5px 5px 5px 5px;
}
.informationcont
{
	margin: 56px 0 0 12px;
}

/*-------------------------------------------------
  Next Session View
-------------------------------------------------*/
#nextsessionview
{
	width: 595px;
	height: 250px;
         background: url(images/Recommend_view.jpg) no-repeat;
         background-position: left top;
	border-width: 0;
	border-style: solid;
	border-color: #E0E0E0;
	padding: 59px 0 0 18px;
	margin: auto;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 590px;
	/*background: none;*/
	float: left;
	border-width: 0px;
	border-style: solid;
	border-color: #333333;
	margin: auto;
}
#wrapper
{
	width: 590px;
	/*background: white url(images/bgcontainer01.gif) repeat-y;
	background: url(images/wrapp_bg_NBP.gif) repeat-y;*/
	margin: auto;
}

#sessionwrapper
{
	width: 590px;
	/*background: white url(images/bgcontainer01.gif) repeat-y;
	background: url(images/wrapp_bg_NBP.gif) repeat-y;*/
	margin: auto;
}


/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 590px;
	height: 1%;
	overflow: visible;
	float: left;
	padding: 0 0 0 0;
	/*margin-left: -206px;*/
	margin: 0px 0 30px 0;
}
.content
{
	padding: 0;
	/*margin: 0px 20px 30px 224px;*/
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2
{
	clear: both;
	/*background: url(images/dot.gif) bottom repeat-x;*/
         background: #aaaaaa url(images/nbp-content-title-bar.gif) no-repeat;
	line-height : 40px;
	font-size: 12px;
	padding: 0 10px 0 50px;
	margin: 0; /*20px 0 0 0;*/
}
.contentbody
{
	width: 550px;
	/*background: blue; url(images/wrapp_bg_NBP.gif) repeat-y;*/
	font-size:12px;
	text-align: justify;
	padding: 5px 20px 20px 20px;
	margin: 0 0 10px 0; /*20px 0 0 0;*/
	line-height:1.5;
	border-width: 0px;
	border-style: solid;
	border-color: #333333;
}



/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	/* background: url(images/bgcategory.gif) center left no-repeat; */
	font-size: 12px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	/*background: url(images/bgpostedby.gif) center left no-repeat;*/
	font-size: 12px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	/*background: url(images/bgcomment.gif) center left no-repeat;*/
	font-size: 12px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	/*background: url(images/bgedit.gif) center left no-repeat;*/
	font-size: 12px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: right;
	width: 200px;
/*border:3px solid red;*/
         background: #000099 url(images/sidetitlebg.gif);
/*max-width: 100%;*/
	padding: -300px 0 0 0;
	margin: -21px 0 0 0;
}
.sidebar
{
	color: #21262A;
	/* margin: 0px 0px 4px 0px;*/
}

/* Menu lists */
.sidebardl
{
	padding: 0 0 10px 0;
	margin: 0;
}
.sidebardl dt
{
	background: #000044 url(images/sidetitlebg.gif);
         background: url(images/title_form200_bg.png);
	background-position : left top; /*画像を左上に配置*/
	background-repeat : no-repeat; /*背景画像を繰り返さない*/
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing:2px;
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	padding: 22px 0px 15px 50px;
}
.sidebardl dd
{
	background: #000044; /*url(images/sidetitlebg.gif)*/
	padding: 2px 15px;
	margin: 1px 0 0 0;
}
.sidebardl dd:hover
{
	background: #000099; /*url(images/sidetitlebg.gif);*/
	padding: 2px 15px;
	margin: 1px 0 0 0;
}
.sidebardl dd a:link, .sidebardl dd a:visited
{
	background: url(images/arrow.gif) left center no-repeat;
	padding: 0 0 0 10px;
}


/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 800px;
	background: #000000;
	text-align: center;
	float: left;
	padding: 10px 0 10px 0;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	margin: 0 0 0 0;
}

#copyrights
{
	color: #ffffff;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	font-size: 12px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
	padding:5px;
	line-height:1.5;
}
.formbutton
{
	font-size: 12px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.searchform .formfield
{
	width: 130px;
	background: #D3D3D3;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
	border-top: 0px solid #D4D2CF;
	border-left: 0px solid #D4D2CF;
	border-bottom: 0px solid #868686;
	border-right: 0px solid #868686;
}
.searchform .formbutton
{
	width: 95px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	background: url(images/searchform_sw_off.gif);
	padding: 2px 2px;
	border-top: 0px solid #D4D2CF;
	border-left: 0px solid #D4D2CF;
	border-bottom: 0px solid #868686;
	border-right: 0px solid #868686;

}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 300px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}

textarea#nucleus_cf_body
{
	width:470px;
}

/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #80ff80;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}

/*-------------------------------------------------
  Top Content wrappers
-------------------------------------------------*/
#topmainwrapper
{
	width: 590px;
	/*height: 300px;*/
	border-width: 0;
	border-style: solid;
	border-color: #E0E0E0;
	padding: 0 0 0 0;
	margin-left: 0;
	/*border: 1px solid black;*/
}
#topwrapper
{
	width: 587px;
	/*height: 280px;*/

         padding: 0;
	margin-left: 0;
}

/*-------------------------------------------------
  top content
-------------------------------------------------*/
#topcontainer
{
	float: left;
	width: 590px;
	/*height: 300px;*/
	background: #000099 url(images/headbg.png) repeat;
	overflow: visible;
	padding: 0;
	margin: 0 0 0 0;
}

.topcontent
{
	float: left;
	width: 580px;
	padding: 0 0 0 0;

	margin: 5px 0 0 5px;
	/* border: 1px solid black; */
}

/*-------------------------------------------------
  Top Item styles
-------------------------------------------------*/
.topcontenttitle h2
{
	clear: both;
         /*width: 580px;*/
	/*background: url(images/dot_gray.gif) bottom repeat-x;*/
         background: #0000ff url(images/headbg.png);
	background: url(images/Recommend_view.png) no-repeat;
	line-height : 25px;
	font-size: 12px;
	padding: 11px 0 20px 200px;
	margin: 0 0 0 0;
	/*border: 1px solid red;*/
}

.topcontenttitle:hover
{
	/*background: #111111;
	background-position: 6px 9px;*/
}

.topcontentbody
{

	font-size:12px;
	text-align: justify;
         /*background: #000066 url(images/sidetitlebg.gif);*/
	padding: 5px 5px 5px 5px;
	line-height:1.5;
         margin: 0 10px 20px 5px;
	/*border: 1px solid red;*/
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.topitemcategory
{
	/*background: url(images/bgcategory.gif) center left no-repeat;*/
	font-size: 7px;
	line-height: 12px;
	padding: 0 0 0 1em;

}
.topitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 7px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.topitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 7px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.topitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 7px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.topitem
{
	padding: 5px 0 0 0;
	margin: 0 0 10px 0;/*margin: 0 0 16px 0;*/
}
.topitem1
{
	display: inline;
}
.topitem2
{
	display: inline;
	background: url(images/dotv_gray.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.topitem3
{
	display: inline;
	background: url(images/dotv_gray.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.topitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv_gray.gif) left repeat-y;
}
