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

body {
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;


	font-family:;
	background-attachment: fixed;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	letter-spacing:-1px;
	font-family: "A-OTF 見出ゴMB31 Pro MB31", "ヒラギノ角ゴ Pro W3", Helvetica,Arial, sans-serif;
}



#wrapper {
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#container {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;	
}

#content {

}
#header {
	margin: 0px;
	height: 40px;
	width: 900px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}

h1,h2,h3,h4,p,div,img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.topics {
	margin-bottom: 60px;
}


p {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
}
a{
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}


a:hover{
	font-weight: bold;
	color: #FFFFFF;
}
