@charset "utf-8";


/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Last Updated: Feb 17, 2009
	Edited by Kazuya Ono
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

a {
	text-decoration: none;
}
a:link,
a:visited,
a:active {
	color: #fff;
}
a:hover {
	color: #c96;
	text-decoration: underline;
}


div.primary {
	width: 680px;
	float: left;
}
div.secondary {
	width: 220px;
	float: right;
}


div.primary div.entry {
	color: #000;
	width: 640px;
	margin-bottom: 30px;
	padding: 20px;
	background: url(../images/bg_paper680.gif) left top repeat-y;
}

div.primary div.entry p.date {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	background: url(../images/bdr_dot666.gif) left bottom repeat-x;
}
div.primary div.entry h3,
div.primary div.entry h3 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 17px;
	background: url(../images/bdr_dot666.gif) left bottom repeat-x;
}
div.primary div.entry h3 a,
div.primary div.entry h3 a:visited {
	color: #000;
	text-decoration: none;
}
div.primary div.entry h3 a:hover {
	color: #c96;
}

/*本文*/
div.primary div.entry div.article a,
div.primary div.entry div.article a:visited {
	color: #000;
	text-decoration: underline;
}
div.primary div.entry div.article a:hover {
	color: #c96;
	text-decoration: none;
}
div.primary div.entry div.article img {
	padding-bottom: 0.6em;
	display: block;
}




div.secondary dl {
	color: #000;
	width: 180px;
	margin-bottom: 10px;
	padding: 10px 20px;
	background: url(../images/bg_paper220.gif) left top repeat-y;
}
div.secondary dl dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	background: url(../images/bdr_dot666.gif) left bottom repeat-x;
}
div.secondary dl dd {
	padding-left: 10px;
	background: url(../images/list_arrow000.gif) left 0.55em no-repeat;
}
div.secondary dl dd a,
div.secondary dl dd a:visited {
	color: #000;
	text-decoration: none;
}
div.secondary dl dd a:hover {
	text-decoration: underline;
}
div.secondary dl dd.about {
	padding: 0;
	background: none;
}
table.page {
	width: 100%;
}
table.page tr td.prev {
	width: 30%;
}
table.page tr td.newest {
	text-align: center;
	width: 40%;
}
table.page tr td.next {
	text-align: right;
	width: 30%;
}