@charset "utf-8";

/* -------------------------------
	再定義
------------------------------- */
/* tag */


h3 {
	position: relative;
}
h3 span {
	text-indent: -9999px;
	display: block;
	position:absolute;
	top: 0;
	right: 0;
	height: 29px;
	width: 272px;
}
h3 a {
	background-image: url(../shared/images/spacer.gif);
	display: block;
	top: 0;
}
h3 a.linkbtn1 {
	width: 60px;
	right: 211px;
}
h3 a.linkbtn1a {
	width: 60px;
	right: 119px;
}
h3 a.linkbtn2 {
	width: 92px;
	right: 119px;
}
h3 a.linkbtn3 {
	width: 118px;
	right: 0;
}
/*h3 a {
	display: block;
	position:absolute;
	top: 0;
	width: 133px;
	height: 29px;
	background-image: url(../shared/images/spacer.gif);
}
h3 a.linkbtn1 {
	right: 211px;
	width: 60px;
}
h3 a.linkbtn2 {
	right: 119px;
	width: 92px;
}
h3 a.linkbtn3 {
	right: 0;
	width: 119px;
}
*/

#search_result h2{ display:none;}

#search_result h3{ height:auto;}
/* -------------------------------
	記事一覧
------------------------------- */

#article-list #artlist-tbl1 {
	width: 100%;
	margin-top: 40px;
}
#article-list #artlist-tbl1 td {
	background-image: url(../shared/images/cmn_arw02.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border-bottom: dotted 1px #c3c2c2;
	padding: 10px 0 6px 25px;
	font-weight: normal;
	line-height: 1.5em;
}
#article-list #artlist-tbl1 img {
	vertical-align: -1px;
}


/* -------------------------------
	記事詳細
------------------------------- */

#article h4 {
	font-size: 1.4em;
	line-height: 1.2em;
	border-bottom: dotted 1px #c3c2c2;
	padding-bottom: 3px;
}
#article h5 {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #666666;
	padding: 20px 0;
	clear: both;
}
#article .art-box1 {
	background-color: #f6f6f6;
	padding: 10px;
	margin: 35px 0 0;
	float: left;
	clear: both;
	width: 614px;
}


#article .art-box1 h4 {
	font-size: 1em;
	border: none;
}

/* -------------------------------
	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;
}



/* リンクテキストのリスト */
.link li {
	list-style-type: none;
	margin-bottom: 15px;
	margin-top: 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;
}