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

* {
	margin: 0;
	padding: 0;
}



body {
	margin:0;
	font-family: ',l,r ,MS Pゴシック", "ヒラギノ角ゴ Pro W3", 
	"MS PGothic", "Osaka", "Hiragino Kaku Gothic Pro", sans-serif';
	line-height:150%;
	color:#353535;
	background-color:#f0f0f0;
}

img {border: none;}
hr {display: none;}


a:link {
	text-decoration: none;
	color:#63a7c8;
}
a:visited {
	text-decoration: none;
	color: #63a7c8;
}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}

.hiden {display: none;}
.Out {position: absolute;	left: -999px;top: -999px;}


/*-----------------------------------------------
 __body
-----------------------------------------------*/

h1  {
   width:780px;
   height:auto;
   font-size:10px;
   margin:0 auto;
   color:#002560;
   }

#btn_top  {
position:absolute;
right:-40px;
top:120px;
}



#wrap  {
margin:0 auto;
width:780px;
height:auto;
background:url(../images/bg.gif);
background-color:#ffffff;
background-repeat:no-repeat;
position:relative;
}


#title   {
padding:70px 0;
width:780px;
}
		  
#title_bar {
          float:left;
		  width:347px;
		  height:54px;
		  margin-left:40px;
		  }   

#info_bar  {
            float:right;
            width:300px;
			margin-top:10px;
			}
          

#info_bar img  {
margin:10px 3px 0px 3px;
} 



#top_btn  {
float:right;
width:110px;
height:21px;
margin-top:40px;
}


#footer  {
width:780;
height:60;
}


.clear {
   clear: both;
}




h3{
padding:10px 0;













