*html .iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}

a:link  {color: #842241;}
a:visited {color: #842241;}
a:hover  {color: #842241;}
a:active {color: #842241;}
h1,h2,h3,h4,h5,h6,div,p,ul,li,dl,dt,dd,table,tr,th,td{
	margin: 0px;
	padding: 0px;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 13px;
	color: #222222;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}

body{
	padding: 0px;
	margin: 0px;
	background-image: url(../images/body_bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
.container {
	padding: 0px;
	margin: 0 auto;
	width: 900px;
}
.container #header{
	margin-top: 10px;
}





.container #container2_top {
	background-image: url(../images/c2_bg_top.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	height: 20px;
}
.container #container2 {
	background-image: url(../images/c2_bg.png);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
	width: 900px;
}
.container #container2 h2{
	margin-left: 20px;
	height: 200px;
	width: 860px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.container #container2 #main{
	margin: 0 auto;
	padding-top: 20px;
	width: 820px;
}
.container #container2 #main h3{
	height: 40px;
	text-indent: -9999px;
}

.container #container2_bottom {
	background-image: url(../images/c2_bg_bottom.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	height: 20px;
}

div.toTop a{
	background-image: url(../images/btToTop.gif);
	background-repeat: no-repeat;
	display: block;
	float:right;
	overflow: hidden;
	text-indent: -9999px;
}





#footer{
	margin-top: 50px;
	height: 50px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
}
#footer p{
	margin-left: 700px;
	width: 300px;
	height: 15px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	over-flow: hidden;
	background-position: bottom left;
}
