﻿@charset"Shift_JIS";

/* ★ページ全体の共通指定 */

/* ページ全体の背景・文字・余白など */
body {
	margin: 0;
	border: 0;
	padding: 0;
	text-align: center;
	font-size: small; 
	font-family: "ＭＳ Ｐゴシック", Osaka, verdana, arial, sans-serif; 
	color: #333333; 
	background-color: #E6D6B0; 
	background: url(img/bg.gif) repeat; 
}
h1, h2, h3 {
	margin : 0;
	padding : 0;
	font-weight: normal;
}
ul, p, div, span {
	margin : 0;
	padding : 0;
}
img {
	border: none; 
}
table {
	margin : 0;
	border: none;
	empty-cells: show;
}
a {
	color: #CC0000;
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
	color: #FF7200;
}


/* ★各要素の指定 */

#container {
	width: 810px; 
	margin-right: auto;
	margin-left: auto;
	background: url(img/bg2.gif) repeat; 
	background-color: #ffffff; 
}
#head {
	width: 810px; 
	height: 130px; 
	margin: 0; 
	background: url(img/h3bgg.gif) no-repeat; 
	background-position: center; 
}
.link {
	font-size: small; 
	text-align: center; 
	border-right: dotted 1px #ffffff;
	padding: 4px;
}
.link a {
	color: #333333; 
	font-weight: bold; 
}
.link a:hover {
	text-decoration: underline;
	color: #CC0000;
}
#left {
	width: 210px; 
	text-align: left; 
	float: left; 
	margin: 10px; 
}
#center {
	width: 570px; 
	float: left;
}
#main {
	text-align: left; 
	margin: 10px 20px 10px 5px; 
}
#footer {
	clear: both; 
	width: 770px; 
	color: #CD2F02;
	border-top: solid 1px #CD2F02; 
	margin-bottom: 20px; 

}

/* ★ メインコンテンツの指定 */

.msg {
	margin-bottom: 30px; 
}
.msg-body {
	margin-top: 0px; 
	margin-bottom: 30px; 
}
.tx01 {
	color: #583910; 
	line-height: 130%; 
}
.tx02 {
	color: #FF7200; 
}
.tl01 {
	background-color: #D4DCB5; 
	padding: 4px;
	font-weight: bold; 
	color: #583910;
	border-bottom: solid 1px #6C7B32;
	border-right: solid 1px #6C7B32;
}
.tl01 a { 
	color: #583910;
}
.tl02 {
	color: #CD2F02; 
	border-bottom: solid 1px #D7C38F;
	font-weight: bold; 
}
.tl02 a {
	color: #266E76;
}
.tl03 {
	padding: 4px;
	font-size: 30pt; 
	color: #583910;
}
