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

#header {
	text-align: center;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 30px;
	color: #06F;
	margin: 20px 0;
}

#contents {
	height: 300px;
}

#mainvisual {
	background-image: url(bg.jpg);
	height: 400px;
	width: 1100px;
}
#wrap {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	position: relative;
}
#left {
	float: left;
	width: 300px;
	height: 300px;
}
#center {
	float: left;
	width: 490px;
	height: 290px;
	padding: 5px;
}
#right {
	float: left;
	width: 300px;
	height: 300px;
}
p a{
	background-color: #09F;
	height: 50px;
	width: 280px;
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
}
p {
	margin-bottom: 10px;
}
p.midashi {
	font-size: 18px;
	margin-bottom: 8px;
	color: #06F;
}
p.honbun {
	line-height: 1.1em;
	font-size: 15px;
}
#fukuchan {
	position: absolute;
	bottom: -75px;
	right: 0;
}
