@charset "UTF-8";

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


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

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

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


/* noflash
-------------------------------- */
#noflashwrap{
	width:780px;
	height:305px;
	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:#666666;
	text-decoration:none;
}
#noflashwrap a:hover{
	color:#2A9041;
	text-decoration:underline;
}


/* トピックス
-------------------------------- */
#contents div.topics{
	float:left;
	width:520px;
}
#contents div.topics div.titlearea{
	width:520px;
	border-bottom:#CDCDCD 1px solid;
}

#contents div.topics div.titlearea p.boxl{
	float:left;
	width:70px;
}

#contents div.topics div.titlearea p.boxr{
	float:right;
	width:81px;
}

/* 一覧 */
#contents div.listwrap{
	width:520px;
	background:url("/img/line_dot.gif") bottom no-repeat;
	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{
	background:url("/img_c/arrow_l.gif") 0px 6px no-repeat;
	padding-left:8px;
}
#contents div.listwrap table td.txt a{
	color:#666666;
	text-decoration:none;
}
#contents div.listwrap table td.txt a:hover{
	color:#2A9041;
}

#contents div.listwrap table td.txt a:hover strong{
	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.sidelink{
	float:right;
	width:230px;
	padding-top:20px;
}
#contents div.sidelink p{
	padding-bottom:10px;
}


/* リンクエリア
-------------------------------- */
#btmlinkwrap{
	width:780px;
	background-color:#E6E6E6;
}
#btmlinkwrap li{
	float:left;
	padding:10px 0px 10px 10px;
}
#btmlinkwrap li a{
	display:block;
	width:88px;
	height:33px;
}
#btmlinkwrap li a img{
	vertical-align:top;
}



