﻿@charset "utf-8";
/* CSS Document */


/* タイトル
---------------------------------------------------- */

.titlehead{
	color:#153173;
	font-size:155%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 8px;
	padding-left: 15px;
	margin-top:8px;
}

/* スペース用
---------------------------------------------------- */

p {
	margin-bottom: 5em;
}


.space-height15{
	height:15px;
}

.space-height10{
	height:10px;
}



/* TOP BODY 文字
---------------------------------------------------- */


.news-letter{
	font-size:84%;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom-color:#999;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	line-height:2;
	padding-bottom: 5px;
	padding-top: 10px;
}


	
/* 背景画像
---------------------------------------------------- */
.news-top{
	background-image:url(../news/images/back-news.jpg);
}	
  
 
/* 中タイトル
---------------------------------------------------- */

h2{
	font-size : 90%;
	font-weight : bold;
	letter-spacing : 1px;
	background-color : #ffffff;
	padding : 2px 0px 2px 8px;
	margin : 5px 0px 2px 0px;
}


.news-title{
	width:100%;
	height:25px;
	float:left;
	display:inline-block;
	padding:0;
	text-align:left;
	border-bottom-width:2px;
	border-bottom-color:#666;
	border-bottom-style:solid;
	margin:15px 0 0 0;
	color: #666;
	font-weight: bold;
}


/* ニュース見出し一覧
---------------------------------------------------- */
table.news_items {
	clear: both;
	border-collapse: collapse;
	font-size:84%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	empty-cells: show;
}
table.news_items td.date {
	width: 90px;
	text-align: left;
}
table.news_items td.pdf {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}
table.news_items td.desc {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	vertical-align: middle;
}

table.news_items td.desc a {
	color: blue;
}

table.news_items td.desc a:link {
	color: blue;
}
table.news_items td.desc a:visited {
	color: blue;
}
table.news_items td.desc a:hover {
	color: blue;
}
table.news_items td.desc a:hover {
	color: blue;
}

