﻿@charset "UTF-8";
@import	"../css/common.css";

/*-----------------------------------------------------------------------*/
/*[ letterList ]*/
/*-----------------------------------------------------------------------*/
div.section ul#letterList {
	margin: 0 30px;
}
div.section ul#letterList li {
	width: 183px;
	margin-right: 15px;
	margin-bottom: 24px;
	margin-left: 15px;
	text-align: center;

	display: inline-block;
	vertical-align: top;
}
* html div.section ul#letterList li {
  /* IE 6 */
	display:inline;
	zoom:1;
}
*:first-child+html div.section ul#letterList li { /* IE 7 */
	display:inline;
	zoom:1;
}
div.section h2 {
	width: 183px;
	height: 45px;
	text-indent: -9999px;
}
div.section h2.letter {
	background: url(image/logo_letter.png) no-repeat;
}
div.section h2.news {
	background: url(image/logo_news.png) no-repeat;
}
div.section h2.information {
	background: url(image/logo_info.png) no-repeat;
}
div.section ul#letterList li p {
	margin: 12px 3px;
}
div.section ul#letterList li a img {
	width: 180px;
}

div.section div.title {
	margin: 0 24px 12px 24px;
	background: url(../common_img/icon_pdf.png) no-repeat 0 1px;
	border-bottom: 3px solid #e68c99;
}
div.section div.title h2 {
	margin-bottom: 3px;
	margin-left: 36px;
}
p.backNumber {
	text-align: right;
}
#mainContents div.section ul.list li span {
	margin-left: 12px;
}

.backNumberList {
	display:none;
	margin-bottom:30px;
}
#mainContents div.section ul.list {
	margin-bottom:0px;
}
