@charset "UTF-8";


/*=========================

お知らせ用

=========================*/

/*=========================
コンテンツエリア
=========================*/
/*=== ページ送り ===*/
#pagination {
	border-bottom: 1px dashed #CCC;
	text-align : center;
}
.lead {
	line-height: 1.4em;
	margin: 10px 0 !important;
	padding-bottom: 10px;
	text-align: center !important;
	color: #777;
}
#page_navi {
	margin: 10px auto 20px auto;
	_margin: 10px 10px 20px;
	text-align: right;
	text-align: center;
}
#page_navi li {
	display: inline;
	line-height: 1;
}
#page_navi li span,
#page_navi li a {
	display: inline-block;
	margin: 0 2px;
	padding: 4px 5px;
}
#page_navi li span {
	border: 1px solid #CCC;
}
#page_navi li a:link {
	border: 1px dashed #cdcff5;
	background-color: #f0f1ff;
}
#page_navi li a:visited {
	border: 1px dashed #eed2f3;
	background-color: #faeffc;
}

/* -------------------------------------------------- */
/* info_navi */
/* -------------------------------------------------- */
#main ul#info_navi {
	margin: 10px auto 50px 0;
	_margin: 10px 0 30px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #CCC;
}
#info_navi li {
	list-style : none;
	margin-bottom: 5px;
}
#info_navi li a {
	margin : 0 0 0 5px;
	padding: 0px 0px 0px 15px;
	background: url(../koshin_images/arrow.png) 0 45% no-repeat;
}

/*=== タイトル1 ===*/
h3 {
	margin : 0 0 20px 0;
	padding : 5px 0 5px 45px;
	background : url(../images/news/heading02.gif) no-repeat left bottom;
	font-size: 1.4em;
	font-weight : bold;
}

/*=== タイトル2 ===*/
h4 {
	margin-bottom: 10px;
	font-size: 1.25em;
}

/*=== 投稿日付 ===*/
.update {
	margin : 0 0 0 15px;
	font-size: 0.65em;
	font-weight : normal;
	text-align : right;
	color : #666666;
}

/*=== 本文1・本文2・テキスト1・テキスト2 ===*/
.text{
	line-height: 1.4;
	margin-bottom: 20px;
}

/*=== 添付ファイル ===*/
.attached {
	line-height: 1.1;
	margin: 20px 0 0 0;
}
/*filetype icon*/
.attached a {
	padding: 0 0 0 18px;
	background: url(../koshin_images/icon/ico_etc.gif) 0 45% no-repeat;
}
/*doc*/
.attached a[href $='.doc'] {
	background-image: url(../koshin_images/icon/ico_doc.gif);
}
* html .attached a.doc{
	background-image: url(../koshin_images/icon/ico_doc.gif);
}
/*exe*/
.attached a[href $='.exe'] {
	background-image: url(../koshin_images/icon/ico_exe.gif);
}
* html .attached a.exe{
	background-image: url(../koshin_images/icon/ico_exe.gif);
}
/*ppt*/
.attached a[href $='.ppt'] {
	background-image: url(../koshin_images/icon/ico_ppt.gif);
}
* html .attached a.ppt{
	background-image: url(../koshin_images/icon/ico_ppt.gif);
}
/*pdf*/
.attached a[href $='.pdf'] {
	background-image: url(../koshin_images/icon/ico_pdf.gif);
}
* html .attached a.pdf{
	background-image: url(../koshin_images/icon/ico_pdf.gif);
}
/*xls*/
.attached a[href $='.xls'] {
	background-image: url(../koshin_images/icon/ico_xls.gif);
}
* html .attached a.xls{
	background-image: url(../koshin_images/icon/ico_xls.gif);
}

/*for IE6*/
.attached a {
    behavior: expression(
    this.className += this.getAttribute("href").match(/\.doc$/) ? " doc" : "",
    this.className += this.getAttribute("href").match(/\.pdf$/) ? " pdf" : "",
    this.className += this.getAttribute("href").match(/\.exe$/) ? " exe" : "",
    this.className += this.getAttribute("href").match(/\.ppt$/) ? " ppt" : "",
    this.className += this.getAttribute("href").match(/\.xls$/) ? " xls" : "",
    this.style.behavior = "none"  
    );
}

/*=== 写真 ===*/
.news_photo {
	margin: 30px 0 0 0;
	text-align: center;
}
.news_photo img {
	margin: 0 3px;
	border: 1px solid #06f;
	vertical-align: top;
}
.news_photo div img {
	float: left;
}
.news_photo .text {
	text-align: left;
}

/*=== 動画 ===*/
.movie {
	margin: 0 auto 20px auto;
	text-align: center;
}