@charset "utf-8";
/* CSS Document */
p{
	text-align:left;
}

p.page_top {
	text-align:right;
	font-size:10px;
}

.priTxt{
	margin:0 20px 20px;
}

.ora_box{
	width:300px;
	background:#FFFFE6;
	border: 1px solid #CCC;
	text-align:left;
	margin-bottom:20px;
	margin-left:20px;
	padding:5px 10px;
}

/**************************
テーブル
***************************/

table.table-01 {
    width: 610px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom:30px;
}

table.table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: normal;
    line-height: 120%;
    text-align: left;
	vertical-align:top;
}
table.table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	vertical-align:top;
	font-size:90%;
}
.tblBtm{
	margin-top:-20px;
}
/**************************
sitemap.html
***************************/
.sitemap{
	text-align:left;
}
.bold{
	font-weight:bold;
}
.shitemap h2, .sitemap h3, .sitemap ul{
	margin:0;
	padding:0;
}
/*
.sitemap a {
	text-decoration:none;
}
.sitemap h2 a {
	color:#1E5937;
}

.sitemap a:hover {
	text-decoration:underline;
	color:#1E5937;
}
.sitemap a:active {
	color:#1E5937;
}
*/
.sitemap a:link,
.sitemap a:visited,
.sitemap a:active {
	color:#1E5937;
	text-decoration:none;
}
.sitemap a:hover {
	text-decoration:underline;
	color:#1E5937;
}

.sitemap h2 {
	background:none;
	margin:0;
	padding:1em 0 1em 20px;
	border-bottom:1px dotted #999999;
	font-size:14px;
}
.sitemap h2.single {
	border-bottom:1px solid #999999;
}
.sitemap h3{
	background:none;
	color:#0c800c;
	font-size:13px;
	border-bottom:1px dotted #999999;
	padding:1em 0 1em 20px;
	width: 590px;
}
.sitemap h3.single {
	background:none;
	text-align:center;
	padding:1em 0 1em 20px;
}
.sitemap ul li {
	list-style:none;
}
.sitemap ul.column3 {
	margin-left:12px;
	padding:5px 0;
	width:190px;
}
.sitemap ul.column3 li {
	width:188px;
	float:left;
	padding:5px 0 5px 10px;
	background:url(../../img/other/list-icon01.gif) left no-repeat;
}
.sitemap ul.column2 {
	margin-left:12px;
	padding:5px 0;
	width:600px;
}
.sitemap ul.column2 li {
	width:286px;
	float:left;
	padding:5px 0 5px 10px;
	background:url(../../img/other/list-icon01.gif) left no-repeat;
}
.sitemap ul#ex{
	border-bottom:1px dotted #999999;
}
.sitemap ul#ex li a{
	color:#0c800c;
}
