@charset "Shift-JIS";

/* トゥルネラパージュＨＰ用　スタイルシート */
/* 新規作成：2007.10.18 神田			　　 */


/* 左側　全体セル用 */
td.left {
	width:160px; 
	position:relative; 
	vertical-align:top; 
	margin-top:0px;
	padding-top:15px;
	text-align:center;
	border-color:#ffffff;
	background-color:#700B1D;
	}
	
td.right {
	width:540px; 
	position:relative; 
	vertical-align:top; 
	margin-top:0px; 
	text-align:center;
	border-color:#ffffff;
	background-color:#D4AD6A;
	}
	
/* リンク用 */
a.l_r_link {
  display: block;
  width: 120px; 
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}
a.lnk2:active  { text-decoration: none; color: #ffff00;}
a.lnk2:visited { text-decoration: none; color: #ffffff;}
a.lnk2:hover   { text-decoration: underline; color: #ffffff; background-color:#0000ff;}
