* {
	margin: 0px;
	padding: 0px;
}
/* .foot {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF6EA7;
	text-align: right;
	padding-right: 10px;
	height: auto;
	width: 940px;
	background-color: #F6FF93;
	margin:auto;
} */
body {
	background-image: url(../images/st4.gif);
	background-repeat: repeat;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#wrap {
	margin: auto;
	height: 783px;
	width: 950px;
}
#contents::after{
	content:'';
	display:block;
	width:100%;
	clear:both;
}
#content {
	background-color: #FFF;
	clear: none;
	float: left;
	height: auto;
	width: 950px;
}
.i_box {
	float: left;
	height: 98px;
	width: 242px;
	clear: left;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.i_box2 {
	clear: left;
	float: left;
	height: 101px;
	width: 302px;
}
.i_box ul {
	list-style-type: none;
}
.i_box li {
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	text-indent: 10px;
	line-height: 22px;
	font-weight: bold;
	color: #C06;
}
#main {
	height: 783px;
	width: 950px;
	background-image: url(../images/main.png?2018);
	background-repeat: no-repeat;
}
a {
	color: #C36; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}
a:visited {
	color: #C36;/*リンクの色*/
}
a:hover {
	color: #FF72AA; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
