@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 80%;
	line-height: 1.5em;
	font-weight: normal;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	background-position: center 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:link {
	color: #369;
	text-decoration: none;
}

a:visited {
	color: #369;
	text-decoration: none;
}

a:hover {
	color: #f30;
	text-decoration: none;
}

a:active {
	color: #f30;
	text-decoration: none;
}

#header {
	width: 442px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

#umeda_ti {
	color: #81528f;
	font-weight: bold;
	padding-top: 20px;
	font-size: 120%;
}

table{
	color:#7e4f31;
	margin-left:81px;
}

table td h1{
	padding:10px 0;
	font-size: 100%;
	text-align: center;
}
table td p{
	font-size: 100%;
	text-align: center;
}
.center{ margin:0 0 0 61.5px; }

h1,h2 {
	font-size: 100%;
	font-weight: normal;
}
.sub_ti  {
	color: #000;
	font-size: 110%;
	
}
.sub_ti2 {
	color: #000;
	margin: 8px 0 0 15px;
}
.li_1 {
	margin: 0 0 0 30px;
}
.li_1  ul li{
	list-style-type: disc;
	list-style-position: outside;

}