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

#wrapper {
width: 100%;
margin: 0 auto;
}
.fixed{
	position:fixed;
	top: 0;
	left: 0;/*固定させたい位置*/
}

body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html,body {
text-align: center;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img{opacity:0.9;filter:alpha(opacity=90);-ms-filter: "alpha( opacity=90 )";}
a:active {
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img { border: 0; }


#contents01 {
	width: 450px;
	text-align: left;
	margin: 0 auto;
	line-height: 0;
}
hr.style1 {
	background-color: #fff;
	border-top: 2px dotted #cccccc;
	margin-top: 15px;
	margin-bottom: 15px;
}