@charset "utf-8";

/* +++++++++++++++++++++ レイアウトの設定 +++++++++++++++++++++ */

/* header */
#hd_tp { width:760px; margin:0 auto; height:103px; }

/* logo */
#logo_tp { float:left; width:133px; height:99px; padding:4px 0 0 7px;
	background:url(../../img/logoTP_bg.gif) no-repeat; }

/* ttl */
#ttl_tp { float:right; width:620px; height:103px; background:url(../../img/ttl_tpbg.jpg) no-repeat; }

.lang_tp { margin:20px 0 0 13px; font-size:14px; font-weight:bold; }

/* コンテンツ部分 */
#cont_tp{ width:760px; margin:0 auto 5px auto; background:url(../../img/contTP_bg.gif) repeat-y; 
	border-bottom:1px solid #ccc; }

/* 左(Top Stories) */
#L_tp {
	float:left;
	width:460px;
	padding:0 7px 0 0;
	border-right:1px solid #ccc;
}
#hl_TS {
	width:455px;
	height:41px;
	margin:20px 0 4px 0;
	padding:0 0 0 5px;
	background-image:url(../../img/TS_bg.gif);	
}
#TS {
	width:460px;
	padding:5px 0 0 0;
	border-top:1px solid #ccc;
}

/* トップページTop Stories基本フォント */
#tx {
	margin:0 0 3px 3px;
	color:#333;
	font-Size:14px;
	line-height:1.5em;
	letter-spacing:1px;
}
#tx a:link,#tx a:visited {color:#0064b2;text-decoration:underline;}
#tx a:hover {color:#0064b2;text-decoration:underline;}
	
/* 右(Featured Issue) */	
#R_tp {
	float:right;
	width:284px;
	padding:0 0 0 8px;
}
#hl_FI{
	width:284px;
	padding:20px 0 4px 0;
	background-color:#fff;
}
#FI{
	width:270px;
	margin:10px 8px 10px 6px;
}

.FI {
	margin:0 0 12px 0;
	padding:0 0 0 12px;
	color:#a26c04;
	font-weight:bold;
	line-height:1.5em;
	background-image:url(../../img/i_FI.gif);
	background-repeat:no-repeat;
}
.FI a:link, .FI a:visited {color:#a26c04;text-decoration:underline;}
.FI a:hover {color:#e6d365;text-decoration:underline;}

/* ++++++ フッター部分の設定++++++ */
/* フッター */		
#tp_ft {
	width:744px;
	margin:6px auto 0 auto;
	padding:6px 6px 5px 10px;
	background-color:#edf0fc;
}
#logo_ft {
	float:left;

}

#copy {
	float:right;
	margin:25px 0 0 0;
	color:#0064b2;
	font-family:Osaka, MS Pゴシック, MS UI Gothic, sans-serif;
	font-Size:10px;
	letter-spacing:1px;
}

	
	