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

body{background-image:url(../img/bg.png);
background-position:bottom;
background-repeat:repeat-x;}


/* トップバナー topbanner*/

#topbanner{
	width:850px;
	height:350px;
	margin-top:10px;
	border:0px;
	clear:both;
}

/* メイン main*/

#main{
	width:850px;
	margin-bottom:50px;
	text-align:center;
	border:0px;
	clear:both;
}

/* レポート report*/

#report{
	width:650px;
	border:0px;
	text-align:center;	           　　　　　                         
	padding:0px;
	margin-top:30px;
	margin-bottom:10px;
	margin-left: auto;
    margin-right: auto;
}

.title{
  margin-top:40px;
  margin-bottom:20px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.text{
  padding: 0px;
  text-align: center;
  line-height:150%;
  font-size: 14px;
  color:#000;
  clear:both; 
  
}

.photo {
	margin-top:20px;
	padding: 0px;
}

/* 黒・基本 */
.font1 {
	font-size: 11px;
	font-weight:bold;
	font-style: normal;
	color: #000000;
	margin-top:20px;
	}

.font2 {
	font-size: 20px;
	font-weight:bold;
	font-style: normal;
	color:#006699;
	}
	
	.font3 {
	font-size: 18px;
	font-weight:bold;
	font-style: normal;
	color:#134377;
	margin-top:20px;
	}
	
	a:link { color:#134377;}
a:visited { color:#134377; }
a:hover { color:#F2EBBD; }
a:active {
	color:#F2EBBD;
	font-family: Helvetica, "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6ＭＳ Ｐゴシック", Osaka, sans-serif;
}
a {
text-decoration: none;
font-weight :bold;
}
