@charset "utf-8";

#topmenu {
	float: left;
	width: 210px;
	margin: 15px 4px;
}

#topmenu ul {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
	border-top: 1px solid #e6e6e6;
}

#topmenu ul li {
	padding: 6px 6px 6px 21px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.3;
	display: block;
	vertical-align: middle;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

#topmenu ul#tmblue {
	margin-left: 10px;
	border-top: none;
}

#topmenu ul#tmorange li {
	background: url(../../img/tma_orange.gif) no-repeat;
}

#topmenu ul#tmorange li a {
	color: #ff6600;
}

#topmenu ul#tmblue li {
	background: url(../../img/tma_blue.gif) no-repeat;
}

#topmenu ul#tmblue li a {
	color: #006699;
}

#topmenu ul#tmblue li.tmn {
	margin-left: -10px;
	background: url(../../img/topmenu_bk.gif) repeat-x;
	padding-left: 6px;
	border-top: 1px solid #e6e6e6;
	color: #006699;
}

#topmenu ul#tmgreen li {
	background: url(../../img/tma_green.gif) no-repeat;
}

#topmenu ul#tmgreen li a {
	color: #339900;
}

#topmenu ul#tmred li {
	background: url(../../img/tma_red.gif) no-repeat;
}

#topmenu ul#tmred li a {
	color: #ff0000;
}

#topinfo {
	margin: 12px 10px;
	float: left;
	width: 380px;
}

#topinfo p {
	margin: 5px 5px 15px 5px;
}

#topinfo p.date {
	margin-top: 10px;
	margin-bottom: -7px;
	color: #336600;
	font-weight: bold;
}

#topright {
	float: left;
	background: url(../../img/topright_bk.gif);
	margin-left: 5px;
	width: 270px;
}

#toprighthead{
	margin-top: 5px;
	margin-left: 8px;
}

#topright p {
	margin: 9px 12px;
	line-height: 1.2;
}

#topright p.detail {
	margin-top: -6px;
	font-size: 0.8em;
}

#topright p.toprightworkimg{
	float: right;
	margin: 8px 12px 8px 8px;
}

#slideshowcontainer {
	margin: 7px;
	width: 256px;
	height: 196px;
	background: url(../../img/slideshow_bk.gif) no-repeat;
}

#slideshow{
	padding-top: 1px;
}

#photodiv {
	margin: 8px;
  background-repeat: no-repeat;
	width: 240px;
	height: 180px;
}

*:first-child+html #slideshow {
	margin: 8px;
}

*html #slideshow {
	margin: 8px;
}