

body{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
	margin-right:20px;
	
	font-size:100%;
	line-height:150%;
	
	text-align:justify;
}

/*------------------------------------------------------------header*/
div#header {
	font-size:120%;
	background-image:url(../images/header.jpg);
	width:660px;
	height:250px;
	background-repeat:no-repeat;
}

div#header p{
	display:none;
}

div#header h1{
	display:none;
}

/*------------------------------------------------------------menu*/
div#menu {
	margin-top:20px;
	width:660px;
}

div#menu li{
	float:left;
	font-size:120%;
	width:130px;
	list-style:none;
	margin-right:5px;
	text-align:center;
	border:#030 solid 2px;
	padding:5px 5px 5px 5px;
	background-color:#060;
}

div#menu a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

div#menu a:hover{
	color:#900;
	font-weight:bold;
	text-decoration:none;
}

/*------------------------------------------------------------contents*/
div#contents {
	clear:both;
	width:620px;
	margin-left:20px;
	margin-right:20px;
	
	font-size:80%;
}

div#contents h2{
	font-size:large;
	
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	
	margin-top:10px;
	margin-bottom:10px;
	
	border-left:#336600 solid 10px;
	border-bottom:#336600 solid 1px;
}

/*------------------------------------------------------------bread_crumb*/
div#bread_crumb {
	margin-top:20px;
	font-size:80%;
}

/*------------------------------------------------------------footer*/
div#footer {
	width:660px;
	font-size:80%;

	margin-top:30px;
	margin-bottom:30px;
}

/*------------------------------------------------------------class*/
.red_bold {
	color:#FF0000;
	font-weight:bold;
}

.navi_top {
	text-align:right;
}