﻿@charset "UTF-8";

/* お知らせ一覧
------------------------------------------- */
#mainArea .newsTitle01 {
	margin: 0 0 15px 0;
}
#mainArea .newsTitle02 {
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 117%;
	font-weight: bold;
	background-image: url(../images/news_ttl_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;	
}
#mainArea .newsMain {
	width: 625px;
}
#mainArea .newsListTop {
	clear: both;
	line-height: 28px;
}
#mainArea .newsList {
	clear: both;
	padding-top: 1px;
	line-height: 28px;
	background-image: url(../common/content_line01.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#mainArea .newsListTop dt,
#mainArea .newsList dt {
	float: left;
	width: 85px;
	color: #666666;
}
#mainArea .newsListTop dd,
#mainArea .newsList dd {
	float: left;
	width: 540px;
	padding: 4px 0;
	line-height: 20px;
}
#mainArea .newsListTop dd span.new,
#mainArea .newsList dd span.new {
	padding: 0 0 0 20px;
	background-image: url(../common/com_icon_new.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
}
#mainArea .newsListTop dd span.pdf,
#mainArea .newsList dd span.pdf {
	padding: 0 0 0 20px;
	font-size: 18px;
	background-image: url(../common/com_icon_pdf_s.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
}
#mainArea .newsFooter {
	padding: 25px 0 0 0;
}
#mainArea .newsFooter2 {
	clear: both;
	padding: 5px 0 0 0;
	border-top: 2px solid #D6E3EF;
}


/* お知らせ詳細
------------------------------------------- */
#mainArea .newsBody {
	clear: both;
	padding: 10px 0 0 0;
	background-image: url(../common/content_line05.gif);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
}
#mainArea .newsBody .itemBox {
	clear: both;
	padding: 0 0 15px 0;
}
#mainArea .newsBody p {
	margin: 0 0 35px 0;
}
#mainArea .newsBody .date {
	line-height: 1.1;
	margin: 0 0 5px 0;
	color: #666666;
}
#mainArea .newsBody .title01 {
	margin: 0 0 25px 0;
	color: #00509D;
	line-height: 1.1;
	font-size: 134%;
	font-weight: bold;
}
#mainArea .newsBody .title02 {
	margin: 0 0 13px 0;
	line-height: 1.1;
	font-size: 117%;
	font-weight: bold;
}
#mainArea .newsBody .photo {
	float: right;
	margin: 0 0 15px 15px;
}
#mainArea .newsBody .photo p {
	margin: 0 0 3px 0;
	text-align: center;
	font-size: 10px;
}
