BODY{
	background-color			: #ffffff;
	font-family					: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size					: 11px;
	line-height					: 160%;
	color						: #000000;
}

TABLE, TD{
	margin-top					: 0px;
	font-family					: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size					: 11px;
	line-height					: 160%;
}

STRONG{
	font-weight					: normal;
}

.header{
    background					: url(../image/bg_header.gif) repeat-x;
	margin-top					: 0px;
	padding						: 0px 0px 0px 10px;
	height						: 50px;
}


.menu-bg{
	background-color			: #ececec;
}

.navi{
	background-color			: #ececec;
	display						: block;
	margin						: 0;
	width						: 200px;
	float						: left;
}

.menu .title{
	background-color			: #ececec;
	display						: block;
	margin						: 0;
	width						: 200px;
	margin-bottom				: 5px;
}

.menu h2{
    background					: url(../image/bg_title_menu.gif) repeat-x;
	color						: #ffffff;
	font						: 11px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	padding						: 4px 0px 2px 6px;
	font-weight					: bold;
	margin						: 0;
	text-align					: left;
}

.menu h2 a{
	text-decoration				: none;
	color						: #ffffff;
}

.menu h2 a:hover{
	text-decoration				: underline;
}

.menu ol{
	margin						: 0;
	padding						: 0;
}

.menu li{
	margin-left					: 0;
	display						: block;
	background-color			: #ececec;
	padding						: 2px 5px 2px 6px;
	font						: 11px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	line-height					: 13px;
	color						: #778087;
}

.menu li a{
	background-color			: #ececec;
	display						: block;
	text-align					: left;
	font						: 11px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	line-height					: 13px;
	color						: #778087;
	text-decoration				: none;
	clear						: right;
	margin						: 0;
}

.menu li a:hover{
	text-decoration				: underline;
	margin						: 0;
}

.menu-end{
	height						: 10px;
}

.menu-text
{
	background-color			: #ececec;
	color						: #000000;
	font						: 11px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	padding						: 0px 0px 3px 6px;
	font-weight					: normal;
}

.menu-end{
	height						: 10px;
}


.contents-box{
	margin						: 0px,10px,0px,10px;
}

.contents-title{
    background					: url(../image/bg_title_contents.gif) repeat-x;
	height						: 25px;
	color						: #ffffff;
	font						: 11px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	padding-top					: 5px;
	font-weight					: bold;
	text-align					: center;
	margin-bottom				: 15px;
}

.contents-title-sub{
	color						: #666666;
	font-weight					: bold;
	margin-bottom				: 15px;
}

.contents{
	margin-left					: 10px;
	margin-bottom				: 30px;
	line-height					: 160%;
}
.pagetop{
	margin-bottom				: 10px;
	text-align					: right;
}

.list-border-bottom{
	border-bottom				: 1px dotted #CCCCCC;
}

.line-dotted{
	border-top					: 1px dotted #cccccc;
	margin-top					: 5px;
	line-height					: 5px;
}