@charset "utf-8";

/* format style
-------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 90%;
	line-height: 1.6;
	color: #333333;
}
a img {
	border-style: none;
}
a:link {
	color: #0033CC;
}
a:visited {
	color: #FF9900;
}
#menuleft .link a:hover {
	background-color: #E8E8E8;
	left: -1px;
	top: -1px;
	position: relative;
}

h2 {
	font-size: 120%;
	background-image: url(title.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 40px;
	text-align: center;
	padding-top: 3px;
}
strong {
	background-color: #DFDFDF;
	font-size: 100%;
	font-weight: normal;
	color: #114DFF;
}


#sidebar {
	background-image: url(sidebar.gif);
	width: 712px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	color: #333333;
	background-image: url(banner.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 700px;
}
#header .text {
	width: 685px;
	padding-left: 15px;
	height: 185px;
	padding-top: 15px;
	color: #FFFFFF;
}

#footer {
	text-align: center;
	margin-top: 20px;
	background-color: #999999;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
#content {
	margin: 20px;
}
#menuleft {
	float: left;
	width: 200px;
}
#menuleft .menu {
	background-image: url(menu.png);
	background-repeat: no-repeat;
	color: #999999;
	letter-spacing: 2px;
	background-position: 5px;
	font-weight: bold;
	font-size: 120%;
	height: 40px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-top: 3px;
}
#menuleft .link {
	margin-top: 10px;
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
}
.link ul li {
	list-style: square inside;
	margin-left: 1em;
}

#menuright {
	float: right;
	width: 418px;
	border-left: 2px dotted #333333;
	padding-left: 20px;
}
#menuright .content {
	margin-top: 10px;
}
#menuright .content ul {
	margin-left: 1em;
	list-style: disc url(none) inside;
}
