@charset "UTF-8";

/* -------------------------------------------------- index */

.index #main table {
	margin-bottom: 15px;
	width: 740px;
}
.index #main table th,
.index #main table td{
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	background-image: url(../images/common/line_02.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: top;
}
.index #main table th {
	text-align: left;
	width: 100px;
}
.index #main table td {
	width: 640px;
}

.index #main table th span{
	background-image: url(../images/common/ic_01.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
}

/* -------------------------------------------------- page */

.page #main .date {
	text-align: right;
}
.page #main .photo {
	float: right;
	width: 340px;
	text-align: right;
	margin-bottom: 20px;
}
.page #main .photo img {
	border: 7px solid #EEEEEE;
}
.page #main .indent {
	margin-bottom: 20px;
}
.page #main #title {
	background-image: url(../images/common/bg_h_01.gif);
	background-repeat: no-repeat;
	background-color: #F7F7F7;
}
.page #main #title h2 {
	background-image: url(../images/common/bg_h_02.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	color: #212121;
	margin-bottom: 1em;
	font-size: 108%;
	padding-top: 6px;
	padding-bottom: 6px;
}

