
/* ??????、ユーザー??カスタマイズ??能??スタイルシート????。 */


/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.notext {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

body{
	font-family: Geneva, Arial, Helvetica, sans-serif, "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #333333;
	line-height: 150%;
}
#header{
}
h1{
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px;
	padding: 0px;
	height: 66px;
	width: 290px;
	float: left;
}
.close a{
	background-image: url(close.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 25px;
	width: 80px;
	margin: 15px;
	padding: 0px;
}
#footer{
	background-color: #001D3A;
	color: #FFFFFF;
	font-size: 10px;
}
#footer span{
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}
.pageinfo table {font-size: 12px;}
/* ニュース ---------------------------------------------*/

body.news {
	}
.news div.article  {
	border: 1px solid #CCCCCC;
	margin: 15px;
	padding: 15px;
	}
.news div.title {
	padding: 10px;
	margin-bottom: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #003366;
	background-color: #EFEFEF;
}
.news div.date  {
	font-size: 10px;
	color: #006699;
}
.news image {
	margin: 10px;
}
.news div.contents { }
.news input.button {}
.news .pageinfo table  { }
.news .pageinfo td {}
.news .pageinfo a {}


.news #header,
.news #footer{
	display: none;
}
.news02 #header,
.news02 #footer{
	display: block;
}
/* ニュース??覧 */

.newslist {}
.newslist table {
	font-size: 90%;
	vertical-align: top;
	color: #666666;
}
.newslist td.date {
}
.newslist td.title {
}
.newslist th { padding: 5px; }
.newslist a {
	color: #666666;
	text-decoration: none;
}
.newslist a:hover {
	text-decoration: underline;
}
/* ?????? ---------------------------------------------*/

body.bulletin {
	margin-right: auto;
	margin-left: auto;
	width: 625px;}
.bulletin div.article  {}
.bulletin div.title {
	padding: 10px;
	margin-bottom: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #003366;
	background-color: #EFEFEF;}
.bulletin image { }
.bulletin div.contents {padding-bottom: 10px; }
.bulletin .pageinfo table  { }
.bulletin .pageinfo td {  }
.bulletin .pageinfo a {  }

/* ????????覧 */
.bulletinlist a { }
.bulletinlist div.titlelist {margin-left: 10px;margin-bottom: 5px;}


/* リンク ---------------------------------------------*/

body.links {}
.links div.category       {
	font-weight: bold;
	color: #02346C;
	margin-bottom: 5px;
	display: none;
}
.links div.link    {}
.links a {
	padding: 10px;
	margin-bottom: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #003366;
	background-color: #EFEFEF;
	display: block;
	font-size: 110%;
}
.links div.remarks   {
	font-size: 80%;
	margin-bottom: 10px;}