@charset "utf-8";
/* CSS Document */

/* -------------------------------
	再定義
------------------------------- */
/* tag */

h3 {
	position: relative;
}
h3 a {
	display: block;
	position:absolute;
	right: 0;
	top: 0;
	text-indent: -9999px;
	width: 100px;
	height: 29px;
	background-image: url(../shared/images/spacer.gif);
	background-repeat: no-repeat;
}
h3 a.backnum {
	width: 151px;
}


/* -------------------------------
	indexページの共通
------------------------------- */
.set1, .set2, .set3 {
	clear: both;
	width: 100%;
	padding: 15px 0 0;
	border-bottom: dotted 1px #c3c2c2;
	margin-bottom: -1px;
}
.set1 p, .set2 p, .set3 p {
	margin: 10px 0;
}
.set1 h3, .set2 h3, .set3 h3 {
	font-size: 1.2em;
}

.set1 h3 a, .set2 h3 a, .set3 h3 a {
	text-indent: 0px;
	width: auto;
	height: auto;
	background-image: none;
	display: inline;
	position:relative;
}

/* 各setの境界にボーダーを表示 */
#content .section > .set1,
#content .section > .set2,
#content .section > .set3 {
	border-bottom: none;
	border-top: dotted 1px #c3c2c2;
}

/* ただしh3直後のsetにはボーダーを表示しない */
#content .section h3 + .set1,
#content .section h3 + .set2,
#content .section h3 + .set3 {
	border: none !important;
}

/* リンクテキストのリスト */
.link li {
	list-style-type: none;
	margin-bottom: 15px;
}
.link li.pdf {
	float: left;
	background-image: url(../shared/images/pdficon_small.gif);
	background-position: 4px 3px;
	background-repeat: no-repeat;
	background-color: #f6f6f6;
	border: solid 1px #d0d0d0;
	height: 22px;
	font-size: 0.8em;
	padding: 3px 4px 3px 30px;
}
.link li.button {
	text-align: right;
}

/* -------------------------------
	写真が小さい場合
------------------------------- */
.set1 .photo {
	width: 150px;
	float: left;
	text-align: center;
	font-size: 0.8em;
	margin-bottom: 15px;
}
.set1 .text {
	margin-left: 150px;
}

/* -------------------------------
	写真が大きい場合
------------------------------- */
.set2 .photo {
	width: 235px;
	float: left;
	text-align: center;
	font-size: 0.8em;
	margin-bottom: 15px;
}
.set2 .text {
	margin-left: 235px;
}

/* -------------------------------
	写真が無い場合
------------------------------- */
.set3 .photo {
}
.set3 .text {
}

/* -------------------------------
	記事一覧
------------------------------- */
#article-list #artlist-tbl1 {
	width: 100%;
	margin-bottom: 10px;
}
#article-list #artlist-tbl1 img {
	vertical-align: -1px;
}
#article-list #artlist-tbl1 th {
	background-image: url(../shared/images/cmn_arw02.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border-bottom: dotted 1px #c3c2c2;
	padding: 10px 10px 6px 25px;
	font-weight: normal;
}
#article-list #artlist-tbl1 strong {
	font-size: 1.2em;
	line-height: 1.5em;
}
#article-list #artlist-tbl1 td {
	border-bottom: dotted 1px #c3c2c2;
	width: 133px;
	vertical-align: bottom;
	padding: 10px 0;
}
/* -------------------------------
	記事詳細
------------------------------- */

#article p {
	line-height: 1.5em;
	padding-left: 20px;
}
#article h4 {
	padding-left: 20px;
	font-size: 1.3em;
	line-height: 1.2em;
	border-bottom: dotted 1px #c3c2c2;
	padding-bottom: 3px;
}
#article h5 {
	padding-left: 20px;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #666666;
	margin: 20px 0;
	clear: both;
}
#article p.arrow {
	background-image: url(../shared/images/cmn_arw02.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 0.8em;
}
#article p.arrow img {
	vertical-align: middle;
}
/* -------------------------------
	link1, 2
------------------------------- */

#link1 ul, #link2 ul {
	list-style-type: none;
}
#link1 li, #link2 li {
	background-image: url(../shared/images/cmn_arw02.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 10px;
}
#link1 li strong, #link2 li strong {
	font-size: 0.8em;
	color: #666666;
}


.report_backnumber_box{
	padding-top: 20px;
	clear:both;
}

.report_backnumber_box p.alignR{
	text-align:right;
}
.report_backnumber_box{
	border-bottom: 1px dotted #c3c2c2;
    font-weight: normal;
    padding: 20px 10px 20px 15px;
}
.report_backnumber_box p{
	margin-bottom:5px;
}

.report_backnumber_box p.cmn-size1{
	margin-bottom:0px;
}
.report_backnumber_box p.cmn-size1 img{
	margin-top:2px;
}

.report_backnumber_box p strong {
    font-size: 1.2em;
    line-height: 1.5em;
}

.report_backnumber_L{
	float:left;
	margin-right:10px;
}

.report_backnumber_R{

	}