@charset "utf-8";

/*
==================================================================================
What's New
==================================================================================
*/


/*----------------------------------------------------------*/
/*common.css の要素を上書き*/

#localNavi a{
	padding-top: 7px;
	padding-bottom: 7px;
}

/*----------------------------------------------------------*/

#contents table.list{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}

#contents table.list th{
	width: 95px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: normal;
	color: #666;
	vertical-align: top;
	font-size: 1.2em;
	line-height: 1.4em;
	white-space: nowrap;
	text-align: left;
	background: url(../../common/img/line_dot_h.gif) repeat-x 0% 100%;
}

#contents table.list td{
	vertical-align: top;
	font-size: 1.2em;
	line-height: 1.4em;
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(../../common/img/line_dot_h.gif) repeat-x 0% 100%;
}

#contents table.list td a{
	background: url(../../common/img/arrow_small.gif) no-repeat 0% 4px;
	text-decoration: none;
	padding-left: 10px;
}

#contents table.list td a:hover{
	background-image: url(../../common/img/arrow_small_red.gif);
	text-decoration: underline;
}

/*----------------------------------------------------------*/

#contents .asset-header{
	border-bottom: 1px solid #99b5d8;
	padding-bottom: 4px;
	margin-bottom: 30px;
}

#contents .asset-header p{
	padding: 0;
	margin: 0;
	line-height: 1.4em;
	color: #666;
}

#contents .asset-header h2{
	padding: 0;
	margin: 0;
	font-size: 1.8em;
	line-height: 1.4em;
	color: #00479d;
}

#contents .asset-body{
	font-size: 1.4em;
	line-height: 1.7em;
}

/*----------------------------------------------------------*/

#contents h2.archive-title{
	padding: 0;
	margin: 0;
	font-size: 2.0em;
	line-height: 1.4em;
	color: #00479d;
	border-bottom: 1px solid #99b5d8;
	padding-top: 16px;
	padding-bottom: 4px;
	margin-bottom: 20px;
}

#contents .content-nav{
	text-align: center;
	font-size: 1.2em;
	line-height: 1.2em;
}








