@charset "UTF-8";
body{
	margin:0;
	padding:0;
}

img{
	border: 0px;
}

td{
	font-size: 12pt;
	/* font-size: 0.75em; */
}

#layoutContents{
	width:950px;
	text-align: left;
	margin: 5px 0px 10px 0px;
}

.searchHead{
	width:950px;
	background-image: url("../img/back_01.gif");
	color: #ffffff;
	border: 1px solid #555555;
}

.searchHead th{
	text-align: left;
	padding: 5px 0px 0px 10px;
	font: bold;
}

.searchHead td{
	text-align: right;
	padding: 5px 5px 3px 10px;
}

input{
	margin: 0px 5px 0px 5px;
}

.cartHead{
	background-color:#c5e3ff;
	width:200;
	border-collapse: collapse;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	text-align: center;
}

.cartFoot{
	border-top: 1px solid #999999;
	text-align: center;
	padding: 5px 0px 3px 0px;
}

.cartHead tr td img{
	margin:5px 0px 7px 0px;
}

.cart{
	width:200;
	border: 1px solid #999999;
}

.main{
	border: 1px solid #999999;
	padding: 5px 0px 0px 5px;
}

.main01{
	padding: 5px 0px 5px 0px;
	height: 30px;
}

.main2{
	width: 950px;
	height: 350px;
	overflow: auto;
	border:0px;
}

.main2 td{
	text-align: center;
}

.main02{
	padding: 0px 0px 2px 0px;
	height: 30px;
}

.main3{
	width: 950px;
	height: 310px;
	overflow: auto;
	border:0px;
}

/*.main3 td{
	text-align: center;
}*/

.mainTop td{
	color: #ffffff;
	background-color:#2c4871;
	/*font-size: 0.65em;*/
	padding: 3px 0px 0px 0px;
	text-align: center;
}

.noting{
	padding: 0px 0px 2px 0px;
	height: 30px;
	color: #999999;
}

.mainTable th{
	color: #ffffff;
	background-color:#2c4871;
	/*font-size: 0.65em;*/
	padding: 3px 0px 0px 0px;
	text-align: center;
	font-weight: normal;
}

.mainTable td{
	padding: 5px 0px 3px 0px;
}

.mainTable2{
	padding: 5px 0px 0px 0px;
}

.mainTop2{
	color: #ffffff;
	background-color:#2c4871;
	font-size: 0.85em;
	padding: 3px 0px 0px 0px;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

.evenLine{
}

.oddLine{
	background-color: #FFCCCC;
}

.net{
	/*margin: 10px 0px -5px 0px;*/
	margin: 10px 0px 8px 0px;
}
div.agency {
	text-align: left;
	float: left;
}
div.comment {
	text-align: right;
}
.net span#comment{
	text-align:right;
}

.news{
	border: 1px solid #2c4871;
	text-align: center;
}

.news th{
	color: #ffffff;
	background-color:#2c4871;
	padding: 4px 0px 2px 0px;
	text-align: center;
	font-size: 0.75em;
}

.news td{
	padding: 0px 10px 0px 10px;
}

.newstable{
	width: 100%;
	margin: 10px 0px 10px 0px;
	background-color: #ddddee;
	text-align: center;
}

.newstable td{
	padding: 2px;
	text-align: left;
}

.agentselect{
	margin: 5px 0px 0px 0px;
	width: 500px;
}

.agentselect th{
	/*padding: 2px 7px 2px 7px;*/
	/*background-color:#ddddee;*/
	font-size: 0.75em;
}

.agentselect td{
	width: 465px;
	border: 1px solid #2c4871;
}

.agentselect div{
	height: 185px;
	overflow: auto;
	border: 0px;
}

.agentselect div td{
	padding: 2px 0px 2px 5px;
	border: 0px;
	border-bottom: 1px dotted #cccccc;
	text-align: left;
	font-weight: normal;
}

.agentselect-index{
	background-color: #ddddee;

}

.agentselect-index-active{
	padding: 2px 7px 2px 7px;
	background-color: #2c4871;
	color: #FFFFFF;
}

.agentselect a{
	padding: 2px 7px 2px 7px;
	display: block;
	white-space: nowrap;
}

.agentselect a:link{
	text-decoration: none;
	color: #000000;
}

.agentselect a:visited{
	text-decoration: none;
	color: #000000;
}

.agentselect a:hover{
	text-decoration: none;
	color: #000000;
	/*font-weight: bold;*/
}

.agentselect a:active{
	text-decoration: none;
}

/* ================== for footer ================== */
.footer{
	color:#999999;
	border-top:1px solid #CCC;
	font-size:8pt;
	text-align:right;
	margin-bottom:10px;
	padding:5px;
}

/* ================== for scrol table ================== */
.tableContainer
{
	height   : 350px;	/*表の高さ*/
	overflow : auto;
	margin   : 0 auto;
	border   : solid 1px #AAAAAA;
}

.tableContainer table
{
	width            : 100%;
	border           : none;
	background-color : #FFFFFF;
	/*
	border-right     : solid 1px #AAAAAA;
	*/
}

.tableContainer table>tbody
{
	overflow   : auto;
	height     : 319px;
	overflow-x : hidden;
}

.tableContainer thead tr
{
	position : relative;
	top      : expression(offsetParent.scrollTop); /*IE5+ 用*/
}

.tableContainer thead td,
.tableContainer thead th
{
	/*
	font-weight   : bold;
	border-left   : solid 1px #AAAAAA;
	border-top    : solid 1px #AAAAAA;
	border-bottom : solid 1px #AAAAAA;
	*/
}

.tableContainer td
{
	/*
	border-left   : solid 1px #AAAAAA;
	border-bottom : solid 1px #AAAAAA;
	*/
}

.tableContainer td:last-child
{
	/*スクロールバーの表示が被らないように*/
	padding-right: 20px;
}


.fg{
	color:#999;
}
.fg_s{
	color:#999;
	font-size:8pt;
}

.fr {
	color: red;
	font-size:11px;
}
.fr_l {
	color: red;
	font-size: 12px;
}
/*-----------------------------------------------
    Sub Page
-----------------------------------------------*/

.popPage{
border: 1px solid #2c4871;
text-align: center;
}

.popPage th{
color: #ffffff;
background-color:#2c4871;
padding: 4px 0px 2px 0px;
text-align: center;
font-size: 0.75em;
}

.popPageTable{
width: 600px;
margin: 10px 0px 10px 0px;
background-color: #ddddee;
}

/* error:message */
.error-message{
	color:#F00;
	font-size:0.75em;

