@charset "UTF-8";
/* CSS Document */


* {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 13px;
	color: #000000;
}

body {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 30px;
	min-width: 1000px;
	width: 100%;
	color: #000000;
	background-color: #FFFFFF;
}

a {
	color: #F00;
	text-decoration: none;
}

a:hover {
	color: #000EFA;
}

a img {
	border: none;
}

.space10 {
	height: 10px;
}

.space15 {
	height: 15px;
}

.space20 {
	height: 20px;
}

.space50 {
	height: 50px;
}

img {
	padding: 0px;
	margin: 0px;
}

#top_wrap {
	width: 1000px;
	margin: 0px auto;
	text-align: center;
	position: relative;
}

.wrap {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

.wrap2 {
	text-align:center;
	padding: 0px 20px;
	position:relative;
}

.text_top {
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.ot1 {
	width: 20%;
	font-size: 1.2em;
	border-right:  1px #555555 solid;
	border-bottom: 1px #555555 solid;
}

.ot2 {
	text-align: left;
	padding: 10px;
	width: 60%;
	border-right: 1px #555555 solid;
	border-bottom: 1px #555555 solid;
}

#footer {
	width: 100%;
	background: #FFFFFF;
	position: relative;
}

#footer_wrap {
	width: 1000px;
	margin: 0px auto;
	padding: 40px 0px;
	font-size: 8px;
	text-align: center;
	position: relative;
}

.clear {
	clear: both;
}
