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

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

/* トップバナー topbanner*/

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

/* メイン main*/

#main{
	width:850px;
	margin:0px;
	border:0px;
	margin-top:0px;
	margin-bottom:30px;
	padding-bottom:30px;
	clear:both;
	font-size: 12px;
    color:#000;
	background-color:#ffffff;
}

/* インタビュー*/

#text{
	width:800px;
	border:0px;
	padding:25px;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	line-height:160%;
}


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

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

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

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

/* マツさん */
.font1 {
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
	color:#06C;
	}
	
	.font1s {
	font-size: 10px;
	font-weight:bold;
	font-style: normal;
	color:#06C;
	margin-top:10px;
	}
	
	/* クリスチィヌさん */
.font2 {
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
	color:#C06;
	}
	
	.font2s {
	font-size: 10px;
	font-weight:bold;
	font-style: normal;
	color:#C06;
	margin-top:10px;
	}
	
	/* 原さん */
.font3 {
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
	color:#393;
	}
	
	.font3s {
	font-size: 10px;
	font-weight:bold;
	font-style: normal;
	color:#393;
	margin-top:10px;
	}

/* トクマルさん */
.font4 {
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
	color:#930;
	}
	
	/* 注釈 */
.font5 {
	font-size: 10px;
	color:#C00;
	margin-top:10px;
	font-weight:bold;
	}
	
			
.font6 {
	font-size: 14px;
	color:#366;
	margin-top:10px;
	font-weight:bold;
	}


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