/*設定*/

/*全体背景設定*/
.mainbody{background: #6ae0fe url(../img/back_01.gif);
	margin: 0px auto;
	font-size : 12px;}

img,a img { border: none;
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}

/* ヘッダー */
.header{
	background:url(../img/name_back_00.gif) #FFFFFF bottom repeat-x;width:960px;
	margin:0 auto;}
	.header img{
		margin-left:5px;}
	


.content{
	width:960px;
	height:2350px;
	background:url(../img/back_00.jpg) center;
	margin: 0px auto;}

/* 下部コピーライト部分：共通 */
.copy{
	background:#24264c;
	width:960px;
	color:#FFFFFF;
	font-size:10px;
	text-align:right;
	margin:0 auto;
	padding:5px 0px;
	text-align:center;}


/* 戻るボタン */

   #topbutton {
      position: fixed;
	  text-indent: -9999px;
      bottom: 18px;
      right: 4%;
	  height:135px;
      width: 150px;
      display: none;
	  background-image:url(../img/up_btn.png);
   }
   #topbutton a {
	   display:block;
      color: white;
      text-decoration: none;
   }


	