/* /////////////////////////////////////////////// */
/*                                                 */
/*         OBM styles for museum nisshi page       */
/*                 Version : 2007.04               */
/*                                                 */
/* /////////////////////////////////////////////// */

h2 { float: left;}

h2.pagetitle {
	float: none;
	display: block;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
/*	color: #630; */
	color: #060;
	padding: 10px 0 18px;
	background: url(/nisshi/wp-content/themes/BANDAI_MUSEUM/images/h2_bg.gif) no-repeat;
	}

img.iconStaff {
	float: right;
	margin-top: 7px;
	margin-right: 70px;
}

div.content p {
	font-size: 10px;
	line-height: 1.4em;
}

div.nisshiTopImage {
	width: 148px;
	height: 157px;
	color: #630;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../nisshi/image/nisshi_top_image.jpg);
	background-repeat: no-repeat;
	padding: 40px 20px 0 230px;
	margin-bottom: 10px;
}

div.archive { margin-top: 20px;}

div.aTitle {
	width: 376px;
	height: 53px;
	background-image: url(../nisshi/image/back_article_title.jpg);
	padding: 10px 0 0 22px;
}
div.aTitle img {
	margin-right: 5px;
	float: left;
}
div.aTitle p.title {
	width: 250px;
	height: 20px;
	color: #630;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	overflow: hidden;
}

p.date {
	font-weight: bold;
	display: inline;
	float: right;
	margin: -13px 10px 0 0;
}

div.article {
	width: 358px;
	background-image: url(../nisshi/image/back_article.jpg);
	background-repeat: repeat-y;
	padding: 0 20px;
	clear: both;
/* コレクション紹介でURLが改行されずIE6で不具合があるため追加 */
	overflow: hidden;
/* 追加ここまで */
}
div.article img {
	float: left;
	margin: 0 15px 10px 0;
	border: 1px solid #663300;
}
div.metaname {
	color: #630;
	width: 378px;
	height: 35px;
	text-align: right;
	background-image: url(../nisshi/image/back_articleBtm.jpg);
	background-repeat: no-repeat;
	padding: 10px 20px 0 0;
}

p.prevnext {
	text-align: center;
	margin-top: 30px;
}
