/* -+-+-+-+-+-+-+-+-+-+-+-+- menuwrap スタート */
#topicswrap {
	width:900px;
	height: auto;
	overflow: auto;
}



/* -+-+-+-+-+-+-+-+-+-+-+-+- sideContents スタート */
#sideContents {
	width:160px;
	float: left;
	height: auto;
	padding-bottom: 10px;
	padding-left: 25px;
}

/* sideContentsスタート */


#sideContents ul{
	width: 100px;
	list-style-type: none;
	margin-top: 20px;
}

#sideContents li{
	width: 150px;
	margin-bottom: 15px;
}

#sideContents li.year2010{
	height: 37px;
	width: 145px;
	margin-bottom: 5px;
	text-indent: -9999px;
	background-image: url(../topics/2010.jpg);
	margin-top: -3px;
	margin-left: 5px;
}



#sideContents li.year2009{
	height: 37px;
	width: 145px;
	margin-bottom: 5px;
	text-indent: -9999px;
	background-image: url(../topics/2009.jpg);
	margin-top: -3px;
	margin-left: 5px;
}

#sideContents li a{
	color: #FF9900;
}

#sideContents li a:hover{
	color: #66CC00;
}




/* -+-+-+-+-+-+-+-+-+-+-+-+- thumbnail スタート */
#thumbnail {
	width:675px;
	float: right;
	padding-right: 28px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF9900;
	overflow: auto;
}


/* -+-+-+-+ topics スタート */
#topics {
	width:550px;
	float: left;
	margin-left: 60px;
	margin-top: 20px;
}

#topics h1 {
	width:550px;
	height: 35px;
	background-image: url(../topics/title_topics.jpg);
	text-indent: -9999px;
}







/*---------------------------------------------------------*/




#topics ul {
	width:550px;
	background-color: #FFFFFF;
	list-style-type: none;
	margin-top: 10px;
}





#topics li.img {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	width: 530px;
	margin-left: 10px;
	float: none;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 60px;
}

#topics li img {
	height: 60px;
	width: 60px;
	float: left;
	padding-right: 10px;
}

#topics li.noimg {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	width: 338px;
	margin-left: 10px;
	float: none;
	padding-bottom: 9px;
	padding-top: 8px;
	height: 16px;
}



#topics li a {
	color: #333333;
}


#topics li a:hover {
	color: #FF9900;
}



#topics li h2 {
	font-weight: bold;
	color: #663300;
	margin-bottom: 2px;
}


.charcoal {
	font-weight: bold;
	color: #663300;
	margin-right: 5px;
}
