@charset "utf-8";
/* CSS Document */
#flashArea{
	width:950px;
	height:550px;
	text-align:center;
	margin:0 auto 0 auto;
	padding:10px;
	line-height:180%;
	border-width:0px;
}
#indexTextArea{
	width:900px;
	margin:1em auto 0 auto;
	padding:10px;
	padding-top:1em;
	padding-bottom:1em;
	text-align:left;
	border:0;
}
#ProjectTitleArea{
	width:900px;
	padding:10px;
	margin:0 auto 0 auto;
	text-align:left;
	background:url(../../project/img/projectBack.jpg) right top no-repeat;
}
#SitemapTitleArea{
	width:900px;
	padding:10px;
	margin:0 auto 0 auto;
	text-align:left;
	background:url(../../sitemap/img/sitemapBack.jpg) right top no-repeat;
}
#UpdateTitleArea{
	width:900px;
	padding:10px;
	margin:0 auto 0 auto;
	text-align:left;
	background:url(../../update/img/infoBack.jpg) right top no-repeat;
}
#TipsTitleArea{
	width:900px;
	padding:10px;
	margin:0 auto 0 auto;
	text-align:left;
	background:url(../../tips/img/tipsBack.jpg) right top no-repeat;
}
.gotoTop{
	width:100%;
	text-align:right;
}
.leftContents{
	width:30%;
}
.rightContents{
	width:70%;
}
.index{
	height:5em;
	margin-top:1em;
	margin-bottom:1em;
}

.index ul li{
	clear:inherit;
	display:inline;
	float:left;
	list-style:none;
	padding-right:0.5em;
}
ul.contents{
	list-style-type:none;
}
ul.contents li{
	line-height:230%;
}
.title{
	font-size:14px;
	color:#FF6600;
	font-weight:bold;
}
.code{
	font-size:small;
	line-height:150%;
	padding:2em;
	border-bottom:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
}
ul.tips{
	list-style-type:none;	
}
ul.tips li{
	background:url(../img/linkIcon.png) left center no-repeat;
	padding-left:2em;
}