/* CSS INFO
--------------------------------------------------
Build:      2007.02.08
Author:     tenmillion Fukuoka
Author:     http://www.tadashii-wakiga.com/
-------------------------------------------------- */
/* LINK PAGE
-------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}

.linkblock {
	padding-right: 50px;
	padding-left: 50px;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
}
.linkblock .topic_path {

}
.linkblock .title {
	font-size: 14px;
	border-left: solid #006666;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;

}
.linkblock li {
	margin-bottom: 1em;
	line-height: 130%;
	margin-left: 30px;
}
.linkblock a:link {
	text-decoration:underline;
	color: #669999;
}
.linkblock a:visited {
	text-decoration:underline;
	color: #669999;
}
.linkblock a:hover {
	color: #669999;
	text-decoration: none;
}
.linkblock a:active {
	color: #669999;
	text-decoration: none;
}
table td {
	font-size: 12px;

}
table td.link_title {
	padding-left: 10px;
	width: 100px;
	background-color: #f5f5f5;
	padding-top: 5px;
	padding-bottom: 5px;
}
table td.link_log {
width: 350px 
}
body {
	background: #FFFFFF url(../menu/menu_back.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}
