/* --- out-line ------------------------------- */
body {
	background-color: #ededed;
	font-family: sans-serif;
	_font-family: ;
	*+font-family: ;
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
}

a {
	text-decoration: none;
	color: #666666;
}

#container {
	width: 800px;
 	padding-bottom: 5px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
#head {
	height: 240px;
	background-image: url('img/bar.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	position: relative;
}
#contents {
	margin-top: 30px;
}
#copy {
	background-image: url('img/bar.jpg');
    background-repeat: repeat-x;
	background-position: bottom;
	color: #333333;
	font-weight: bold;
	margin-top: 20px;
}
.ptop {
	text-align: right;
	margin: 20px 30px 30px 40px;	
}

/* --- top-menu ---------------------------------- */
#menu {
	position:absolute;
	top: 200px;
	left: 0px;
}
#menu td {
	vertical-align: top;
}
.tree {
	background-color: #ededed;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 3px;
	text-align: left;
}
.tree a {
	color: #888888;
}
.tree a:visited {
	color: #888888;
	text-decoration: none;
}
.tree a:hover {
	color: #666666;
	text-decoration: none;
}

/* --- image ---------------------------------- */
#head img {
	position:absolute;
}
#menu img {
	position: relative;
}

/* --- contents ------------------------------- */
#contents td {
	vertical-align: top;
	padding: 5px;
}

/* --- sub-content --- */
#rmenu {
	width: 250px;
	text-align: right;
}
#rmenu img {
	margin-bottom: 25px;
	margin-right: 5px;
}

/* --- topics --- */
#topics {
	width: 550px;
}
#topics div {
	margin: 0px 20px 40px;
	text-align: left;
}
#topics p {
	margin: 10px 10px 10px 45px;
	text-align: left;
}
#topics .h01 {
	margin-top: 1px;
	border-bottom: 1px solid #333333;
}
#topics a:hover {
	color: #006699;
}
.h00 {
	text-align: left;
	font-size: 125%;
	margin: 40px 0px 0px 30px! important;
	padding-left: 15px;
	font-size: 125%;
	font-weight: bold;
	background-image: url('img/sq.jpg');
	background-position: center left;
	background-repeat: no-repeat;
}

/* --- contents-page ------------------------------- */
/* --- txt --- */
#txt {
	width: 620px;
}
#txt p {
	text-align: left;
	margin: 20px 30px 30px 40px;
	line-height: 120%;
}
.h01 {
	text-align: left;
	margin: 40px 0px 10px 30px! important;
}

/* --- cmanu --- */
#cmenu {
	width: 180px;
}
#cmenu img {
	margin: 0px 0px 10px 20px;
	text-align: right;
}




