@charset "utf-8";
html {
	margin: 0;
	padding: 0;
	height:100%;
	right: 0;
}
body {
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0;
    text-align: left;
	background-image: url(../img/bg_tile.gif);
	background-repeat: repeat;
}
img {
    border: 0;
}
/*/  BG HEAD  ///////////////////////////////////////*/
.bg_header {
	margin: 0px;
	padding: 0px;
	height: 30px;
	left: 0px;
	top: 0px;
	background-image: url(../img/bg_header.gif);
	background-repeat: repeat;
    text-align: left;
}
/*/  HEADER  ///////////////////////////////////////*/
#header {
	margin: 0px;
	padding: 0px;
	height: 81px;
	width: 1020px;
	left: 0px;
	top: 0px;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
}
#logo{
	margin: 0 0 0 55px;
}
#sitemap{
	margin: 8px 0 0 641px;
}
#privacy{
	margin: -11px 0 0 746px;
}
#contact{
	margin: -12px 0 0 902px;
}

/*/  NAVI  ///////////////////////////////////////*/
#navi{
	width: 990px;
	height: 50px;
	margin-left: 30px;
}

/*/  TOPIC PATH  ///////////////////////////////////////*/
#topic_path{
	width: 976px;
	height: 27px;
	padding-top: 18px;
	padding-left: 45px;
	font-size: 11px;
	letter-spacing: -1px;
}
div#topic_path a{
  color: #666;
}
div#topic_path a:hover{
  color: #666;
}

/*/  SIDENAVI  ///////////////////////////////////////*/
#sidenavi {
	width: 160px;
	margin-left: 30px;
}

/*/  SIDE BANNER  ///////////////////////////////////////*/
#side_banner {
	width: 160px;
	padding-top: 10px;
	padding-left: 30px;
}
/*/  RIGHT  ///////////////////////////////////////*/
#right{
	width: 779px;
	height: 461px;
	margin-top: -321px;
	margin-left: 212px;
}

/*/  TITLE  ///////////////////////////////////////*/
#title{
	width: 779px;
	height: 70px;
	position: relative;
}

/*/  COPY  ///////////////////////////////////////*/
#copy{
	width: 763px;
	height: 46px;
	position: relative;
	margin-left: 16px;
}

/*/  SUMMARY  ///////////////////////////////////////*/
#summary{
	width: 763px;
	position: relative;
	margin-left: 16px;
	letter-spacing: 1px;
	line-height: 1.4em;
    text-align: left;
}

/*/  CONTENTS  ///////////////////////////////////////*/
#contents{
	width: 779px;
	position: relative;
	margin-top: 11px;
}
.block01{
	width: 265px;
	height: 110px;
}
.block02{
	width: 250px;
	height: 110px;
}

/*/  PAGETOP  ///////////////////////////////////////*/
#pagetop {
	width: 86px;
	height: 11px;
	padding-top: 14px;
	margin-left: 910px;
}

/*/  FOOTER  ///////////////////////////////////////*/
#footer {
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	width: 1020px;
	height: 31px;
	margin-top: 8px;
}
/*/  BG FOOT  ///////////////////////////////////////*/
.bg_footer {
	margin: 0px;
	padding: 0px;
	height: 30px;
	left: 0px;
	top: 0px;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat;
    text-align: left;
}

