@charset "UTF-8";
/* CSS Document */


/* 各ページ共通ヘッダー style
-----------------------------------------*/
#contHead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2683D7;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	background-image: url(images/title_img.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#pageTitle {
	margin-bottom: 10px;
}

#pageTitle h2 {
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	width: 760px;
	text-indent: -9999px;
	height: 35px;
}


/* 記事ヘッダー style
-----------------------------------------*/
#content h3 {
	background-image: url(images/detail_daishin_title.gif);
	background-repeat: no-repeat;
	width: 760px;
	text-indent: -9999px;
	height: 16px;
	background-position: 5px 0px;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3681D5;
}

#content #midashi {
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2683D7;
}

#content p {
	font-size: 88%;
	margin-bottom: 25px;
	line-height: 145%;
}

#content p.day {
	margin-bottom: 0px;
	background-image: url(../images/common/li_img.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
}

#content p.detailTitle {
	font-size: 100%;
	font-weight: bold;
	color: #2683D7;
	margin: 0px;
	padding: 0px;
}


/* トピックス一覧ボタン style
-----------------------------------------*/
#content #backAll {
	margin-bottom: 25px;
	height: 30px;
	width: 180px;
	margin-left: 585px;
}

#content #backAll p {
}

#content #backAll a {
	display: block;
	text-indent: -9999px;
	background-image: url(images/back_all.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 180px;
}

#content #backAll a:hover {
	background-position:0px -30px;
}


/* 最新トピックス style
-----------------------------------------*/



#content dl {
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-size: 88%;
}

#content dt {
	float: left;
	margin-right: 20px;
	background-image: url(../images/common/li_img.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	width: 90px;
}

#content dd {
	width: 630px;
	float: left;
}

#content dd a {
}



/* 添付の部分 style
-----------------------------------------*/
ul#tempImg {
	margin-bottom: 25px;
	overflow: hidden;
}

ul#tempImg li {
	float: left;
	text-align: center;
	margin-right: 25px;
}

ul#tempImg li a {
	padding: 2px;
	width: 166px;
	height: 166px;
	display: table-cell;
	vertical-align: middle;
}

ul#tempImg li.noMgn {
	margin-right: 0px;
}

ul#tempImg li a:hover {
}

p.pdf {
}

p.pdf a {
	font-size: 88%;
	background-image: url(images/pdf.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 90px;
	height: 20px;
	width: 500px;
	padding-top: 2px;
	padding-bottom: 2px;
}

p.pdf a:hover {
}
