@charset "utf-8";
@import url("design01.css");


/*基本設定*/
body {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	line-height: 1.5em;
	color: #7c0003;
	background-color: #63432e;
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}

img {
	border: 0px;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

p{
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

a{
}

a:hover {
}


table{
	border-collapse: collapse;
	border: none;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}

th, tr, td {
	padding:0px;
	margin: 0px;
}

h2 {
	background-image: url(imgdate/h2_01.gif);
	color: #FFFAFA;
	line-height: 200%;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-indent: 1.2em;
	background-repeat: repeat-y;
}

h3 {
	background-image: url(imgdate/h3_01.gif);
	color: #FFFAFA;
	line-height: 200%;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-indent: 1.2em;
	background-repeat: repeat-y;
}

hr{
	border-style: dotted;
	color: #EEAEB0;
}