﻿@charset "UTF-8";

#mainContents {
	width:742px;
	background-color:#fff;
	border:solid 3px #313131;
	}

h3 {
	width:718px;
	height:45px;
	padding-left:24px;
	background:url(../img/title_bg.gif) left top no-repeat;
	font-size:1.33em;
	color:#fff;
	line-height:45px;
	}

h3.large {
	width:718px;
	height:93px;
	padding-top:28px;
	padding-left:24px;
	background:url(../img/title_bg_large.gif) left top no-repeat;
	font-size:1.33em;
	color:#fff;
	line-height:1.4;
	}

table#newsTable	{ border-collapse:collapse; border-spacing:0;/* <table cellspacing="0">は必要 */ empty-cells:show; }


table#newsTable {
	margin:20px 20px 126px 20px;
	border-top:solid 1px #e3e3e3;
	border-right:solid 1px #e3e3e3;
	border-left:solid 1px #e3e3e3;
	width:702px;
	}

table#newsTable th,
table#newsTable td {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #e3e3e3;
	vertical-align:top;
	line-height:1.5;
	font-weight:normal;
	}

table#newsTable tr.odd th,
table#newsTable tr.odd td {
	background-color:#f3f3f3;
	}

table#newsTable th {
	width:12%;
	text-align:center;
	}

table#newsTable td {
	padding-right:12px;
	text-indent:-10px;
	padding-left:10px;
	}

table#newsTable td a {
	padding-left:10px;
	background:url(../../common/img/icon02.gif) left 0.4em no-repeat;
	text-decoration:underline;
	}

*:first-child+html table#newsTable td{
	text-indent:0;
	padding-left:0;
}

*:first-child+html table#newsTable td a {
	padding-left:10px;
}

table#newsTable td a:link {
	color:#4e86c4;
	}

table#newsTable td a:visited {
	color:#4e86c4;
	}

table#newsTable td a:hover {
	color:#ee7700;
	}

table#newsTable td a:active {
	color:#4e86c4;
	}






#freeArea {
	padding:10px 40px 40px 40px;
	line-height:1.9;
	}

#freeArea h4 {
	margin-top:26px;
	color:#ee7700;
	font-weight:bold;
	line-height:1.4;
	padding-bottom:0.5em;
	}




