@charset "UTF-8";
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
/* basic */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin: 30px 0 0 50px;
}
a:link {
	color: #6699cc;
	text-decoration: none;
}
a:visited {
	color: #6699cc;
	text-decoration: none;
}
a:hover {
	color: #6699cc;
	text-decoration: underline;
}
a:active {
	color: #6699cc;
	text-decoration: none;
}
#header {
	width: 740px;
	margin: 0 0 20px 0;
}
#home {
	width: 740px;
	margin: 80px 0 0 0;
}
#blog {
	width: 740px;
	margin: 80px 0 70px 0;
}
#blog li {
	list-style:none;
}
#menu {
	width: 740px;
	margin: 0 0 20px 0;
}
#footer {
	width: 740px;
	margin: 30px 0 20px 0;
}
.thumbTable {
	margin-bottom: 10px;
}
.thumbTable td {
	padding: 0 5px 5px 0;
	vertical-align: top;
	text-align: center;
	font-size: 10px;
	line-height: 13px;
}
.thumbTable img {
	border: 1px solid #999999;
}
.imgTable td {
	padding: 0 0 20px 0;
}
.textTable td {
	padding: 0 10px 10px 0;
	vertical-align: top;
}
.textLeft {
	text-align: left;
}
.newsTable {
	width: 740px;
	padding: 0 0 5px 0;
}
.newsTable img {
	border: 1px solid #999999;
}
.newsTable td {
	padding: 0 15px 5px 0;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}
.newsTable p {
	margin: 0;
}
.newsTable h2 {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}
.thickbox img:hover {
	border-color: #6699cc;
}
/* slide */
.slide {
	width: 930px;
}
.slide li {
	display: block;
	float: left;
	width: 302px;
	height: 265px;
	margin-right: 8px;
	font-size: 10px;
	line-height: 13px;
	color: #999;
}
.slide img {
	display: block;
	border: solid 1px #ccc;
	margin-bottom: 10px;
}
.slide a img {
	margin: 0;
}
.slide a {
	display: block;
	position: relative;
	width: 300px;
	height: 200px;
	margin-bottom: 10px;
}
.slide a .rollover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 282px; /* (totalWidth - (borderLeftWidth + borderRightWidth)) */
	height: 182px; /* (totalHeight - (borderTopWidth + borderBottomWidth)) */
	border: 10px solid #69c;
	background: transparent;
}
