/* charset */
@charset "euc-jp";
.photo01a {
	width: inherit;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.photo01b {
	width: inherit;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.photo01b .photo {
	text-align: center;
}

.photo02a {
	width: inherit;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.photo02a .first {
	float: left;
	width: 275px;
	margin-right: 20px;
}
.photo02a .second {
	float: left;
	width: 275px;
}
.photo03a {
	width: inherit;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.photo03a .first {
	float: left;
	width: 179px;
	margin-right: 16px;
}
.photo03a .second {
	float: left;
	width: 179px;
}
.photo04a {
	width: inherit;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.photo04a .first {
	float: left;
	width: 131px;
	margin-right: 15px;
}
.photo04a .second {
	float: left;
	width: 131px;
}
.pattern01a {
	width: inherit;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
.pattern01a .photo {
	float: left;
}
.pattern01a .info {
	float: right;
	width: 400px;
}
.pattern01b {
	width: inherit;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
.pattern01b .photo {
	float: right;
}
.pattern01b .info {
	float: left;
	width: 400px;
	text-align: left;
}
.pattern01c {
	width: inherit;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #333333;
	background: #999999;
}
.pattern01c .photo {
	float: left;
}
.pattern01c .info {
	width: 418px;
	float: right;
}
.pattern01c h3 {
	background-color: #0D0206;
}
.pattern01c .info h4 {
	background-color: #CCCCCC;
	text-align: center;
}
.pattern01c .info p {
	padding: 5px;
}
.pattern01d {
	width: inherit;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #333333;
	background: #999999;
}
.pattern01d .photo {
	float: right;
}
.pattern01d .info {
	width: 418px;
	float: left;
}
.pattern01d h3 {
	background-color: #CCCCCC;
}
.pattern01d .info h4 {
	background-color: #CCCCCC;
	text-align: center;
}
.pattern01d .info p {
	padding: 5px;
	background-color: #999999;
}

.pattern02a {
}
.pattern02a h3 {
	letter-spacing: 5px;
	text-align: center;
}
.pattern02a .photo {
	width: 150px;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
.pattern02a .photo img {
	display: block;
	margin-bottom: 15px;
}
.pattern02a .info {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #0D0206;
	padding: 10px;
	background-color: #EDE2C2;
}

.list01a {
	width: inherit;
	margin: 20px auto 10px;
}
.list01a h3 {
	height: 25px;
	width: inherit;
	background-repeat: repeat-x;
	background-image: url(../images/h3-01.jpg);
	padding-left: 5px;
}
.list01a h4 {
	padding-top: 20px;
}
.list01a p {
	padding: 3px 20px 10px;
}
.list02a {
	width: inherit;
	margin: 20px auto 10px;
}
.list02a .first {
	width: 50%;
	float: left;
}
.list02a .second {
	width: 50%;
	float: right;
}
.list02a h3 {
	height: 25px;
	width: inherit;
	background-repeat: repeat-x;
	background-image: url(../images/h3-02.jpg);
	padding-left: 5px;
}
.list02a h4 {
	padding-top: 20px;
}
.list02a p {
	padding: 3px 30px 10px 15px;
}

/*-----table------*/
.table01a {
	width: inherit;
	margin: 20px auto 10px;
}
.table01a caption {
	letter-spacing: 10px;
}
.table01a table {
	border-collapse: separate;
	border-spacing: 1px;
	empty-cells: show;
	background-color: #666666;
	line-height: 120%;
	width: 570px;
}
.table01a th {
	background-color: #F9DE9F;
	white-space: nowrap;
	padding: 5px;
	font-weight: normal;
}
.table01a td {
	background-color: #FFFFFF;
	padding: 5px;
}

.table02a {
	width: inherit;
	margin: 20px auto 10px;
}
.table02a caption {
	letter-spacing: 10px;
}
.table02a table {
	border-collapse: separate;
	border-spacing: 1px;
	empty-cells: show;
	background-color: #666666;
	line-height: 120%;
	width: 570px;
}
.table02a .line td {
	background: #E3E3E3;
}
.table02a th {
	background-color: #CCCCCC;
	white-space: nowrap;
	padding: 5px;
	font-weight: normal;
	text-align: center;
}
.table02a td {
	background-color: #FFFFFF;
	padding: 10px;
}
