/*共通要素*/
body {
	margin:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color:#333333;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 16px;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #00CCFF;
}

h1 {
	margin:0px;
	padding:0px;
}
h2 {
	padding:0px 0px 10px 30px;
	margin:0px;
}
.footer {
	height:40px;
	font-size:1em;
	color:#000000;
	padding-right:30px;
	text-align:right;
	margin:0px;
	line-height: 20px;
	padding-top: 10px;
	clear: both;
}
a.amuse:link {
	color:#000000;
	text-decoration: none;
}
a.amuse:visited {
	color:#000000;
	text-decoration: none;
}
a.amuse:hover {
	color:#000000;
	text-decoration: underline;
}
a.amuse:active {
	color:#000000;
	text-decoration: underline;
}
#layout {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: center;
}
.header {
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-repeat: no-repeat;
	height: 230px;
}
.contents {
		background-repeat: repeat-y;
	background-position: center;
}
.title {
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
}
