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

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

/* トップバナー topbanner*/

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

/* メイン main*/

#main{
	width:850px;
	margin:0px;
	border:0px;
	margin-top:30px;
	margin-bottom:30px;
	clear:both;
	font-size: 12px;
    color:#543E2C;
}

/* インタビュー*/

#text{
	width:750px;
	border:0px;          　　　　　                    padding:0px;
	margin-top:60px;
	margin-bottom:60px;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	line-height:150%;
}


.ask{
	margin:0px;
	padding: 0px;
	text-align: left;
	line-height:150%;
	font-size: 12px;
	color:#A69A87;
	font-weight: normal;
}

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

.photo_r{
	padding: 10px 0px 10px 10px;
	text-align: center;
	float:right;
}

.photo_l{
	padding: 10px 10px 10px 0px;
	text-align: center;
	float:left;
}


/* ベージュ */
.font1 {
	font-size: 10px;
	font-style: normal;
	color:#A69A87 ;
	}


	/* 紺 */
.font2 {
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
	color: #364A64;
	}
	
.font3 {
	font-size: 14px;
	font-weight:bold;
	font-style: normal;
	color:#364A64;
	margin-top:10px;
	}
	
/* ザック */
.font4 {
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
	color:#548C6C;
	margin-top:10px;
	}

/* ペリン */
.font5 {
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
	color:#BB8E88;
	margin-top:10px;
	}
	
/* トクマル */
.font6 {
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
	color:#4F8FAB;
	margin-top:10px;
	}

	

	
	a:link { color:#C00;}
a:visited { color:#C00; }
a:hover { color: #999; }
a:active {
	color:#999;
	font-family: Helvetica, "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6ＭＳ Ｐゴシック", Osaka, sans-serif;
}
a {
text-decoration: none;
font-weight :bold;
}
