/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color: #B5B5B5;
	text-align:center;
}
a:link		{ color:#B85743; text-decoration:none; }
a:visited	{ color:#c96854; text-decoration:none; }
a:active		{ color:#ff0000; text-decoration:underline; background-color: }
a:hover		{ color:#B85743; text-decoration:none; background-color:#fdac98;}

h1,h2,h3,h4{
	font-size:100%;
	font-weight:normal;
	margin:0px;
	padding:0px;
	font-weight:bold;
}
hr{
	clear:both;
	display:none;
}
#container{
	width:900px;
	background-color:#ffffff;
	margin:5px auto;
	padding-bottom: 30px;
}
#indexHeader{
	width:894px;
	height:76px;
	background:url(images/tomo-zone_title.gif) right bottom no-repeat;
	text-align: left;
	margin: 0px auto 1px auto;
	padding-top: 120px;
}
#indexHeader h1{
	font-size:20px;
	font-weight: bold;
	text-indent: -999px;
}
#headnavi{
	width:894px;
	height:20px;
	background:url(images/navi_base.gif) top no-repeat;
	text-align: left;
	font-size:80%;
	margin: 0px auto;
	padding-top: 8px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 80px;
}
#headnavi a{
	color:#ffffff;
	text-decoration:none;
}

#headnavi ul{
	margin: 0px;
	padding: 0px 0px 0px 100px;
}
#headnavi ul li{
	display:inline;
	margin: 0px;
	padding: 0px 8px;
}
.topNewTitle{
	width:840px;
	height:18px;
	background:url(images/whatsnew.gif) left top no-repeat;
	margin: 0px auto;
}
.topNewTitle h2{
	text-indent:-9999px;
}
.topNew{
	width:816px;
	border:1px solid #B85743;
	margin: 0px auto;
	padding: 1px 1px 20px 20px;
	text-align: left;
}
.topNew h2{
	background-color:#B85743;
	font-size:100%;
	color: #FFFFFF;
	padding: 4px 1px 4px 20px;
	line-height: 140%;
}
.topNew h3{
	font-size:18px;
	line-height: 140%;
	margin-bottom: 8px;
}
.titleList{
	width:640px;
	position: relative;
	padding: 8px 0px;
	background:url(images/title_line_gray.gif) left bottom repeat-x;
	margin: 8px 0px 8px 4px;
}
.titleList img{
	float:left;
	margin:4px 8px;
}
.list_title{
	float:left;
	position: relative;
}
.link_arrow{
	position: relative;
	background:url(images/arrow_gray.gif) left center no-repeat;
	text-indent:12px;
	float: left;
}
.titleSummary{
	font-size: 80%;
	line-height: 140%;
}
.titleSub{
	position: relative;
	font-size: 11px;
	margin-top: 0px;
	clear: both;
}
.asset-name{
	display:inline;
	border-bottom:1px #B85743 dotted
}
#wrapper{
}