@charset "UTF-8";
/* [www.zounohana.com]
 * Summary: style for "link" category
 * Modified: 2009-06-23
 */

/* 
----------------------------------------*/
#pagettl {
	margin-bottom: 5px;
	padding: 4px 0 19px;
	border-bottom: 1px solid #000;
}

/* section
----------------------------------------*/
/* common */
div.section { padding-bottom: 35px; }
div.section table {
	width: 100%;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
}
div.section td {
	width: 50%;
	overflow: hidden;
	padding-bottom: 10px;
	vertical-align: top;
}
	* html div.section td {	word-break: break-all; }
	*+html div.section td {	word-break: break-all; }

div.section td em {
	display: block;
	width: 100%;
	padding: 4px 0 6px;
	font-weight: bold;
}
div.section td a:link,
div.section td a:visited {
	padding: 1px 1px 1px 3px;
	border: 1px solid #000;	
	background-color: #000;
	color: #FFF;
	text-decoration: none;	
}
div.section td a:hover,
div.section td a:focus,
div.section td a:active {
	background-color: #FFF;
	color: #111;
}

