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


/* トップバナー topbanner*/

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

/* メイン main*/

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

/* レポート report*/

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

.title{
	margin-top:20px;
  padding: 0px;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  font-weight:bold;
	font-style: normal;
	color: #F60;
}

.text{
	margin-top:10px;
  padding: 0px;
  text-align: left;
  line-height:150%;
  font-size: 12px;
  color:#000
}

.photo {
	margin-top:10px;
	padding: 0px;
	text-align: center;
}


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


	/* 緑 */
.font2 {
	font-size: 16px;
	font-weight:bold;
	font-style: normal;
	color: #006062;
	}
	
	.font3 {
	font-size: 14px;
	font-weight:bold;
	font-style: normal;
	color:#006062;
	margin-top:10px;
	}
	
	a:link { color:#00AEEF;}
a:visited { color:#00AEEF; }
a:hover { color:#FFEE00; }
a:active {
	color:#FFEE00;
	font-family: Helvetica, "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6ＭＳ Ｐゴシック", Osaka, sans-serif;
}
a {
text-decoration: none;
font-weight :bold;
}
