/*初期設定*/
h2 {
	margin-top: 20px;
}

h3 {
	margin-top: 60px;
	margin-bottom: 30px;
}



/*00.扉ページ用設定*/
.table-box {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 10px;

}

.table-box img {
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.table-box td {
	font-size: 69%;
	line-height: 1.3em;
	padding-bottom: 20px;
}
.box-150 {
	width: 150px;
}
#back {
	margin-top: 50px;
	text-align: right;
	margin-bottom: 60px;
}


/*01〜08.中ページ用設定*/

/*写真（左）ボックス*/
.pict-left-box {
}
.pict-left-box_p {
	float: left;
	height: auto;
	width: 260px;
}
.pict-left-box_t {
	float: left;
	height: auto;
	width: 321px;
	padding-left: 20px;
}

p {
	font-size: 75%;
	line-height: 1.7em;
	margin-right: 10px;
	margin-left: 10px;
}

/*写真（右）ボックス*/

.pict-right-box {
}
.pict-right-box_p {
	float: left;
	height: auto;
	width: 260px;
}
.pict-right-box_t {
	float: left;
	height: auto;
	width: 321px;
	padding-right: 20px;
}


.margin-100 {
	margin-bottom: 100px;
}

