﻿@charset "utf-8";


/*+++++++++++++++++++++++++++++++++++++++++++ contents */

/* index */
#contents dl.dlPrefBox{
	clear: both;
	width: 610px;
	background-color: #EEF6DE;
	padding: 24px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
#contents dl.dlPrefBox dt{
	float: left;
	width: 120px;
	color: #769E18;
	padding: 3px 2px 5px 30px;
	line-height: 1.3em;
}
#contents dl.dlPrefBox dd{
	float: left;
	color: #333333;
	width: 450px;
	padding: 3px 2px 5px 0px;
	line-height: 1.3em;
}
#contents dl.dlPrefBox dd.ddLast{
	float: right;
	width: 470px;
	text-align: right;
	line-height: 1.3em;
	padding: 10px 4px 4px 0px;
	font-size: 95%;
}

/* 00.html */
#contents form#links{
	text-align: right;
	margin: 0px 20px 0px 0px;
}

table.tblDetail {
	width:570px;
	margin:20px auto 40px;
	border: 1px solid #6F561C;
	padding:3px;
	background-color:#FFFFCC;
}
table.tblDetail,
table.tblDetail th,
table.tblDetail td {
	border: 1px solid #6F9126;
	padding:5px 3px;
	background-color:#F0EAE1;
}
table.tblDetail th{
	background-color:#CAE296;
	color:#47600F;
	text-align:center;
}
table.tblDetail tr.pref td{ background-color:#EEF6DE; 
}
table.tblDetail a {
	color:#FF6600;
}
table.tblDetail .area {
	text-align:center;
	width:80px;
}
table.tblDetail .title { 
	width:280px; 
}
