/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *	ヒコーキ大好き！Web用css
 *
 *
 *
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* ========================================================
			コンテンツ　メイン周り　設定
   ======================================================== */
/* ===== 右フレーム全体　設定 ===== */
#r_flame {
	/*border : solid 1px blue;*/
	position : relative;
	margin : 0;
	padding : 0;
	left : 209px;
	width : 580px;
	height : auto;
	/*background-color : #ffdddd;*/
}



/* =======================================================
			ナビゲーション　設定
　======================================================== */
/* ===== ナビゲーション　設定（上） ===== */
#main_top {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 0;
	width : 576px;
	height : 20px;
	background-image : url("../img/title_main.gif");
    background-repeat : no-repeat;
}

/* ===== ナビゲーション　設定（中） ===== */
#main_main {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 0;
	width : 576px;
	height : auto;
	background-image : url("../img/menu02.gif");
	text-align : center;
}

/* ===== ナビゲーション　設定（下） ===== */
#main_end {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 0;
	width : 576px;
	height : 13px;
	background-image : url("../img/menu_end02.gif");
	background-repeat : no-repeat;
}


/* =======================================================
			航空ファン　最新号紹介　設定
　======================================================== */
/* ===== 航空ファン　最新号紹介　設定（上） ===== */
#main_fun_top {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 0;
	width : 576px;
	height : 20px;
	background-image : url("../img/title_fun.gif");
    background-repeat : no-repeat;
}

/* ===== 航空ファン　最新号紹介　設定（中） ===== */
#main_fun_main {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 0;
	width : 576px;
	height : 410px;
	background-image : url("../img/menu02.gif");
}

/* ===== 航空ファン　最新号紹介　設定（下） ===== */
#main_fun_end {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 0;
	width : 576px;
	height : 10px;
	background-image : url("../img/menu_end02.gif");
	background-repeat : no-repeat;
}

/* ===== 航空ファン　最新号紹介　設定 ===== */
#fun_img {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0;
	padding : 0;
	width : 260px;
	height : 367px;
	left : 10px;
	top : 10px;
}

/* ===== 航空ファン　最新号紹介　設定（テキスト） ===== */
#fun_text {
	/*border : solid 1px red;*/
	position : absolute;
	margin : 0 auto;
	padding : 2px;
	top : 10px;
	left : 290px;
	width : 260px;
	height : auto;
	font-size : 12px;
	line-height : 13px;
}

.font_red {
	color : #ff0000;
	font-weight : bold;
}

.font_fun {
	color : #ff0000;
	font-weight : bold;
	font-size : 16px;
	line-height : 16px;
}

/* ===== 航空ファン　バックナンバー　設定（上） ===== */
#main_funback_top {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 0;
	width : 576px;
	height : 20px;
	background-image : url("../img/title_funback.gif");
    background-repeat : no-repeat;
}

/* ===== 航空ファン　バックナンバー　設定（テキスト） ===== */
#backnum {
	border : solid 1px #ffcccc;
	position : absolute;
	margin : 0 auto;
	padding : 2px;
	top : 385px;
	left : 20px;
	width : 235px;
	height : auto;
	font-size : 12px;
	line-height : 13px;
	text-align : left;
}





/* =======================================================
			文林堂　会社概要　設定
　======================================================== */
/* ===== 文林堂　会社概要　設定（上） ===== */
#main_bunrin_top {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 0;
	width : 576px;
	height : 20px;
	background-image : url("../img/title_bunrin.gif");
    background-repeat : no-repeat;
}

/* ===== 文林堂　会社概要　設定（中） ===== */
#main_bunrin_main {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 0;
	width : 576px;
	height : 210px;
	background-image : url("../img/menu02.gif");
}

/* ===== 文林堂　会社概要　設定（下） ===== */
#main_bunrin_end {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 0;
	width : 576px;
	height : 10px;
	background-image : url("../img/menu_end02.gif");
	background-repeat : no-repeat;
}

/* =====文林堂　会社概要　設定 ===== */
#bunrin_gaiyou {
	/*border : solid 1px blue;*/
	position : relative;
	margin : 0 auto;
	padding : 2px;
	width : 400px;
	height : auto;
	font-size : 15px;
	line-height : 16px;
	/*background-image : url("../img/fun_gaiyou_bg.gif");*/
	/*background-repeat : no-repeat;*/
}

/* =====文林堂　会社概要　設定（テーブル周り） ===== */
#table01 {
	background-color : #000000;
}

#bunrin_bg01 {
	background-color : #fad78b;
}

#bunrin_bg02 {
	background-color : #ffffff;
}

#bunrin_td01 {
	width : 90px;
	text-align : center;
}

#bunrin_td02 {
	width : 300px;
}





/* =====文林堂　会社概要　設定（テキスト） ===== */
#bunrin_text01 {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0;
	padding : 2px;
	top : 0;
	left : 0;
	width : 50px;
	height : auto;
}

/* =====文林堂　会社概要　設定（テキスト） ===== */
#bunrin_text02 {
	/*border : solid 1px red;*/
	position : absolute;
	margin : 0;
	padding : 2px;
	top : 3px;
	left : 100px;
	width : 230px;
	height : auto;
}



/* ===== ヒコーキ大好き　設定（一番した） ===== */
#hikoki_end {
	/*border : solid 1px #cccccc;*/
	position : relative;
	margin : 0 auto;
	padding : 0;
	width : 192px;
	height : 15px;
	font-size : 0;
	line-height : 0;
}





/* =======================================================
			雑誌『航空ファン』との連動企画　設定
　======================================================== */
/* ===== 雑誌『航空ファン』との連動企画　設定（上） ===== */
#rendou_top {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 0;
	width : 202px;
	height : 20px;
	background-image : url("../img/title_rendou.gif");
    background-repeat : no-repeat;
}

/* ===== 雑誌『航空ファン』との連動企画　設定（中） ===== */
#rendou_main {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 0;
	width : 202px;
	height : auto;
	background-image : url("../img/menu.gif");
	text-align : center;
	font-size : 12px;
	line-height : 18px;
}

/* ===== 雑誌『航空ファン』との連動企画　設定（下） ===== */
#rendou_end {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 0;
	width : 202px;
	height : 13px;
	background-image : url("../img/menu_end.gif");
	background-repeat : no-repeat;
}

/* ===== 雑誌『航空ファン』との連動企画　設定（テキスト） ===== */
#rendou_text {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 7px;
	width : 180px;
	height : auto;
	font-size : 12px;
	line-height : 13px;
	text-align : left;
}







/* =======================================================
			航空ファン　バックナンバー　設定
　======================================================== */
/* ===== 航空ファン　バックナンバー　設定（上） ===== */
#main_back_top {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 0;
	width : 576px;
	height : 20px;
	background-image : url("../img/title_backnumber.gif");
    background-repeat : no-repeat;
}

/* ===== 航空ファン　バックナンバー　設定（中） ===== */
#main_back_main {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 0;
	width : 576px;
	height : 600px;
	background-image : url("../img/menu02.gif");
}

/* ===== 航空ファン　バックナンバー　設定（下） ===== */
#main_back_end {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 0;
	width : 576px;
	height : 10px;
	background-image : url("../img/menu_end02.gif");
	background-repeat : no-repeat;
}

/* ===== 航空ファン　バックナンバー　設定（テキスト） ===== */
#back_text {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 2px;
	width : 500px;
	height : 500px;
	font-size : 15px;
	line-height : 18px;
	text-align : center;
}

