@charset "shift_jis";




body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.6;
	color: #222222;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color:#05172b;
}
h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
img.left {
	float: left;
	padding:10px;
	padding-bottom:0px;
	border:0px;
}
img.right {
	float: right;
	padding:10px;
	padding-bottom:0px;
	border:0px;
}
input,textarea,select {
	font-size: 1em;
}
table {
	border-collapse:collapse;
	font-size: 11px;
}

.clear { clear:both; }  
.clear hr { display:none; } 

/*リンクカラー*/
a {
	color: #ff6666;
	text-decoration: none;
}

/*カーソルオーバー時のリンクカラー*/
a:hover {
	color: #ffcc33;
	text-decoration: none;
}

/*パンクズリスト
----------------------------------------------------------------------------------*/
#pankuzu {
	font-size:11px;
	color:#666666;
	padding: 10px;
	
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top: 0px solid #000000;
	background-color: #ffffff;
}



/*ヘッダー（ロゴなどが入っている最上段のボックス）
---------------------------------------------------------------------------*/
#header {
	position: relative;
	padding-top: 18px;
	width: 100%;
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ffffff;
	height: 100px;
}

#header #logo {
	padding-top: 0px;
}

#header h1 {
	font-size: 10px;	/*h1タグの文字の大きさ*/
	font-weight: normal;
	color: #ffffff;
	position: absolute;
	top: 0px;	/*ヘッダーのボックスに対して上から0pxに位置に配置*/
	right: 0px;	/*ヘッダーのボックスに対して右から0pxに位置に配置*/
}


/*３カラムを囲むボックス
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}



/*左・中央を囲むボックス
---------------------------------------------------------------------------*/
#wrap {
	width: 900px;
	float: left;
	padding-bottom: 50px;
	margin-top: 20px;
	border: 1px solid;
}



/*両サイドの共通設定
---------------------------------------------------------------------------*/
#sub,#side {
	background-color: #04253e;	/*両サイドのボックス背景色*/
	width: 198px;
	border: 0px solid #bfbfbf;	/*両サイドのボックスフチのボーダー*/
	padding: 0px;		/*余白を1px*/
	line-height: 1.6;	/*行間*/
	color: #ffffff;		/*文字色*/
}

/*左右ボックスのp(段落タグ)の余白設定*/
#sub p,#side p {
	padding: 0.5em 5px 1em;
}

/*左右ボックスのh3見出し設定*/
#sub h3,#side h3 {
	font-size: 11px;
	background-color: #ff99ff;	/*背景色*/
	text-align: center;	/*文字のセンタリング*/
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ffffff;	/*文字色*/
}

#sub a,#side a {
	color: #ff6666;	/*文字色*/
}

#sub a:hover ,#side a:hover {
	color: #ffcc33;	/*文字色*/
}


/*左ブロック
---------------------------------------------------------------------------*/
#sub {
	float: left;
}



/*右ブロック
---------------------------------------------------------------------------*/
#side {
	float: right;
	margin-top: 20px;
}



/*左右のサブメニュー
---------------------------------------------------------------------------*/
.submenu {
	margin-bottom: 1px;
	font-size: 11px;
}

.submenu a {
	background-image: url(images/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	color: #333333;		/*文字色*/
	text-decoration: none;
	line-height: 20px;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.submenu a:hover {
	background-image: url(images/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #ffcc33;		/*カーソルオーバー時の文字色*/
}

/*左サブメニュー 1行表示
---------------------------------------------------------------------------*/
.submenu_line1 {
	margin-bottom: 1px;
	font-size: 11px;
}

.submenu_line1 a {
	background-image: url(images/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	color: #333333;		/*文字色*/
	text-decoration: none;
	line-height: 40px;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.submenu_line1 a:hover {
	background-image: url(images/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #ffcc33;		/*カーソルオーバー時の文字色*/
}

/*左右のサブメニュー
---------------------------------------------------------------------------*/
#sub .submenu_btn {
    clear: both;
	text-align:left;
	vertical-align:middle;
   	background: url(images/submenu_btn_bg.gif) no-repeat;
	height: 60px;
	line-height: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;	
    margin-bottom: 0px;
    padding-top: 0px;
	padding-left: 4px;
	color: #ffffff;
	font-size: 11px;
    width: 196px;
	letter-spacing: -0.5px;
	text-decoration: none;
}

#sub .submenu_btn a {
	color: #990099;
	font-size: 11px;
	font-weight: bold;
	background-color: none;
	text-decoration: none;
}

#sub .submenu_btn a:hover {
	color: #ffcc33;
	font-size: 11px;
	font-weight: bold;
	background-color: none;
	text-decoration: none;
}

#sub img.btn{
	float: left;
	vertical-align:middle;
	margin-left: 2px;
	margin-right: 5px;
	margin-top: 5px;
}


/*左右のサブメニュー（通常）
---------------------------------------------------------------------------*/
.submenu_normal {
	margin-bottom: 5px;
}

.submenu_normal li {
	border-bottom: 1px solid #cccccc;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
}

/*左右のサブメニュー（通常 Sサイズ）
---------------------------------------------------------------------------*/
.submenu_normal_s {
	margin-bottom: 0px;
}

.submenu_normal_s li {
	border-bottom: 1px dotted #ffffff;
	background-color: #04253e;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	line-height: 20px;
	height: 20px;
	font-size:10px;
}

.submenu_normal_s li a {
	color: #990099;		/*文字色*/
}

.submenu_normal_s li a:hover {
	color: #ffcc33;		/*カーソルオーバー時の文字色*/
}


/*中央ブロック
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 700px;
}

#main h2 {
	font-size: 14px;
	background-image: url(images/h2bg.gif);	/*h2背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 10px;
	clear: both;
}


#main ul.point li {
	background: url(images/point.gif) no-repeat left top;
	border-bottom: 1px dotted #999999;
	padding-left: 30px;
	padding-top: 3px;
	margin:10px;
}

#main div.common {
	padding: 10px;
	margin:10px;
	letter-spacing:1px;
	line-height: 26px;
}

#main div.comment {
	padding: 10px;
	margin:10px;
	letter-spacing:1px;
	line-height: 26px;
	border: 2px dashed #092844;
	background-color: #99ccff;
}


#main div.book {
	padding: 10px;
	margin:10px;
	letter-spacing:1px;
	line-height: 26px;
	/*border: 2px dashed #ffff99;*/
	background-color: #330000;
}

#main div.gotoweb {
	background: url(images/arrow.gif) no-repeat right top;
	padding-right: 26px;
	text-align:right;
	line-height: 26px;
}

#main div.adsence {
	float: left;
	padding-top:3px;
	padding-bottom:3px;
	margin:0px;
	height:60px;
	width:468px;
}

#main div.adsence_2 {
	float: right;
	padding-top:3px;
	padding-bottom:3px;
	margin:0px;
	height:60px;
	width:468px;
}

#main div.searchbox {
	float: right;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:0px;
	height:60px;
	width:200px;
}



/*中央ブロック内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #cccccc;	/*What's Newのフチのライン*/
	margin-bottom: 1em;
	font-size:11px;
}

#main dl.new dt {
	font-weight: normal;	/*日付を太字にする設定。*/
	float: left;		/*日付を左よせする*/
}

#main dl.new dd {
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線*/
	padding-left: 8em;	/*日付が入る分のスペースを空ける*/
}


/*「リンク集」ページ
---------------------------------------------------------------------------*/
#main ul.link li {
	background: url(images/foot.gif) no-repeat left top;
	border-bottom: 1px dotted #999999;
	padding-left: 30px;
	padding-top: 3px;
	margin:10px;
}

/*中央ブロック　表
----------------------------------------------------------------------------------*/
.t1 {

	margin-top: 10px;
	margin-left:10px;
	width: 98%;
	word-break: break-all;
}

.t1 td {
	vertical-align: top;
	border: 3px double #CCCCCC;
}

/*検索結果
---------------------------------------------------------------------------*/
#main_result {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#ffffff;
}
#main_result div.searchbox {
	float: right;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:0px;
	height:60px;
	width:200px;
}

/*フッター（最下部のコピーライトなど）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	height: 80px;
	width: 100%;
	text-align: center;
	padding-top: 1em;
	/*padding-bottom: 1em;*/
	font-size: 12px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ffffff;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #ffcc33;
	text-decoration: none;
}

/*トップページの「new items」コーナー
---------------------------------------------------------------------------*/
#main .newitem p {
	height: 260px;	/*１個あたりのボックスの高さ*/
	width: 220px;	/*１個あたりのボックスの幅*/
	border: 1px solid #cccccc;	/*ボーダー設定*/
	float: left;	/*左よせしていく設定*/
	text-align: center;	/*センタリング設定*/
	/*background-image: url(images/newitem_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;*/
	background-color: #092844;
	padding-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	display: inline;
}

#main .newitem {
	margin-top: 10px;
}

#main .newitem a img {
	padding: 5px;		/*画像のまわりの余白*/
	/*border: 1px solid #CCCCCC;*/	/*画像に入っているフチどり*/
	background-color: #ffff99;
}

#main .newitem a:hover img {
	/*border: 1px solid #999999;*/	/*カーソルオーバー時に画像のフチ色を変える設定*/
	background-color: #ffcc33;
}


/*その他
---------------------------------------------------------------------------*/

.rank_no {
	font-size: 11px;
	font-weight:bolder;
	line-height: 1.0;
	text-align:center;
	color: #ffffff;
	background-image: url(images/submenu_rankno_bg.gif);
}

.bookimg_left {
	float: left;
	background-color:#ffff99;
	padding:5px;
	margin:5px;
}

a:hover .bookimg_left {
	float: left;
	background-color:#ffcc33;
	padding:5px;
	margin:5px;
}

.bookimg_right {
	float: right;
	background-color:#ffff99;
	padding:5px;
	margin:5px;
}

a:hover .bookimg_right {
	float: right;
	background-color:#ffcc33;
	padding:5px;
	margin:5px;
}