@charset "utf-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px;
	background-color: #B5BEAD;
}

.menu{
	background-image: url(images/navi_bg.jpg);
	background-repeat: repeat-y;
}

.navi a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666699;
	list-style-position: outside;
	list-style-type: square;
	text-decoration: none;
}

.navi a:hover{
	color: #330000;
}


.titlelink a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #647560;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}



p{
	
	font-size: 12px;
	line-height: 21px;
	color: #3e483b;
}

.body{
	
	font-size: 12px;
	line-height: 21px;
	color: #3e483b;
}

h1{
	font-size: 24px;
	color: #3e483b;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3e483b;
	width: 600px;
}

h2{
	font-size: 18px;
	color: #3e483b;
	font-weight: bold;
}
