@charset "utf-8";
/* CSS Document */


/* font
--------------------------------------------------------------------*/
.kinenkan_setsumei,
.kinenkan_text,
.kinenkan_image dd {
	font-family:"Times New Roman", "游明朝", Yumincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}


/* 石光平和記念館
--------------------------------------------------------------------*/
.kinenkan_setsumei {
	margin-bottom:40px;
	width:100%;
	height:320px;
	background:url(../kinenkan/img/kinenkan_setsumei.jpg) top left no-repeat;
	color:#fff;
	position:relative;
}
.kinenkan_setsumei p {
	position:absolute;
	top:15px;
	left:500px;
	width:438px;
	font-size:100%;
	line-height:155%;
}


/* 所有している品の筆者など
--------------------------------------------------------------------*/
.name {
	margin-bottom:40px;
	width:100%;
	height:243px;
	background:url(../kinenkan/img/kinenkan_name.jpg) left bottom no-repeat;
	background-position:center bottom;
}
.name_title {
	padding-bottom:10px;
	text-align:center;
}
.name p {
	margin:0 auto;
	padding-top:23px;
	width:843px;
	line-height:1.8;
	color:#fff;
}
.name p a {
	text-decoration:none;
	color:#fff;
}
.name p a:hover {
	text-decoration:underline;
}


/* 記念館画像
--------------------------------------------------------------------*/

#kinenkan_box{
	width:864px;
	height:627px;
	margin:0 auto 40px;
}

.kinenkan_image{
	width:404px;
	height:293px;
	float:left;
	margin:0 14px 40px;
}

.kinenkan_image dd {
	font-size:18px;
}





