﻿@charset "utf-8";

/*---------------------------------------------------------------------------------------------------------------
	コンテンツ
---------------------------------------------------------------------------------------------------------------*/
div#Contents {
 float:right;
 width:750px;
 }

/*メインイメージ*/
div#MainImage { margin-bottom:5px; }

/*お見舞い広告*/
div#Inquiry {
	padding-bottom: 25px;
 }

/*新着情報上部コメント*/
div#Switch {
	padding-bottom: 10px;
 } 
 
/*新着情報*/
div#News {
 width:748px;
	height:1004px;
	border:solid 1px #666;
 }

div#News h2 {
 width:748px;
 height:0 !important;
 height /**/:28px;
 padding-top:28px;
 overflow:hidden;
	background:url(../../images/h2_news.gif) no-repeat;
 }

div#News a#NewsList {
 display:block;
 width:118px;
 height:0 !important;
 height /**/:18px;
 padding-top:18px;
 overflow:hidden;
	background:url(../../images/btn_news_list.gif) no-repeat;
	margin:-23px 0 5px 625px;
 }

div#News ul {
 width:748px;
 height:976px;
	overflow:auto;
 }

div#News ul li {
 width:688px;
	margin-left:20px;
	background:url(../images/dot_line.gif) repeat-x bottom;
	padding:15px 0;
 }

div#News ul li span.NewsDay {
 display:block;
 width:110px;
	font-weight:bold;
	font-size:14px;
	float:left;
 }

div#News ul li span.NewsTxt {
 display:block;
 width:568px;
	float:right;
 }

div#News ul li span.NewsTxtleft {
 display:block;
 width:678px;
	float:right;
 }
 
/* リンクアイコン（WORD） */
div#Contents a.IcWord {
 display:block;
 padding-left:20px;
 background:url(../images/ic_word.gif) no-repeat 0 0.1em;
	}

/* リンクアイコン（EXCEL） */
div#Contents a.IcExcel {
 display:block;
 padding-left:20px;
 background:url(../images/ic_excel.gif) no-repeat 0 0.1em;
	}
	
/* リンクアイコン（PDF） */
div#Contents a.IcPdf {
 display:block;
 padding-left:20px;
 background:url(../images/ic_pdf.gif) no-repeat 0 0.1em;
	}

/* リンクアイコン（HTML） */
div#Contents a.IcHtml {
 display:block;
 padding-left:20px;
 background:url(../images/ic_html.gif) no-repeat 0 0.1em;
	}

/* プリント用回り込み解除 */
div#Contener #Print { display:none; }


@media print {
div#News { height:auto !important; }
div#News ul {
 overflow:visible !important;
	height:auto !important;
	}
div#Contener #Print { display:inline !important; }
 }
