@charset "utf-8";
@import url("../../common/css/common.css");

/* お知らせと新着情報詳細 */
/*	border: 1px solid red;*/


/* contents */
#contents {
	width: 910px;
	margin: 0 auto;
}
/*#headcon {
	border: 1px solid red;
}*/
#headcon h3 {
	width: 311px;
	padding: 25px 0 5px 10px;
	border-bottom: 2px solid #5a330a;
	float: left;
}
#headcon #backpage {
	font-size: 0.75em;
	line-height: 0.88em;
	padding-top: 32px;
	float: right;
}
#headcon #backpage a {
	padding: 5px;
	background: #fff;
	border: 2px solid #dedede;
	text-decoration: none;
}
#headcon #backpage a:hover {
	padding: 5px;
	color: #000;
	background: #dedede;
	border: 2px solid #dedede;
	text-decoration: none;
}
article {
	width: 860px;
	margin: 50px auto;
}
article #date {
	font-size: 0.88em;
	line-height: 1.50em;
	padding-left: 5px;
}
article #title {
	font-size: 1.88em;
	line-height: 1.50em;
	border-bottom: 4px solid #dedede;
	padding: 0 5px;
}
article #link {
	font-size: 0.88em;
	line-height: 1.50em;
	padding: 5px;
}
article #bodynews {
	padding: 40px 5px;
	font-size: 1.00em;
	line-height: 1.50em;
}
article #pdf {
	font-size: 0.88em;
	line-height: 1.50em;
	padding: 0 5px;
}
article #pdf img {
	vertical-align: middle;
}
article ul {
	padding-top: 10px;
}
article ul li {
	display:inline;
	padding: 10px 20px 0 5px;
}


/* fit images on text tags */
header h1 strong {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}
h3 {
	font-size: 0;
	line-height: 0;
}

/* clearfix */
#contents:after,
#headcon:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contents,
#headcon {zoom:100%;}