@charset "utf-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FFCC99;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
}
.wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #000000;
}
.style1 {
	color: #FF6702;
	font-size: 10px;
}
.index_info {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	color: #4F0000;
	background-color: #FFFFFF;
	overflow: auto;
	position: static;
	height: 503px;
	width: 321px;
}
.index_txt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
}
.imglink{
	border: 2px solid #ffffff;
}
.imglink:hover{
	border: 2px solid #FF0000;
}

