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

html {
	background-image:url(../images/bg01.jpg);
	background-repeat:repeat-y repeat-x;
	min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: absolute;
  /* またはabsolute; */
  top: 0;
  left: 0;
}



body {
	margin-left:auto;
	margin-right:auto;
	width:956px;
}
#header a img {
	position:absolute;}
h1 {
     padding:15px;
     font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
     font-size:10px;
     font-weight:lighter;
     color:#f3e7b2;
     text-indent: -9999px;
}
#contentswrap {
	background-image:url(../images/top_bg02.jpg);
	background-repeat:repeat-y;
	margin-top:325px;
}


#footer {
	background-image:url(../images/top_bg03.jpg);
	background-repeat:no-repeat;
	width:956px;
	height:90px;
	margin-bottom:50px;
}

address#footertext {
	font-family:"MS Serif", "New York", serif;
	font-style:normal;
	font-weight:lighter;
	font-size:9px;
	color:#f3e7b2;
	padding-top:36px;
	padding-left:auto;
	padding-right:auto;
	text-align:center;
}

#globalmenu {
	height:45px;
	margin-left:40px;
	margin-bottom:0;
}
#globalmenu a img{
	margin:0;
	padding:0;
}
#btn_bottom_line {
	margin:0 40px;
}

p#goto-top {
	color:#FFFFFF;
	clear:both;
	font-size:11px;
	font-family:"Times New Roman", Times, serif;
	text-align:right;
	text-transform: uppercase;
	
	margin:0;
	padding-top:10px;
	padding-right:45px;
}

a {
	outline: none;
}

a:link {
	color:#000000;
	text-decoration: none;
}

a:visited {
	color:#000000;
	text-decoration: none;
}

a:hover {
	color:#900000;
	text-decoration: none;
}

a:active {
	color:000000;
	text-decoration: none;
}

#goto-top a {
	background:transparent url(../images/arrow.png) no-repeat 0 50%;
	padding-left: 15px;
}
	