/* @override http://tokyo.sublease.co.jp/css/top.css */

/* Top */

div#maincopy {
	position: relative;
	width: 690px;
	height: 380px;
	margin: 10px auto;
}

body.flash200901 div#maincopy {
	height: 450px;
}

body.flash200901 div#maincopy div#flashcontainer {
	width: 300px;
	margin: 0 auto;
}

body.flash200902 div#maincopy {
	height: 460px;
}

body.flash200904 div#maincopy {
	height: 400px;
}

body.flash200904 div#flashcontainer {
	width: 550px;
	left: 120px;
}


/* @group Side Menu */

ul#sidemenu {
	position: absolute;
	top: 10px;
	left: 0;
}

ul#sidemenu li a {
}

ul#sidemenu li a:link,
ul#sidemenu li a:visited {
	background-position: 0 0;
}

ul#sidemenu li a:hover,
ul#sidemenu li a:active {
	background-position: 0 0;
}



/* @end */

div#flashcontainer {
	position: absolute;
	top: 10px;
	left: 245px;
	/*
	top: 0;
	left: 135px;
	*/
}

/* @group Topics */

div#topicscontainer {
	width: 686px;
	margin: 10px auto;
}

table#topics {
	width: 100%;
	border-collapse: collapse;
}

table#topics tr {
	background: transparent url(../images/border_dotted.gif) no-repeat center bottom;
}

table#topics td {
	padding: 9px 0 5px;
	vertical-align: top;
	line-height: 1.7;
}

table#topics td.icon {
	width:  100px;
}

table#topics td.date {
	width:  90px;
	text-align: center;
}

table#topics td.date.today {
	background-image: url(../images/new_icon.png);
	background-repeat: no-repeat;
	background-position: center 29px;
}

table#topics a.url:link,
table#topics a.url:visited {
	color: black;
}

table#topics a.url:hover,
table#topics a.url:active {
	color: #fc5443;
	text-decoration: underline;
}

/* @end */