@charset "utf-8";

body {
	padding: 0px;
	background-color: #FFFFFF;
}

.style1 {color: #FF0000}

.style2 {
	color: #FFFFFF;
	font-weight: bold;
}

h1#main_title{
	font-size:10px;
	letter-spacing:1px;
	color:#000000;
	padding:2px 0px 2px 10px;
	width: 760px;
	text-align:left;
	margin: 0px auto;
	font-weight:normal;
}

/* インラインフレームで表示しているサイトの
サイズを変更する場合は、#wrapperのheightとwidthの
サイズを変えてください*/

#wrapper { 
	height: 700px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer {
	width:100%;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

table {
	font-size: 10px;
	color: #000000;
}

div.main {
	width: 100%;
	height: 4650px;
}

div.main-menu {
	width: 100%;
	height: 4650px;
}

div.main-content {
	width: 100%;
	overflow: auto;
	height: 30px;
}


#footer address{
	text-align:center;
	padding-top:5px;
	height:19px;
	font-size:10px;
	letter-spacing:0.5px;
}

p.endtxt01{
text-align:center;
font-size:10px;
letter-spacing:0.5px;
line-height:150%;
padding:5px 0px;
}
