@charset "utf-8";

/*	大切なお知らせ
================================================================== */
#news {
	color:#CC0000;
	height:auto;
	width:804px;
	margin:20px auto 10px auto;
	padding:8px 0 15px 20px;
	border:1px solid #CC0000;
}
#news p.i_news_head {
	font-size:18px;
	font-weight:bold;
}
#news p.i_news_body a {color:#CC0000;}
#news p.i_news_body a:link{color:#CC0000;}
#news p.i_news_body a:visited{color:#CC0000;}
#news p.i_news_body a:hover{color:#F39826;}
#news p.i_news_body a:active{color:#CC0000;}

#info_content{
	width:826px;
	height:auto;
	float: left;
}

/*	お知らせ 一覧
================================================================== */
#info_content #infomation_section {
	width:826px;
	height:auto;
	float:left;
	padding-top: 12px;
	margin-bottom:30px;
	overflow:hidden;
}
#info_content #infomation_section h2 {
	display:inline;
}
#info_content #infomation_section .btn {
	margin:8px 0 0 330px;
}
#info_content #infomation_section .en {
	margin:10px 0 10px 0;;
}
#info_content #infomation_section th {
	font-size:14px;
	height:35px;
}
#info_content #infomation_section td {
	font-size:14px;
	height:35px;
}
#info_content #infomation_section .pager_top {
	font-size:14px;
	margin:7px 0;
	text-align:center;
}
#info_content #infomation_section .pager_bottom {
	font-size:14px;
	border-top:1px dashed #69C;
	padding:20px 0 10px 0;
	margin-top:30px;
	text-align:center;
}

/*	お知らせ 詳細
================================================================== */
#info_content #infomation_article {
	background-image:url(../../img/common/line_01.gif);
	background-repeat:no-repeat;
	width:826px;
	height:auto;
	float:left;
	padding-top: 15px;
	margin:20px 0 30px 0;
	overflow:hidden;
}
#info_content #infomation_article h2 {
	color:#666;
	font-size:24px;
	margin:8px 0 0 0;
	padding:0 0 10px 0;
	border-bottom:1px dashed #69C;
}
#info_content #infomation_article .important {
	color:#FFF;
	background-color:#CC0000;
	font-size:12px;
	text-align:center;
	width:100px;
	padding:5px;
	margin:0 10px 0 0;
}
#info_content #infomation_article .date {
	color:#666;
	font-size:14px;
	margin:10px 0 0 0;
}
#info_content #infomation_article .body {
	color:#666;
	line-height:170%;
	font-size:14px;
	text-align:justify;
	margin:20px 0 0 0;
	word-break: break-all;
}
#info_content #infomation_article .back {
	font-size:14px;
	border-top:1px dashed #69C;
	padding:20px 0 10px 0;
	margin-top:20px;
}






