﻿@charset "utf-8";


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

/* index */
#contents dl.dlPrefBox{
	clear: both;
	width: 610px;
	background-color: #FEF0E9;
	padding: 24px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
#contents dl.dlPrefBox dt{
	float: left;
	width: 120px;
	color: #F26422;
	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 #762205;
	padding:5px 3px;
	background-color:#FEF0E9;
}
table.tblDetail th{
	background-color:#FCC7AD;
	color:#BA4325;
	text-align:center;
	font-weight: bold;
}
table.tblDetail tr.pref td{
	background-color:#FFFFFF;
}
table.tblDetail a {
	color:#FF6600;
}
table.tblDetail .area {
	text-align:center;
	width:80px;
}
table.tblDetail .title { 
	width:280px; 
}

