@charset "utf-8";

/*Link*/
a:link{
	text-decoration:none;
	color:#039;
}
a:visited{
	text-decoration:none;
	color:#369;
}
a:hover{
	text-decoration:underline;
	color:#039;
}


body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial,Helvetica,san-serif;
	background:#fff;
}

h1,h2,h3,h4,h5,h6,h7,p,ul,li,form,select {margin:0;padding:0;font-size:100%;}

ul,li {text-indent:0;}

hr {
	width:100%;
	height:1px;
	border:0;
	color:#999;
	background-color:#999;
	clear:both;
}
hr.mg {
	margin:20px 0 0;
}

img {
	border:0;
}

/*コンテナ*/
#wrapper {
	width:640px;
	margin:0 auto 0;
	text-align:left;
}

/*パンくず*/
.topic-path {
	padding:3px;
	font-size:10px;
	color:#c00;
}
.topic-path a {
	color:#666;
}
.topic-path span {
	font-size:12px;
	color:#000;
}

/*フッタ*/
#foot {
	width:100%;
	padding:20px 0 0;
	clear:both;
}
#foot ul {
	list-style-type:none;
}
#foot li {
	width:18%;
	height:65px;
	padding:0 0 20px 5px;
	text-align:center;
	float:left;
}

/*バックナンバーセル*/
#bn-cellarea {
	width:604px;
	padding:20px 0 0;
	font-size:12px;
}
.bn-cell {
	width:300px;
	height:132px;
	margin:0;
	padding:0;
	float:left;
}
.bn-img {
	width:114px;
	height:131px;
	float:left;
}
.bn-img img {
	margin:2px 7px;
}
.bn-txt {
	width:174px;
	height:131px;
	float:left;
}
.bn-txt p {
	padding:0 4px;
}
/*バックナンバーNo*/
.date{
	font-size: 14px;
	margin: 2px 0x 3px;
}
.num{
	font-size: 12px;
	font-weight: bold;
}
/*サマリー*/
.summary{
	margin: 10px 0x 3px;
}

/*センタリング用*/
.centering {
	text-align:center;
}

/*コンテンツ領域*/
#contents-area {
	padding:0 20px;
}

/*冊子号数とTOPボタンのエリア*/
#inner-head {
	width:600px;
	height:33px;
}
/*冊子号数*/
.number {
	font-size:12px;
font-weight:bold;
	margin:0;
}

/*TOPボタン*/
.totoparea {
	width:100%;
	padding:20px 0 0;
	clear:both;
}
.totop {
	width:100%;
	padding:0 0 20px;
	clear:both;
	text-align:right;
}
/*TOPボタン(ページ上用)*/
#inner-head .totop {
	float:right;
}

