@charset "EUC-JP";   /*   文字コード   */

/* Reset
=======================================*/
* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6;
}

body {
	font: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "ＭＳ Ｐゴシック", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: small;
	font-size: 12px;
}



table {
	font: 100%;
	font-size: inherit;
}

hr {
	margin: 20px 0;
	border-width: 0;
	border-top: 1px solid #333;
}

img {
	border: none;
	vertical-align: central;
}

strong {
	font-weight: bold;
}

/* clearfix 
---------------------------------------*/
.clearfix:after {
content: "";
display: block;
clear: both;
}
.clearfix {
display: inline-block;
}
/* Mac版IEを除外 \*/
.clearfix { display: block; }
/* */



/* Layout
=======================================*/
/*

body {
	color: #000;
	text-align: center;
	background: url(/nol/index_image/bg_dark.jpg) #000;
}

*/

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	/*
	background: #fff;
	*/
}

#outline {
	text-align: center;
}

#container {
	/*
	border-bottom: #990000 1px solid;
	*/
	text-align: left;
}

#contents {
	width: 800px;
	text-align: left;
}

#footer {
	padding: 12px 30px;
}

/* Hypertext
=======================================*/

a:link {
	color: #ff0000;
	text-decoration: underline;
}

a:visited {
	color: #ff0000;
	text-decoration: underline;
}

a:hover {
	color: #c30;
	text-decoration: none;
}

a:active {
	color: #ff0000;
	text-decoration: underline;
}

/* Style
=======================================*/

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}


#footer .notice {
	float: left;
	width: 540px;
	color: #fff;
}

#footer .toTop {
	float: right;
	width: 200px;
	text-align: right;
}

#header {
	width: 800px;
	height: auto;
}



/* ====================================================================--- */

.lead{
	color: #fff;
	width: 730px;
	margin: 0 auto;
}

.contBox{
	width: 700px;
	padding: 5px 0 10px 0;
	margin: 5px auto 15px auto;
	text-align: center;
}

.titleBox{
	width: 720px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 5px 0;
}


.textType1{
	width: 620px;
	text-align: left;
	color: #000;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

.textType2{
	width: 345px;
	text-align: left;
	color: #000;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

.textType3{
	width: 330px;
	text-align: left;
	color: #000;
	margin: 0 auto;
	padding: 0 0 10px 0;
}





.floatLeft{
	float: left;
	padding-left: 20px;
}

.floatRight{
	width: 332px;
	float: right;
	padding-right: 20px;
}

.floatLeft2{
	width: 332px;
	float: left;
	padding-top: 10px;
	/* border: solid 1px #000; */

}

.floatRight2{
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	/* border: solid 1px #000; */
}


.border_1 {
	margin:20px 30px;
	height:0;
	border-top:1px dotted #333;
}


/* PS3ユーザーへ
--------------------------------------------- */


.ps3_starter {
	border:#ccc solid 1px;
	background:#fff;
	display:block;
	margin:20px;
	padding:10px;
}

.ps3_starter h3 {
	background:url(/nol/updateinfo/201101/ps3_logo.jpg) top left no-repeat;
	padding-left:120px;
	font-weight:bold;
	height:40px;
	margin-bottom:10px;
	font-size:20px;
	text-align:left;
	border-bottom:#aaa solid 1px;
	text-shadow:#eee 0px 1px;
}

.ps3_starter_t1 {
	width:330px;
	float: left;
	text-align: left;
	color: #000;
	border-right:#aaa dotted 1px;
}


.ps3_starter_t1 p {
	margin:10px;
}

.ps3_starter_t1 .freeBt {
	margin:0 auto;
}

.ps3_starter_t2 {
	width:330px;
	float: right;
	text-align: left;
	color: #000;
}

.ps3_starter_t2 p {
	margin:10px;
}

.ps3_starter_t2 .freeBt {
	margin:0 auto;
}



.ps3_starter_t3 {
	width: 670px;
	text-align: left;
	color: #000;
	margin: 0 auto;
	padding: 0 0 10px 0;
}


/* キャプションテキスト
--------------------------------------------- */

.cap{
	width: 320px;
	color: #700404;
	padding-top: 3px;
	font-size: 11px;
	line-height: 1;
	text-align: left;
}

.at{
	color: #700404;
	padding-top: 3px;
	font-size: 11px;
	line-height: 1.5;
}

/* リストBox用div
--------------------------------------------- */

div.listBox{
	width: 100%;
	border: solid 1px #700404;
}
div.listtitle{
	width: 100%;
	color: #fff;
	background: #440202;
}

div.listBox_text{
	padding: 5px;
}


/* アイテムリスト用table
--------------------------------------------- */

table{ border-collapse: collapse;}


table.list{
	width: 100%;
	margin-top: 10px;
	border: solid 1px #700404;
}

table.list2{
	width: 100%;
	margin-top: 0;
	border: solid 1px #700404;
}

tr.trback1{
	background: #fff;
}

td{
	border: solid 1px #700404;
	padding: 5px;
	vertical-align: middle;
}

td.tdtitle{
	color: #fff;
	font-weight: bold;
	background: #440202;
	text-align: center;
}

/* 横幅調整用タグ
--------------------------------------------- */

.w50{ width: 50px;}
.w70{ width: 70px;}
.w80{ width: 80px;}
.w100{ width: 100px;}
.w150{ width: 150px;}
.w200{ width: 200px;}
.w250{ width: 250px;}
.w300{ width: 300px;}
.w332{ width: 332px;}


/* テキスト調整用タグ
--------------------------------------------- */

.cenertext{ text-align: center;}
.lefttext{ text-align: left;}
.righttext{ text-align: right;}


/* フォントカラー調整用タグ
--------------------------------------------- */

.fontType1{ color: #831f21;}




/* 小項目タイトル
--------------------------------------------- */
.cont_title{
	width: 96%;
	background: url(/nol/updateinfo/common/cont_title.jpg) #700404;
	border-left: solid 10px #000;
	padding: 5px;
	color: #fff;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;


}


/* テキストフリーの簡易ボタン
--------------------------------------------- */

.freeBt{
	width: 97%;
	padding: 10px 0;
}

.freeBt a{
	width: 97%;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 10px 0;
	background: #c33132;
	text-decoration: none;
	border: solid 2px #800000;
	display: block;
}

.freeBt a:hover{
	color: #fff;
	width: 97%;
	text-align: center;
	padding: 10px 0;
	background: #400000;
	text-decoration: none;
	border: solid 2px #800000;
	display: block;
}


/* TOPへ戻る
--------------------------------------------- */
#topBack{
	text-align: right;
	margin: 0;
	padding: 10px;
}


/* 切り替え画像 通常
--------------------------------------------- */
.garally_nomal {width: 332px; height:188px; margin: 0 auto; text-align: center; padding:0 0 0 0;}
.garally_nomal .g_cont {}
.garally_nomal .controls { margin-top:-25px; margin-left:5px;}
.garally_nomal .controls a { height:15px; width:15px; background:#933; display:block; z-index:1000; float:left; border:#fff solid 1px; margin-left:5px;}
.garally_nomal .controls a:hover { background:#fff; color:#000; height:20px; width:20px; margin-top:-5px;}
.garally_nomal div.scroller { width: 332px; height:188px; overflow: hidden; margin: 0 auto; text-align: center;}
.garally_nomal div.scroller div.section {width: 332px; height:188px; overflow:hidden; float:left;}
.garally_nomal div.scroller div.content {width: 10000px;}

/* 切り替え画像 軍神
--------------------------------------------- */
.garally_gunsin {width: 660px; height:371px; margin: 0 auto; text-align: center; padding:0 0 0 0;}
.garally_gunsin .g_cont {}
.garally_gunsin .controls { margin-top:-27px; margin-left:10px;}
.garally_gunsin .controls a { height:15px; width:15px; background:#933; display:block; z-index:1000; float:left; border:#fff solid 1px; margin-left:5px;}
.garally_gunsin .controls a:hover { background:#fff; color:#000; height:20px; width:20px; margin-top:-5px;}
.garally_gunsin div.scroller { width: 660px; height:371px; overflow: hidden; margin: 0 auto; text-align: center;}
.garally_gunsin div.scroller div.section {width: 660px; height:371px; overflow:hidden; float:left;}
.garally_gunsin div.scroller div.content {width: 10000px;}
