body {
background:transparent url(images/gb_bg.jpg) no-repeat fixed center top;
color:#444444;
font-size:90%;
margin:0 auto;
padding:0;
width:100%;
}


table {
	width: 100%;
}


td {
	vertical-align: top;
	border: 0;
}

th {
	background: #778899;
	color: #ffffff;
	padding: 2px;
	vertical-align: middle;
}

p {
	margin: 0;
	padding: 0px 0px 0px 0px;
	line-height: 1.5;
	font-size:11pt;
}

a {
	background: transparent;
	color: #1D3994;
	text-decoration: none;
}

hr {
background-color:#C0C0C0;
border:0 none;
color:#C0C0C0;
height:1px;
margin-left:0;
margin-right:0;
clear:both;
}

#hr2 {
background-color:#C0C0C0;
border:0 none;
color:#C0C0C0;
height:1px;
margin-left:0;
margin-right:0;
clear:both;
}

a:visited {
	color: #1D3994;
}

a:hover {
	color: darkorange;
	text-decoration: underline;
}

th a {
	color: #ffffff;
}

#ber_title {
background-image:url(images/date_ber.jpg);
background-repeat:no-repeat;
color:#FFF9D9;
font-size:14px;
margin-bottom:5px;
padding-bottom:5px;
padding-left:25px;
padding-right:5px;
padding-top:5px;
}

#touroku_end {
background:#FFF9D9 none repeat scroll 0 0;
border:2px solid #9E0000;
color:#1D3994;
font-size:105%;
margin: 5px 0px 5px 0px:
padding: 10px 12px 10px 12px;
}

h1 {
font-size:0;
height:0;
margin:0;
padding:0;
}

h2 {
	color:#1D3994;
	font-size:105%;
margin-bottom:2px;
margin-top:2px;
}

h3 {
	color:#000070;
}

h4 {
	color:#ffffff;
	font-size:90%;
}

h5 {
	color:#000070;
}

ul {
	text-align: left;
	padding: 2px;
	list-style: square outside;
margin-bottom:0;
margin-left:5px;
margin-right:5px;
margin-top:0;
}

input{
	font-size: 0.9em;
}

select{
	font-size: 0.9em;
}

textarea{
	font-size: 0.9em;
}

.outline {
	background:#FFFFFF none repeat scroll 0 0;
	margin:auto;
	width:980px;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
}

.hline {
background:transparent url(images/topnavi_bg.jpg) repeat scroll 0 0;
font-size:12px;
height:25px;
width:100%;
padding: 3px 0px 3px 0px;
}


/*- header_menu--------------------------- */

#header{
height:90px;
margin:0;
padding:0;
}

#header_menu {
background:transparent url(images/hnavi_bg.gif) repeat-x scroll 0 0;
border-bottom:1px solid #BFBFBF;
margin:0;
padding:0;
}

.preload1
{
  background: url(images/blank_over.gif);
}
.preload2
{
  background: url(images/blank_overa.gif);
}

#nav
{
  padding: 0;
  margin: 0;
  list-style: none;
  height: 36px;
  background: #fff;
  position: relative;
  z-index: 100;
  font-family: arial, verdana, sans-serif;
}
#nav
{
background:transparent url(images/blankb.gif) repeat-x scroll 0 0;
}
/* this demo only */
#nav li.top
{
  display: block;
  float: left;
}
#nav li a.top_link
{
  display: block;
  float: left;
  height: 35px;
  line-height: 27px;
  color: #FFF9D7;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  padding: 0 0 0 12px;
  cursor: pointer;
  background: url(images/blank.gif);
}
#nav li a.top_link span
{
  float: left;
  display: block;
  padding: 0 24px 0 12px;
  height: 35px;
  background: url(images/blank.gif) right top;
}
#nav li a.top_link span.down
{
  float: left;
  display: block;
  padding: 0 24px 0 12px;
  height: 35px;
  background: url(images/blanka.gif) no-repeat right top;
}
#nav li a.top_link:hover
{
  color: #fff;
  background: url(images/blank_over.gif) no-repeat;
}
#nav li a.top_link:hover span
{
  background: url(images/blank_over.gif) no-repeat right top;
}
#nav li a.top_link:hover span.down
{
  background: url(images/blank_overa.gif) no-repeat right top;
}

#nav li:hover > a.top_link
{
  color: #fff;
  background: url(images/blank_over.gif) no-repeat;
}
#nav li:hover > a.top_link span
{
  background: url(images/blank_over.gif) no-repeat right top;
}
#nav li:hover > a.top_link span.down
{
  background: url(images/blank_overa.gif) no-repeat right top;
}

/* dropdown list style */

#nav li:hover
{
  position: relative;
  z-index: 200;
}

/* keep the 'next' level invisible by placing it off screen. */
#nav ul, #nav li:hover ul ul, #nav li:hover ul li:hover ul ul, #nav li:hover ul li:hover ul li:hover ul ul, #nav li:hover ul li:hover ul li:hover ul li:hover ul ul
{
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav li:hover ul.sub
{
  left: 0;
  top: 31px;
  background: #fff;
  padding: 3px;
  border: 1px solid #BFBFBF;
  white-space: nowrap;
  width: 150px;
  height: auto;
  z-index: 300;
}
#nav li:hover ul.sub li
{
  display: block;
  height: 20px;
  position: relative;
  float: left;
  width: 100px;
  font-weight: normal;
}
#nav li:hover ul.sub li a
{
  display: block;
  font-size: 11px;
  height: 20px;
  width: 140px;
  line-height: 20px;
  text-indent: 5px;
  color: #000;
  text-decoration: none;
}
#nav li ul.sub li a.fly
{
  background: #fff url(images/arrow.gif) 120px 7px no-repeat;
}
#nav li:hover ul.sub li a:hover
{
  color: darkorange;
}
#nav li:hover ul.sub li a.fly:hover
{
  background: darkorange url(images/arrow_over.gif) 120px 7px no-repeat;
  color: #fff;
}

#nav li:hover ul li:hover > a.fly
{
  background: darkorange url(images/arrow_over.gif) 120px 7px no-repeat;
  color: #fff;
}

#nav li:hover ul li:hover ul, #nav li:hover ul li:hover ul li:hover ul, #nav li:hover ul li:hover ul li:hover ul li:hover ul, #nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul
{
  left: 140px;
  top: -4px;
  background: #fff;
  padding: 3px;
  border: 1px solid #BFBFBF;
  white-space: nowrap;
  width: 175px;
  z-index: 400;
  height: auto;
}

#header_menu_sub {
padding-bottom:5px;
padding-left:10px;
padding-top:2px;
font-size:12px;
}

#header_menu_sub ul {
margin-left:0;
margin-right:0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#header_menu_sub li {
	background:transparent url(images/arrow_sub.gif) no-repeat scroll 0 0;
	position:relative;
	float:left;
	margin-right:15px;
	padding-left:10px;
}

/*- header_menu end--------------------------- */



.hardm_l {
	width:60%;
	padding-left:5px;
}

.hardm_l a {

}

.hardm_l a hover {

}

.hardm_r {
	width:40%;
	text-align:right;
	color:#444444;
	padding-right:5px;
	padding-top:5px;
}

.hardm_r a {
	color:#444444;
}

.hardm_r a hover {
	color:#FF8E00;
}

.headerlogo {
	width:340px;
	margin: 0;
	padding: 0;
}

.headerbanner {
background:transparent url(images/top_banner_bg.jpg) no-repeat scroll 0 0;
	margin: 0;
	padding-right:5px;
	text-align:right;
	width:100%;
}

#headerbanner2 {
background:transparent url(images/gb2.jpg) no-repeat scroll 0 0;
padding-left:15px;
padding-top:3px;
}

#bar_search {
background:#FFF9D9 none repeat scroll 0 0;
border:2px solid #9E0000;
font-size:13px;
font-weight:bold;
line-height:1;
padding-bottom:2px;
padding-top:1px;
width:220px;
}

#search_b {
background:transparent url(images/gb3.jpg) no-repeat scroll 0 0;
padding-right:7px;
padding-top:4px;
}

#headerbanner3 {
padding-left:15px;
padding-top:3px;
text-align:right;
width:50%;
height:30px;
}

#search_b2 {
padding-left:5px;
padding-top:4px;
width:30%;
height:30px;
}

.leftcolumn {
	width: 255px;
	font-size: 10pt;
	padding-right:5px;
	padding-bottom:0;
	padding-left:0;
	padding-top:0;
}

.leftcolumn th {
	background: #778899;
	color: #ffffff;
	font-size: 0.9em;
	vertical-align: middle;
}

.leftblockTitle {
	background:transparent url(images/rt_ber.gif) repeat scroll 0 0;
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	margin: 0px;
	padding: 7px 0px 8px 5px;
	width:255px;
}

.leftblockContent {
	line-height:1.5;
padding-bottom:6px;
	width:255px;
}

.centeroutline {
	margin-bottom: 10px;
	padding: 1px;
}

.centercolumn {
	font-size: 0.9em;
	margin: 0;
	padding: 0px 10px 10px 10px;
}

.centercolumn th {
	background:#444444 none repeat scroll 0 0;
	color:#FFFFFF;
	vertical-align:middle;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
}

.centerCcolumn {
padding-left:0;
padding-right:0;
}

.centerCblockTitle {
background:transparent url(images/blankb.gif) repeat-x scroll 0 0;
color:#FFFFFF;
font-size:1.1em;
font-weight:bold;
margin-bottom:5px;
padding:8px 0 6px 6px;
}

.centerCblockContent {
}

.centerLcolumn {
	width: 50%;
	margin: 0;
	padding: 0 3px 0 0;
}

.centerLblockTitle {
	color:#444444;
	font-size:1.1em;
	font-weight:bold;
	margin:0;
	padding: 8px 0px 6px 6px;
	border-top: solid 2px #444444;
	border-bottom: solid 1px #444444;
	background:#F5F5F5 none repeat scroll 0 0;
}

.centerLblockContent {
padding:10px 8px 0;
}

.centerRcolumn {
	width: 50%;
}

.centerRblockTitle {
	color:#444444;
	font-size:1.1em;
	font-weight:bold;
	margin:0;
	padding: 8px 0px 6px 6px;
	border-top: solid 2px #444444;
	border-bottom: solid 1px #444444;
	background:#F5F5F5 none repeat scroll 0 0;
}

.centerRblockContent {
padding:10px 8px 0;
}

.content {
	text-align: left;
	margin: 0;
	padding: 0px 8px 8px 8px;
}

.rightcolumn {
	background:#FFFFFF none repeat scroll 0 0;
	width: 165px;
	font-size: 0.9em;
	padding: 0px 5px 0px 0px;
}

.rightcolumn th {
	background: #778899;
	color: #ffffff;
	font-size: 0.9em;
	vertical-align: middle;
}

.rightblockTitle {
	background:transparent url(images/l_ber.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding: 5px 0px 4px 8px;
}

.rightblockContent {
	line-height:1.2;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 3px;
}


/*- サイドブロック--------------------------- */

/*- 255サイドブロック--------------------------- */

/*- 共通middle bottom--------------------------- */

#box_m {
background:transparent url(images/255/255_middle.gif) repeat-y scroll center top;
padding-left:5px;
padding-right:5px;
padding-top:10px;
}

#box_f {
background:transparent url(images/255/255_bottom.gif) no-repeat scroll center top;
height:5px;
}

/*- サイトトップ　ランキング--------------------------- */

#rank {
background:transparent url(images/255/255_rank.gif) no-repeat scroll center top;
height:25px;
}

/*- ブログ記事一覧--------------------------- */
#blog {
background:transparent url(images/255/255_blog.gif) no-repeat scroll center top;
height:25px;
}

#blog_m {
background:transparent url(images/255/255_middle.gif) repeat-y scroll center top;
padding-left:5px;
padding-right:5px;
padding-top:10px;
}

#blog_f {
background:transparent url(images/255/255_bottom.gif) no-repeat scroll center top;
height:5px;
}

/*- サイトトップ　タグトピックス--------------------------- */

#topics {
background:transparent url(images/255/255_topics.gif) no-repeat scroll center top;
height:25px;
}

#topics_m {
background:transparent url(images/255/255_middle.gif) repeat-y scroll center top;
padding-left:5px;
padding-right:5px;
padding-top:10px;
}

#topics_f {
background:transparent url(images/255/255_bottom.gif) no-repeat scroll center top;
height:5px;
}

/*- 新着動画--------------------------- */

#movie {
background:transparent url(images/255/255_movie.gif) no-repeat scroll center top;
height:25px;
}

/*- 取材＆インタビュー--------------------------- */

#intervew {
background:transparent url(images/255/255_intervew.gif) no-repeat scroll center top;
height:25px;
}


/*- 海外ニュース一覧--------------------------- */

#kaigai {
background:transparent url(images/255/255_kaigai.gif) no-repeat scroll center top;
height:25px;
}

/*- 人気レビュー記事一覧--------------------------- */

#review {
background:transparent url(images/255/255_review.gif) no-repeat scroll center top;
height:25px;
}

/*- サイトトップ　アーカーブ--------------------------- */

#archive {
background:transparent url(images/255/box_archivesd.gif) no-repeat scroll center top;
height:25px;
}

/*- サイドブロック終了--------------------------- */


.footerbar {
	background:transparent url(images/blankb.gif) repeat-x scroll 0 0;
	color: #ffffff;
	font-size: 9pt;
	text-align: center;
	margin: 0;
	padding: 8px 0px 8px 0px;
}

.footerbar a {
	color: #ffffff;
}

.footerbar a:visited {
	color: #ffffff;
}

.footerbar a:hover {
	color: #ff8c00;
	text-decoration:underline;
}

#footerbar2 {
	background:#ffffff none repeat scroll 0 0;
	color: #444444;
	font-size: 9pt;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-top:1px solid #BFBFBF;
}

input.formButton {}

.item {
}

.itemHead {
	color: #ffffff;
}

.itemInfo {
	text-align: right;
	padding: 3px;
}

.itemTitle a {
	background: transparent;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
}

.itemTitle a:visited {
	color: #e6e6e6;
}

.itemPoster {
	font-size: 0.9em;
}

.itemPostDate {
	font-size: 0.9em;
}

.itemStats {
	font-size: 0.9em;
}

.itemBody {
	margin: 0;
	padding-left: 5px;
}

.itemText {
	margin: 6px;
	line-height: 1.5;
}

.itemFoot {
	text-align: right;
	margin: 0;
	padding: 3px;
}

.itemAdminLink {
	font-size: 0.9em;
}

.itemPermaLink {
	font-size: 0.9em;
}

td#mainmenu a {
	text-decoration: none;
	margin: 0;
	padding: 2px;
	display: block;
}

td#mainmenu a:visited{
	color:#000080;
}


td#mainmenu a:hover {
	background: #e6e6e6;
	text-decoration: none;
}

td#mainmenu a.menuTop {
	margin: 0;
	padding-left: 3px;
	border-bottom: dotted 1px #7a7acc;
}

td#mainmenu a.menuMain {
	margin: 0;
	padding-left: 3px;
	border-bottom: dotted 1px #7a7acc;
}

td#mainmenu a.menuSub {
	margin: 0;
	padding-left: 9px;
	border-bottom: dotted 1px #7a7acc;
}

td#usermenu a {
	background: #ffffff;
	text-decoration: none;
	margin: 0;
	padding: 2px;
	border-bottom: dotted 1px #7a7acc;
	display: block;
}

td#usermenu a:visited {
	color:#000080;
}

td#usermenu a:hover {
	background: #e6e6e6;
	text-decoration: none;
}
td#usermenu a.menuTop {}

td#usermenu a.highlight {
	background: #ffcccc;
}

.outer {
border:1px solid #CCCCCC;
padding:5px;
margin-bottom:10px;
}

.head {
	background:#FFFFFF none repeat scroll 0 0;
	color:#444444;
	font-weight:bold;
	margin:0;
	padding:5px;
}

.even {
	background: #ffffff;
	margin: 0;
	padding: 5px;
}

.odd {
	background: #ffffff;
	margin: 0;
	padding: 5px;
}

.foot {
	border-bottom:1px solid #CCCCCC;
	font-weight: bold;
	margin: 0;
	padding: 5px;
}

tr.even td {
	background: #ffffff;
	margin: 0;
	padding: 5px;
}

tr.odd td {
	background: #ffffff;
	margin: 0;
	padding: 5px;
}

div.errorMsg {
	background: #ffcccc;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 10px;
	border-top: solid 1px #ddddff;
	border-right: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	border-left: solid 1px #ddddff;
}

div.confirmMsg {
background:#FFF9D9 none repeat scroll 0 0;
border:2px solid #9E0000;
color:#444444;
font-weight:bold;
margin:10px;
padding:10px;
text-align:center;
}

div.resultMsg {
	background: #ddddff;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	padding: 10px;
	border-top: solid 1px #cccccc;
	border-right: solid 1px #9999cc;
	border-bottom: solid 1px #9999cc;
	border-left: solid 1px #cccccc;
}

div.xoopsCode, div.xoopsQuote { 
	width:98%;
	height: 100%;
	padding: 0;
}

div.xoopsCode pre {
	border: solid 1px #c0c0c0;
	margin:0;
	overflow:auto;
	padding:0 1em;
	min-height:4em;
	height:auto;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
    background-color:#ffffff;
}
/* for IExplorer */
* html div.xoopsCode pre {
	height:4em;
	height:auto;	/* IE 6.x */
	width:40em;
}

div.xoopsQuote blockquote {
	margin: 0;
	padding: 0 6px 6px 6px;
	border: solid 1px #c0c0c0;
    background-color:#ffffff;
}

.comTitle {
	font-weight: bold;
	margin-bottom: 2px;
}

.comText {
	margin: 0;
	padding: 2px;
	line-height: 1.4;
}

.comUserStat {
	background: #f5f5f5;
	color: #2f5376;
	font-size: 0.8em;
	font-weight:bold;
	margin: 2px;
	padding: 4px 2px 1px 4px;
	border: solid 1px #c0c0c0;
}

.comUserStatCaption {
	font-weight: normal;
}

.comUserRank {
	margin: 2px;
}

.comUserRankText {
	font-size: 0.8em;
}

.comUserRankImg {
	border: 0;
}

.comUserName {}

.comUserImg {
	margin: 2px;
}

.comDate {
	font-size: smaller;
	font-weight: normal;
}

.comDateCaption {
	font-weight: normal;
}

.comUserStatus {
	background: #f5f5f5;
	color: #2f5376;
	font-size: 0.8em;
	font-weight: bold;
	margin: 2px;
	padding: 4px 2px 1px 3px;
	border: solid 1px #c0c0c0;
}

.breadcrumbs {
	color: #941D55;
	font-size:90%;
	margin: 5px;
}

ul#menubar {
	margin: 0px; /* ul内部の左端余白を消す(IE) */
	padding: 0px; /* ul内部の左端余白を消す(Fx,Op) */
}
ul#menubar li {
	list-style-type: none; /* 先頭記号を消す */
	float: left; /* リスト項目を横方向に並べる */
	margin: 0.3em 0.1em; /* 各項目周囲の余白 */
	border: 1px gray solid; /* 項目の枠線 */
	padding: 0px; /* 枠線と内容の距離をゼロに */
}

ul#menubar li a {
	display:block;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	width:140px;
	padding-bottom:2px;
	padding-top:2px;
	font-size:12px;
}
ul#menubar li a:hover {
	background-color: blue; /* 背景色 */
	color: white; /* 文字色 */
}






#footer_bg {
background:#FFF9D7 none repeat scroll 0 0;
border-top: 1px solid #BFBFBF;
border-bottom:1px solid #BFBFBF;
}

#uname {
background:#FFF9D9 none repeat scroll 0 0;
border:2px solid #9E0000;
font-size:13px;
font-weight:bold;
line-height:1;
padding-bottom:2px;
padding-top:1px;
}

#mail {
background:#FFF9D9 none repeat scroll 0 0;
border:2px solid #9E0000;
font-size:13px;
font-weight:bold;
line-height:1;
padding-bottom:2px;
padding-top:1px;
}

#url {
font-size:13px;
font-weight:bold;
line-height:1;
padding-bottom:2px;
padding-top:1px;
}

#password {
background:#FFF9D9 none repeat scroll 0 0;
border:2px solid #9E0000;
font-size:13px;
font-weight:bold;
line-height:1;
padding-bottom:2px;
padding-top:1px;
}

#timezone {
background:#FFF9D9 none repeat scroll 0 0;
border:2px solid #9E0000;
font-size:13px;
font-weight:bold;
line-height:1;
padding-bottom:2px;
padding-top:1px;
}

#mailmag {
border:2px solid #770909;
}

#mail_ber {
background:url("images/mail_ber.gif") repeat scroll 0 0 transparent;
color:#FFF9D7;
font-weight:bold;
height:21px;
padding-left:5px;
padding-top:5px;
}

#mail_cont {
padding:5px;
}