@charset "UTF-8";

/* トップ
--------------------------------------------------------------------
1. 大枠
2. テキスト
3. 共通
--------------------------------------------------------------------*/


/* 1. 大枠
--------------------------------------------------------------------*/

/* 大枠
-------------------------------- */

#contents{
	width:780px;
	padding:15px 0px 40px 0px;
}

/* flash
-------------------------------- */
.topflash{
	border-left:#B3ACA3 1px solid;
	border-right:#B3ACA3 1px solid;
	border-bottom:#B3ACA3 1px solid;
	overflow:hidden;
	width:778px;
}
/* ▼IE6用 */
* html div.topflash{
	width:780px;
}
/* ▲IE6用 */


/* noflash
-------------------------------- */
#noflashwrap{
	width:778px;
	height:288px;
	position:relative;
	overflow:hidden;
}
#noflashwrap div.txt{
	height:40px;
	position:absolute;
	bottom:0px;
	left:0px;
}
#noflashwrap div.txt p{
	width:778px;
	text-align:center;
	line-height:40px;
	color:#666666;
}

#noflashwrap a:link, #noflashwrap a:active, #noflashwrap a:visited{
	color:#B5004F;
	text-decoration:none;
}
#noflashwrap a:hover{
	color:#7B4001;
	text-decoration:underline;
}


/* トピックス
-------------------------------- */
#contents div.topics{
	float:left;
	width:520px;
	text-align:left;
}

#contents div.topics p.top-txt{
	padding:0px 0px 20px 10px;
}

#contents div.topics div.titlearea{
	width:520px;
}

/* 一覧 */
#contents div.listwrap{
	width:520px;
	border-bottom:#CECECE 1px solid;
	padding:12px 0px;
}
#contents div.listwrap table td{
	vertical-align:top;
	line-height:150%;
}
#contents div.listwrap table td.date{
	padding:0px 7px 0px 10px;
	white-space:nowrap;
}
#contents div.listwrap table td.txt{
	padding-left:8px;
}
#contents div.listwrap table td.txt a{
	color:#666666;
	text-decoration:none;
}
#contents div.listwrap table td.txt a strong{
	color:#B5004F;
}
#contents div.listwrap table td.txt a:hover{
	color:#7B4001;
}

#contents div.listwrap table td.txt a:hover strong{
	color:#7B4001;
	text-decoration:underline;
}
#contents div.listwrap table td.txt a:hover span{
	text-decoration:none;
}

/* 一覧（important） */
#contents div.listwrap-impt{
	width:518px;
	padding:12px 0px;
	border:#ED4C58 1px solid;
	margin:10px 0px;
}
#contents div.listwrap-impt table td{
	vertical-align:top;
	line-height:150%;
}
#contents div.listwrap-impt table td.date{
	padding:0px 7px 0px 9px;
	white-space:nowrap;
}
#contents div.listwrap-impt table td.txt{
	background:none;
	padding:0px 10px 0px 8px;
}
#contents div.listwrap-impt table td.txt a{
	color:#666666;
	text-decoration:none;
}
#contents div.listwrap-impt table td.txt a strong{
	color:#C31C29;
}
#contents div.listwrap-impt table td.txt a:hover{
	color:#C31C29;
}

#contents div.listwrap-impt table td.txt a:hover strong{
	text-decoration:underline;
}
#contents div.listwrap-impt table td.txt a:hover span{
	color:#666666;
	text-decoration:none;
}


#contents div.topics div.reserve{
	padding:20px 0px 0px 10px;
}


/* サイドリンク
-------------------------------- */
#contents div.sidelink{
	float:right;
	width:230px;
}
#contents div.sidelink p{
	padding-bottom:10px;
}





