@charset "utf-8"; 

/*print.css
印刷スタイルシート

【1】初期設定
1-0 要素初期化
1-1 汎用セレクタ
1-2 フォーム関連セレクタ
1-3 CSSハック

【2】ページレイアウト
2-1 ページ全体			#container
2-2 ヘッダ				#top
2-3 本文				#contents
 2-4 補助枠(3カラム)	.wrap
 2-5 中央(メイン)		.main 
 2-6 サイド				.side
  2-7 サイド1			#side1
  2-8 サイド2			#side2
2-9 フッタ				#foot

【3】ページ全体内
3-0 共通
3-1 メインビジュアル	#screen
3-2 パン屑				#pan
3-3 スキップナビ		.skip
3-4 アンカーナビ		.jump

【4】ヘッダ内
4-0 共通
4-1 サイトID			#siteid
4-2 タグライン			#tagline
4-3 トップメニュー		#tmenu
4-4 グローバルナビ		#gnavi
4-5 サブナビ			#snavi

【5】本文内
5-0 共通

【6】中央（メイン）内
6-0 共通

【7】サイド内
7-0 共通
7-9 サイドメニュー		.smenu

【8】フッタ内
8-0 共通
8-1 フッタメニュー		#fmenu
8-2 コピーライト		#copy

*/




/*【1】初期設定*/
/*1-0 要素初期化*/
#NBR * {
	background:none;
}
#NBR h3 {
	font-weight:bold;
}
#NBR ul,
#NBR ol {
	margin:0 0 10px;
}

body#NBR {
	background:none;
	color:#000;
	text-align:left;
}

/*1-1 汎用セレクタ*/

/*1-2 CSSハック*/
body#NBR #container .bir {
	height:auto;
	width: auto;
	position: static;
	z-index: 1;
}

/*【2】画面レイアウト*/
/*2-1 全体*/
#NBR #container {
	background:none;
	width:600px;
	text-align:left;
	margin:0;
}

/*2-2 ヘッダ*/
#NBR #top {
	border:none;
	border-bottom:2px solid #000;
	margin:0 0 10px;
	width: 600px;
}

/*2-3 本文*/
#NBR #contents {
	text-align:left;
	margin:0;
	width: auto;
}

/*2-4 補助枠(3カラム)*/
#NBR .wrap {}

/*2-5 中央(メイン)*/
#NBR .main {
	float:none;
	width:600px;
}

/*2-6 サイド*/
#NBR .side {}

/*2-7 サイド1*/
#NBR #side1 {
	display:none;
}

/*2-8 サイド2*/
#NBR #side2 {
	display:none;
}

/*2-9 フッタ*/
#NBR #foot {}

/*【3】ページ全体内*/
/*3-0 共通*/

/*3-1 メインビジュアル*/
#NBR #screen {
	height:auto;
	margin:0 0 10px;
	width: auto;
}
#NBR .pagetitle {
	height:auto;
	width:auto;
	font-size:16pt;
}

/*3-2 パン屑*/
#NBR #pan {}

/*3-3 スキップナビ*/
#NBR .skip {
	display:none;
}

/*3-4 アンカーナビ*/
#NBR .jump {
	display:none;
}

/*【4】ヘッダ内*/
/*4-0 共通*/

/*4-1 サイトID*/
#NBR #siteid {
	margin:0 0 5px;
}

/*4-2 タグライン*/
#NBR #tagline {
	display:none;
}

/*4-3 トップメニュー*/
#NBR #tmenu {}

/*4-4 グローバルナビ*/
#NBR #gnavi {
	display:none;
}

/*4-5 サブナビ*/
#NBR #snavi {}

/*【5】本文内*/
/*5-0 共通*/

/*【6】中央（メイン）内*/
/*6-0 共通*/

/*【7】サイド内*/
/*7-0 共通*/

/*7-9 サイドメニュー*/
#NBR .side .smenu {}

/*【8】フッタ内*/
/*8-0 共通*/

/*8-1 フッタメニュー*/
#NBR #fmenu {
	display:none;
}

/*8-2 コピーライト*/
#NBR #copy {}



/*【10】 ボックス*/
#NBR .box {
	border:0 none;
	color:#000;
}
#NBR .title {
	font-size:16pt;
	height:auto;
	width:auto;
	border-bottom:1px solid #000;
}
#NBR .content {}
#NBR .unit {
	height: auto;
	width: auto;
	float: none;
	margin: 0 0 10px;
}
#NBR .comment {}
#NBR .more {}
#NBR .sw {}
#NBR .bt {
	display:none;
}


.message#NBR #intro ul {
	width:auto;
	height:auto;
	float:none;
	margin: 0 0 30px;
	padding: 0 0 0 10px;
}
.message#NBR #intro li {
	width:auto;
	height:auto;
	float:none;
	margin:0 0 0px;
	list-style-position: inside;
	list-style-type:disc;
}
.message#NBR #intro li a {
	display:inline;
	width:auto;
	height:auto;
	background:none;
	margin:0;
}
.message#NBR #intro li a .bir {
	display:inline;
}
.message#NBR #intro .unit .photo {
	margin:0 10px 5px 0;
}
.message#NBR #intro .unit .note p {
	float:none;
	width: auto;
}

/*【11】その他*/
/*ブログ関連*/
#container #banner ,
#container .blogtitle a {
	height:auto;
}
#container #content {
	float:none;
	display:block;
}
#container #links {
	display:none;
}
