body {
	background-color: #fff;
	background-image: url(image/back-01.gif);
	background-attachment: fixed;
	color: #333;
	font-size: 14px;
	font-family: Helvetica,Arial,sans-serif;
	line-height: 150%;
}

h2 {
	font-size: 16px;
	margin: 0;
	padding: 2px 0px;
}

a:hover {
	background-color: #F8D8B6;
}

div {
	margin: 0 auto;
	padding: 0;
}

div#sidel {
	background-image: url(image/shade-side.png);
	background-position: 0 100%;
	background-repeat: repeat-y;
	width: 780px;
}

div#sider {
	background-image: url(image/shade-side.png);
	background-position: 100% 0;
	background-repeat: repeat-y;
	width: 780px;
}

div#outline {
	background-color: #fff;
/*	border: 1px solid #ccc;*/
	text-align: left;
	width: 750px;
}

/*
 * header
 */
div#intro {
	background-color: #3a9cff;
	background-image: url(image/headbar.png);
	color: #fff;
	font-size: 13px;
	height: 24px;
	padding: 2px 0 0 15px;
}

div#top {
	background-color: #3a9cff;
	background-image: url(image/topbar.gif);
	height: 110px;
	padding: 20px 5px 5px 20px;
}

/*
 * content
 */
div#main {
	padding: 10px 0;
}

/*
 * right
 */
div#contents {
	float: right;
	width: 480px;
	margin: 0 15px 0 0;
}

.list, .list a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

#contents ul {
/*	list-style-image: url(image/mark.gif);*/
	list-style: none outside none;
	padding: 0 0 0 15px;
}

#contents li {
	background: url(image/mark.gif) left no-repeat;
	text-indent: 22px;
}

div.contents-title {
	background-image: url(image/titbar.png);
	background-color: #def;
	width: 100%;
	height: 25px;
	padding: 2px 0 0 10px;
}

div.contents-body {
	width: 460px;
	padding: 0 0 10px 0;
}

/*
 * left
 */
div#side {
	float: left;
	width: 225px;
}

div.menu {
	margin: 15px 20px 0 20px;
	padding: 0;
	border-bottom: 1px solid #5279E7;
}

#side a {
	color: #000;
	text-decoration: none;
	display: block;
}

#side ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#side li {
	border-left: 1px solid #5279E7;
	border-right: 1px solid #5279E7;
	line-height: 0;
}

#side li a {
/*	background-image: url(image/mbar.gif);*/
	line-height: 150%;
	text-align: left;
	padding: 5px 20px;
}

#side .menuhead {
	background-color: #73a3ff;
	background-image: url(image/mhead.png);
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 5px 0px 5px 8px;
}

#side .menufoot {
	background-color: #fff;
	background-image: url(image/mfoot.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 5px 0px 5px 5px;
}

div.ad {
	text-align: center;
	padding: 1px 0;
}

/*
 * footer
 */
div#cr {
	clear: both;
	background-color: #3a9cff;
	background-image: url(image/footbar.png);
	color: #fff;
	text-align: center;
	font-size: 12px;
	height: 24px;
	padding: 2px 0 0 0;
}

div#footer {
	background-image: url(image/shade-bottom.png);
	background-repeat: repeat-x;
	width: 750px;
	padding: 10px 0;
}


