@charset "UTF-8";

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


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

/* 大枠
-------------------------------- */
.topbg{
	background:url("/kayoiji/img/bg_right.gif") right bottom no-repeat;
}

#contents{
	width:780px;
	padding:15px 0px 40px 0px;
	background-color:#FFFFFF;
}

/* flash
-------------------------------- */
.topflash{
	width:780px;
}


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

#noflashwrap a:link, #noflashwrap a:active, #noflashwrap a:visited{
	color:#6B0000;
	text-decoration:none;
}
#noflashwrap a:hover{
	color:#BF151B;
	text-decoration:underline;
}


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

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

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

/* 一覧 */
#contents div.listwrap{
	width:510px;
	margin-left:10px;
	border-bottom:#DADADA 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:#595959;
	text-decoration:none;
}
#contents div.listwrap table td.txt a strong{
	color:#6B0000;
}
#contents div.listwrap table td.txt a:hover{
	color:#BF151B;
}

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

/* 一覧（important） */
#contents div.listwrap-impt{
	width:508px;
	padding:12px 0px;
	border:#ED4C58 1px solid;
	margin:10px 0px 10px 10px;
}
#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 20px;
}
#contents div.topics div.reserve strong{
	color:#434343;
}


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





