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

body{background-image:url(../img/bgimg.jpg)}

/* トップバナー 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:750px;
	border:0px;
	text-align:center;	           　　　　　                padding:0px;
	margin-top:30px;
	margin-bottom:30px;
	margin-left: auto;
    margin-right: auto;
	clear:both;
}

.title{
	margin-top:15px;
  padding: 0px;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  font-weight:bold;
	font-style: normal;
	color:#204962;
}

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

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

.photo_l {
	margin-top:10px;
	margin-bottom:10px;
	margin-right:5px;
	padding: 0px;
	text-align: center;
}

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


/* 焦げ茶・基本 */
.font1 {
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
	color:#453833;
	margin-top:10px;
	}


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