@charset "utf-8";
/* CSS Document */

body {
	background: ( #ececec);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 5px;
}

a:hover {
	color: #B00004;
	text-decoration: none;
}


a:visited {
	color: #186BE7;
	text-decoration: underline;
}


.icon01 {
	background-image: url(../../image/top_off.jpg);
	background-repeat: no-repeat;
}

.icon01 a {
    width: 200px;
    background: url(../../image/top_off.jpg) no-repeat;
    display: block;
    text-indent: -9999px;
}

.icon01 a:hover {
    background-image: url(../../image/top_on.jpg);
}





.hed {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../../image/bg01.jpg);
	background-position: 50%;
}

.hed01 {
	background: #333333;
	width: 100%;
    

}

.hed02 {
	width: 200px;

}

table {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

table img {
  max-width: 100%;
  height: auto;
}
