@charset "UTF-8";
#bd {
	background-color:#fff;
	padding: 0;
	color:#333;
}
html {
	background-image:url(../img/background.gif);
	background-repeat:repeat-y;
	background-position:center top;
}
.round {
	background: url(../img/border_middle.gif) repeat-y;
	line-height:130%;
}
.round h1 {
	font-size: 108%;
	padding-bottom:4px;
	margin:3px 0;
	border-bottom:solid 1px #555;
}
.col_2 {
	float:left;
	width:260px;
}
.col_3 {
	float:left;
	width:180px;
}
a {
	text-decoration:none;
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #FF0000;
	text-decoration:underline;
}
td {
	line-height:120%;
	padding:4px;
}
#ft {
margin-left:160px;
	text-align:center;
}
strong {
	font-weight:bold;
}
.date {
line-height:100%;
	text-align:right;
	font-size:85%;
}
.title_off {
	padding-left:17px;
	background:url(../yui_2.7.0/build/assets/skins/sam/sprite.png) 0 -350px no-repeat;
}
.title_on {
	background:url(../yui_2.7.0/build/assets/skins/sam/sprite.png) 0 -400px no-repeat;
}
.desc_on {
	overflow:hidden;
	display:block;
	visibility:visible;
	height:auto;
}
.desc_off {
	visibility:hidden;
	height:8px;
}
.topic_off {
	display:block;
	visibility:hidden;
	height:0px;
	overflow:hidden;
}
.topic_on {
	visibility:visible;
	height:auto;
}
.thumb img {
	padding-right: 8px;
}
