
body{
	color:#000000;
	background-image : url(images/bg_body.gif);background-repeat:repeat-x;background-attachment : fixed;
	font-family : メイリオ,MSPゴシック,sans-serif;
        padding-top : 0px;
        padding-left : 0px;
        padding-right : 0px;
        padding-bottom : 0px;
        margin-top : 0px;
        margin-left : 0px;
        margin-right : 0px;
        margin-bottom : 0px;
}

#container {
	background-image : url(images/container_bg.gif);
	text-align: left;
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

a{
  text-decoration : none;
  color : gray;
}

img{border-width : 0px 0px 0px 0px;}
#t_bg{
  background-image : url(images/t_bg.gif);
  background-position: left bottom;
}

