@charset "UTF-8";

/* ---------------------------------------------------------------
	* Date : 2008-10
	* File : topics/css/common.css
--------------------------------------------------------------- */
/*
	*01 base
*/
/*--------------------------------------------------------
	*01 base
----------------------------------------------------------*/

#contents h2 { margin-bottom: 0;}


#contents table {
	width: 675px;
	padding: 0 5px;
	margin: 10px 0 5px;
	background-color: #fff;
	border-bottom: 3px double #e3dacd;
	border-top: 3px double #e3dacd;
	border-right: 1px solid #e3dacd;
	border-left: 1px solid #e3dacd;
}
#contents table h3 {
	width: 647px;
	padding: 6px 8px;
	margin: 0 0 10px;
	background-color: #fcfcd8;
}
#contents table h3 .title {
	float: left;
	width: 520px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}
#contents table h3 img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
#contents table h3 .date {
	float: right;
	color: #b54855;
	width: 120px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-align: right;
}

#contents table p { margin: 0;}

#contents table td {
	padding: 10px;
	line-height: 1.4em;
}
#contents table td a {
	background: url(../../resource/img/arrow01.gif) no-repeat 2px 4px;
	padding: 0 0 0 10px;
	line-height: 1.4em;
}

#contents table .phSec img { margin: 10px 5px 0 6px;}

