﻿@charset "UTF-8";

body#news {
	background:#e9eeef url(/nordica/common/img/bg_short.gif) center top no-repeat;
	}

.box {
	padding:3px;
	background-color:#FFFFFF;
	}

table#h3Title {
	background:url(../img/bg_title.gif) left top no-repeat;
	width:100%;
	height:78px;
	}
table#h3Title h3 {
	padding:2px 20px 5px 20px;
	line-height:1.4;
	color:#ffffff;
	font-size:1.33em;
	}
table#h3Title h3 span.add {
	color:#ffff00;
	font-size:0.75em;
	font-weight:normal;
	}
table#h3Title h3 span.yellow {
	color:#ffff00;
	}


table#newsTable {
	width:100%;
	}
table#newsTable th,
table#newsTable td {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:solid 2px #ffffff;
	vertical-align:top;
	line-height:1.5;
	font-weight:normal;
	}
table#newsTable tr.odd th {
	background:url(../img/bg_blue.gif) left top no-repeat;
	}
table#newsTable tr.even th {
	background:url(../img/bg_green.gif) left top no-repeat;
	}
table#newsTable th {
	width:11%;
	color:#ffffff;
	text-align:center;
	}
table#newsTable td {
	padding-left:10px;
	background:url(../img/bg_gray.gif) right top no-repeat;
	}
table#newsTable td a {
	padding-left:9px;
	color:#409fad;
	background:url(../../common/img/icon02.gif) left 0.4em no-repeat;
	}
table#newsTable td img {
	vertical-align:middle;
	_margin-top:3px;
	}




#freeArea {
	padding:35px;
	line-height:1.9;
	}
#freeArea a {
	color:#409fad;
	}
#freeArea span.cap {
	line-height:1.3;
	}
#freeArea table th {
	white-space:nowrap;
	}
#freeArea table td,
#freeArea table th {
	vertical-align:top;
	}






