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

body {
	background-color: #CCC;
	background-position: center top;
	margin-top: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	color: #FFF;
}
#header {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 160px;
	background-color: #900;
	background-image: url(../images/headbg.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
#header a {
	color: #FFF;
	text-decoration: underline;
}
#topbanner {
	height: 220px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	background-color: #900;
	height: 500px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#futter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	padding: 16px;
	height: 120px;
	width: 908px;
	margin-right: auto;
	margin-left: auto;
}
#contents table tr td table {
	padding: 4px;
	height: 210px;
	border: 1px dashed #CCC;
}
#contents table tr td table tr td p {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contents table tr td table tr td hr {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#contents table tr td table tr td img {
	height: 180px;
	width: 180px;
	border: 6px solid #FFF;
}
#contents table tr td table tr td p img {
	height: 27px;
	width: 121px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
