@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

#mannaka {
	background-image: url(../images/img-2.gif);
	background-repeat: repeat-x;
	height: 16px;
}

#contents {
	width: 800px;
	position: relative;
	top: 19px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

/*h1 {
	font-size: 16px;
	line-height: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}*/
.p_h1 {
	font-size: 16px;
	line-height: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-weight: bold;
}

/*h2 {
	font-size: 14px;
	line-height: 16px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}*/
.p_h2 {
	font-size: 14px;
	line-height: 16px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight: bold;
}

/*p {
	line-height: 18px;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 580px;
}*/
.p_contents {
	line-height: 18px;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 580px;
}

#shita {
	background-image: url(../images/img-2.gif);
	background-repeat: repeat-x;
	height: 16px;
	width: 100%;
}

.menu {
	position: absolute;
	width: 200px;
	list-style-type: none;
	left: 600px;
	top: 440px;
}

.menu li {
	background-color: #F60;
	margin-bottom: 3px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFF;
}

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

a:hover {
	color: #FC3;
	text-decoration: underline;
}

p a {
	color: #00F;
	text-decoration: underline;
}

p a:hover {
	color: #F90;
	text-decoration: none;
}
