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

p.header {
	background-repeat: repeat-x;
	width: 800px;
	margin: 0px;
	height: 80px;
	background-color: #FFF;
	background-image: url(img/header_1.gif);
	text-align: right;
}
.title {
	background-image: url(img/title_rogo.gif);
	height: auto;
	width: auto;
	background-repeat: no-repeat;
	background-position: center 16px;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	text-decoration: underline;
	color: #000;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
p.footer {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	top: 480px;
	left: 0px;
	height: 80px;
	width: 800px;
	text-align: center;
	margin: 0px;
	background-image: url(img/footer.gif);
}
.main_contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-decoration: underline;
	background-image: url(../img/title_rogo.gif);
	background-repeat: no-repeat;
	background-position: center 16px;
	height: auto;
	width: 796px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c41143;
	border-left-color: #c41143;
	margin: 0px;
	text-align: center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
}
.wrapper {
	background-color: #FFF;
	height: auto;
	width: 800px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c41143;
	border-left-color: #c41143;
	margin-top: 32px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.comment {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
}
