/**********************************************
	サイト構成
**********************************************/
h2 {
	margin-bottom:10px;
}

h3 {
	margin-top:10px;
	font-size:1.2em;
	color:#447e7e;
}

h4 {
	margin-top:10px;
	font-size:1.2em;
	color:#447e7e;
}

/**********************************************
	テーブル
**********************************************/
.titleText {
	margin:1em 0;
	padding-left:10px;
	font-size:1.1em;
	color:#040;
	border-left:10px solid #690;
}

.yearIndex {
	padding:5px 10px;
}

.yearIndex li {
	float:left;
	margin:0 1em 1em 2em;
	white-space:nowrap;
	list-style-type:circle;
}

.photoIndex {
	float:left;
	padding:10px 15px;
}

.photoIndex li {
	float:left;
	margin:0 10px 10px 10px;
	width:240px;
	text-align:center;
}

.photoText {
	margin-top:5px;
	padding-left:20px;
	height:4em;
	line-height:1.2;
	font-size:0.9em;
	background:url("../images/information.png") no-repeat 0 0;
}

.wornningText {
	padding:0 10px;
	width:530px;
	background-color:#ddd;
}

.wornningText li {
	margin-left:2em;
	list-style-type:circle;
	font-size:0.9em;
}

/**********************************************
	角丸ボックス
**********************************************/
.roundBox {
	margin-bottom:10px;
	padding:0 10px;
	width:530px;
	line-height:1;
	font-size:1.2em;
	font-weight:bold;
	background-color:#e0f4f4;
}

