@charset "UTF-8";
/* CSS Document */


/*==============================================================================================================================
--------------------------------------------------------------------------------------------------------------------------------

	#container

--------------------------------------------------------------------------------------------------------------------------------
==============================================================================================================================*/
a.inquiry {
	width:670px;
	height:0;
	padding:100px 0 0 0;
	margin:0 auto 0 auto;
	display:block;
	overflow:hidden;
	background-image: url(../img/inquiry_link.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#container div.left h3 {
	width:710px;
	height:0;
	padding:120px 0 0 0;
	margin:0 0 10px 0;
	background:url(../img/h3.jpg) left top no-repeat;
	display:block;
	overflow:hidden;
}

/*---------------------------------------------------------------------------------
	list
---------------------------------------------------------------------------------*/

div#list {
	width:664px;
	border: 3px solid #bbbbbb;
	padding:20px 20px 14px 20px;
	margin:0 0 20px 0;
	background-color: #FFFFFF;
	overflow:hidden;
	line-height:22px;
}

div#list p.description {
	width:664px;
	border: 1px solid #ddd;
	margin:0 0 20px 0;
	display:block;
	overflow:hidden;
}

div#list p.description span {
	width:638px;
	border: 3px double #ddd;
	padding:10px;
	display:block;
	overflow:hidden;
	text-align:center;
	font-weight:bold;
}

div#list table {
	width:664px;
	border: 2px solid #ddd;
}

div#list table td {
	width:50%;
	padding:5px;
	font-size:0.9em;
}

div#list table td.td_l {
	border-right:#ddd dotted 1px;
}

div#list table td.odd {
	background:#ddd;
}

div#list p.caution {
	margin:14px 0 0 0;
}


/*---------------------------------------------------------------------------------
	anchor
---------------------------------------------------------------------------------*/
div#list a.anchor {
	float:right;
	width:81px;
	height:0;
	padding:21px 0 0 0;
	margin:0 10px 10px 0;
	display:block;
	overflow:hidden;
	background-image: url(/img/common/goto_top_small.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
