@charset "UTF-8";
body {
	background-color: #F5FFC2;
	margin: 0px;
	padding: 0px;
	font: 14px/200% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(images/background_container.jpg);
	background-repeat: repeat-y;
}
#header {
	background-image: url(images/background_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
	height: 300px;
}
#header img {
	margin-top: 200px;
	margin-bottom: 20px;
}
#main h2 {
	color: #CC3300;
	font-size: 24px;
	line-height: 150%;
	margin-top: 40px;
}
#main h3 {
	color: #CC3300;
	font-weight: normal;
	margin-top: 18px;
}


#main  {
	width: 720px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	color: #000000;
	margin-right: 50px;
	margin-left: 50px;
}
strong {
	font-size: 24px;
	font-weight: bold;
	color: #CC3300;
	line-height: 150%;
}
.textRed {
	font-size: 18px;
	font-weight: bold;
	color: #FF3300;
}
#footer {
	clear: both;
	width: 800px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	background-image: url(images/background_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 30px;
}
#footer p {
	width: 700px;
	margin-right: 60px;
	margin-left: 60px;
}
#footer ul {
	padding-left: 0px;
	margin-left: 60px;
}
#footer li {
	float: left;
	list-style-type: none;
	margin-right: 30px;
}
#footer hr {
	clear: both;
	width: 700px;
	margin-right: 60px;
	margin-left: 60px;
}
.floatClear {
	clear: both;
}
.buttonArea {
	background-color: #990066;
	width: 700px;
	padding-top: 30px;
	color: #FFFFFF;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.buttonArea p {
	margin-right: 30px;
	margin-left: 30px;
}
.henkin {
	width: 640px;
	background-color: #FFFFCC;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.henkin  p {
	margin-right: 30px;
	margin-left: 30px;
	color: #000000;
}
#main .mailmag {
	margin-bottom: 20px;
	margin-top: 20px;
	width: 610px;
	margin-right: 45px;
	margin-left: 45px;
	background-image: url(images/background_mailmag.jpg);
	background-repeat: repeat-y;
}
#main  .mailmag p {
	margin-right: 50px;
	margin-left: 50px;
	color: #330000;
}
#main   .mailmag .head {
	background-image: url(images/mailmag_head.jpg);
	background-position: top;
	width: 610px;
	margin: 0px;
	background-repeat: no-repeat;
	height: 20px;
}
#main   .mailmag .bottom {
	background-image: url(images/mailmag_bottom.jpg);
	background-position: bottom;
	width: 610px;
	margin: 0px;
	background-repeat: no-repeat;
}
#top {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
#main .photo {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#main #meigara {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	background-color: #F5FFC2;
}
#main #meigara td {
	padding: 3px;
	font-size: 12px;
	line-height: 120%;
}
#catchcopy {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	line-height: 40px;
	font-weight: bold;
}
.clearboth {
	clear: both;
}
