
.title {/*タイトル*/
	margin: 40px auto 3px;
	text-align: center;
	padding: 15px;
	width: 700px;
	border: 1px solid;
	border-color: #999 #fff;}

h3 {/*見出し*/
		clear: both;
		padding-left: 8px;
		border-left: 8px #c06 solid;
		line-height: 130%;
		color: #c06;
		font-weight: bold;
		font-size: 100%;}

.catch {/* キャッチ */
		clear: both;
		color: #c06;
		font-weight: bold;
		font-size: 100%;}

.box1 {/*全体*/
		clear: both;
		margin: 30px 50px 50px 50px;
		background-color: #fff;
		border: solid 1px #666;
		width: 810px;}

.box2 {/*小見出し*/
		clear: both;
		margin: 50px auto 0px;
		color: #c06;
		font-weight: bold;
		width: 680px;}

.box3 {/*段落*/
		clear: both;
		margin: 30px auto;
		width: 680px;}

.box4 {/*文字右*/
		float: right;
		width: 380px;}

.photoBox {/*写真左*/
		margin: 0;
		width: 300px;
		float: left;
		text-align: center;
		line-height: 110%;
		color: #555;}


.box5{/*写真入れ*/
		width: 680px;
		margin: auto;}

.photo {/*写真２個並べる*/
		width: 340px;
		height: 240px;
		float: left;
		text-align: center;}
.photo0 {/*写真真ん中に１個*/
		clear: both;
		width: 680px;
		height: 240px;
		text-align: center;}



.box6 {/*段落(コメント)*/
		clear: both;
		margin: 10px auto;
		width: 680px;}		


/* 2013.05.25追加 -----------------------------*/


.photo1 {/*写真*/
		width: 340px;
		float: left;
		text-align: center;}
		
.photo2 {/*写真*/
		width: 340px;
		margin: 20px 0px 0px 0px;
		text-align: center;}
		
.photo3 {/*写真*/
		width: 225px;
		float: left;
		text-align: center;}

.photo4 {/*写真*/
		width: 340px;
		height: 240px;
		margin: 50px 0px 0px 0px;
		float: left;
		text-align: center;}

/* --------------------------------------------*/

/* 2013.09.30追加（インタビュー写真用） -------------*/

.photo5 {
		margin: 0;
		clear: both;
		width: 300px;
		margin: 10px;
		float: right;
		text-align: center;
		color: #444;
		background-color: #fff;}

.question {/*質問文*/
		margin-bottom: 10px;
		margin: 20px 10px 0px 0px;
		color: #339999;
		font-weight: bold;
		font-size: 100%;}
		
/* --------------------------------------------*/
	
		
.copy{/*コピーライト*/
	text-align: center;
	padding: 20px;
	font-size: 90%;
	color: #555;}


/* ８．変更履歴 -------------------------------

2012.08.09 139 雛形作成

-------------------------------------------- */
