@import url("base.css");
@import url("common.css");
@import url("frame_components.css");
@import url("frame_headerfooter.css");

/* -------------------------------------------------------------------
news.css
------------------------------------------------------------------- */



/*
lNavArea
------------------------------------------------------------------- */
#lNavArea {
	float: left;
	width: 190px;
}

#lNavArea .lNavAreaBody a:link,
#lNavArea .lNavAreaBody a:visited {
	text-decoration: none;
	}

#lNavArea .lNavAreaBody a:hover,
#lNavArea .lNavAreaBody a:active{
	text-decoration: underline;
	}

#lNavArea .lNavAreaTitle {
	padding: 0 0 0 15px;	
}

#lNavArea .lNavAreaBody {
	padding: 1px 0 15px 15px;
	background-image: url(../common/lnav_bg01.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #555555;
	height: 1%; /*for WinIE*/
}

#lNavArea .lNavAreaBody .heading01,
#lNavArea .lNavAreaBody .heading02 {
	margin: 10px 10px 5px 0;
	padding: 0 0 3px 0;
	background-image: url(../common/lnav_line01.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

#lNavArea .lNavAreaBody .heading01 span {
	display: block;
	padding: 0 0 0 15px;
	background-image: url(../common/icon_s_blue01.gif);
	background-position: 5px 6px;
	background-repeat: no-repeat;
}

#lNavArea .lNavAreaBody .heading02 span {
	padding: 0 0 0 5px;
}

#lNavArea .lNavAreaBody .heading01 span.this {
	background-color: #d6e6f4;
	background-image: url(../common/icon_s_gray02.gif);
	color: #333333;
}

#lNavArea .lNavAreaBody ul.item {
	list-style-type: none;
}

#lNavArea .lNavAreaBody ul.item li {
	margin: 0 10px 0 0;
	padding: 2px 5px 2px 15px;
	background-image: url(../common/icon_s_blue01.gif);
	background-position: 5px 6px;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 1.2;
}

#lNavArea .lNavAreaBody ul.item li.this {
	background-color: #d6e6f4;
	background-image: url(../common/icon_s_gray02.gif);
	color: #333333;
}



/*
mainArea
------------------------------------------------------------------- */
#mainArea {
	float: right;
	width: 530px;
}



/*
mainArea mainAreaHeader
------------------------------------------------------------------- */
#mainArea .mainAreaHeader {
	margin: 0 0 10px 0;
	padding: 2px 0 5px 0;
	background-image: url(../common/main_ttl_line01.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#mainArea .mainAreaHeader .mainAreaTitle {
	font-size: 18px;
	font-weight: bold;
}

#mainArea .mainAreaHeader .newsDate {
	padding: 5px 0;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

#mainArea .mainAreaHeader .newsTitle {
/*	color: #00267f;*/
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}



/*
mainArea newsList
------------------------------------------------------------------- */
#mainArea p.small {
	font-size: 11px;
	line-height: 1.5;
}

#mainArea .newsList {
	margin: 10px 0 0 0;
}

#mainArea .newsList dt {
	float: left;
	width: 90px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

#mainArea .newsList dd {
	float: left;
	width: 430px;
	margin: 0 0 5px 0;
	font-size: 12px;
	line-height: 1.5;
}

/* clearfix */
dl.newsList:after {
  	content: "."; 
  	display: block; 
  	height: 0; 
  	clear: both; 
  	visibility: hidden;
}

dl.newsList {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html dl.newsList {
	height: 1%;
}
dl.newsList {
	display: block;
}
/* End hide from IE-mac */

/*
mainArea news
------------------------------------------------------------------- */
#mainArea .newsBody {
	clear: right;
	margin: 0 0 10px 0;
}

#mainArea .newsMaterials {
	clear: right;
	margin: 0 0 30px 0;
}

#mainArea .newsReference {
	clear: right;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

#mainArea .newsBody .newsSubTitle,
#mainArea .newsMaterials .newsSubTitle,
#mainArea .newsReference .newsSubTitle {
	margin: 10px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}

#mainArea .newsImgBlock {
	width: 520px;
	margin: 0 0 30px 10px;
}

#mainArea .newsImgCaption {
	margin: 2px 0 0 0;
	font-size: 10px;
	line-height: 1.5;
}

#mainArea p {
	margin: 0 0 15px 0;
	font-size: 12px;
	line-height: 1.5;
}

#mainArea p.commentPagetop {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 1.5;
}

#mainArea .goToList {
	margin: 30px 0 0 0;
}

#mainArea .goToList a {
	padding: 0 0 0 10px;
	background-image: url(../common/icon_s_blue01.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 1.0;
}


/*
mainArea eventList
------------------------------------------------------------------- */
#mainArea .eventList .catTitle {
	padding: 3px 0 0 10px;
	margin: 0 0 10px 0;
	height: 21px;
	background-image: url(../common/category_icon01.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
}

#mainArea .eventList table {
	margin: 0 0 20px 0;
	width: 530px;
	font-size: 12px;
	text-align: left;
	background-color: #CCCCCC;
}

#mainArea .eventList caption {
	padding: 5px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #D7E3F2;
}

#mainArea .eventList caption .eventDate {
	margin: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}

#mainArea .eventList th{
	padding: 5px;
	width: 100px;
	background-color: #F4F8FC;
}

#mainArea .eventList td{
	padding: 5px;
	background-color: #FFFFFF;
}

#mainArea .eventList .toPageTop {
	clear: both;
	padding: 0;
	margin-bottom: 20px;
	text-align: right;
}

#mainArea .eventList p {
	margin: 0 0 25px 0;
	line-height: 1.5;
}


/*
mainShosai eventList
------------------------------------------------------------------- */
#mainArea .eventShosai .catTitle {
	padding: 3px 0 0 10px;
	margin: 0 0 10px 0;
	height: 21px;
	background-image: url(../common/category_icon01.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
}

#mainArea .eventShosai table {
	margin: 0 0 30px 0;
	width: 530px;
	font-size: 12px;
	text-align: left;
	background-color: #CCCCCC;
}

#mainArea .eventShosai caption {
	padding: 5px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #ECF2F9;
}

#mainArea .eventShosai th{
	padding: 5px;
	width: 100px;
	background-color: #F4F8FC;
}

#mainArea .eventShosai td{
	padding: 5px;
	background-color: #FFFFFF;
}

#mainArea .eventShosai h3 {
	margin: 0 0 6px 0;
	font-size: 14px;
	font-weight: bold;
}

#mainArea .eventShosai p.comment {
	margin: 0 0 6px 0;
}

#mainArea .eventShosai img {
	margin: 0 0 30px 0;
}

