@charset "utf-8";
/* --------------------------------------------------
ページ別のCSS（トップページ含む）
-------------------------------------------------- */

/* メインイメージ1
------------------------------ */
#mainimg01 {
}
#mainimg01 .inner {
	width: 940px;
	margin: 0px auto;
	position: relative;
	text-align: left;
}
/* 共通
------------------------------ */

.line {
	clear: both;
	border-bottom: 1px dotted #CDC4A3;
}
.imgR {
	float: right;
	padding-left: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.imgL {
	float: left;
	padding-left: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.frame_LC {
	width: 500px;
	height: 530px;
	border: 20px solid rgba(45,38,1,0.30);
	box-shadow: 0 2px 8px #999;
	border-radius: 12px;
	margin-left: auto;
	margin-right: auto;margin-bottom: 40px;}

.frame_DR {
	width: 350px;
	height: 250px;
	border: 20px solid rgba(45,38,1,0.30);
	box-shadow: 0 2px 8px #999;
	border-radius: 12px;
	float: right;
	margin-left: 20px;
	margin-bottom: 40px;
	}

.frame_DL {
	width: 350px;
	height: 250px;
	border: 20px solid rgba(45,38,1,0.30);
	box-shadow: 0 2px 8px #999;
	border-radius: 12px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	}
.frame_SR {
	width: 300px;
	height: 180px;
	border: 20px solid rgba(45,38,1,0.30);
	box-shadow: 0 2px 8px #999;
	border-radius: 12px;
	float: right;
	margin-left: 20px;
	margin-bottom: 40px;
	}

.frame_SL {
	width: 300px;
	height: 180px;
	border: 20px solid rgba(45,38,1,0.30);
	box-shadow: 0 2px 8px #999;
	border-radius: 12px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	}
.frame_LongR {
	width: 300px;
	height: 480px;
	border: 20px solid rgba(45,38,1,0.30);
	box-shadow: 0 2px 8px #999;
	border-radius: 12px;
	float: right;
	margin-left: 20px;
	margin-bottom: 40px;
	}
/* 旧ページマークアップ
------------------------------ */
.SecContents .Red {
	color: #A20000;
}
/* フォントサイズ */
.SecContents .Font10 {
	font-size:10px;
}
.SecContents .Font11 {
	font-size:11px;
}
.SecContents .Font12 {
	font-size:12px;
}
.SecContents .Font13 {
	font-size:13px;
}
.SecContents .Font14 {
	font-size:14px;
}
.SecContents .Font15 {
	font-size:15px;
}
.SecContents .Font16 {
	font-size:16px;
}
.SecContents .Font18 {
	font-size:18px;
}
.SecContents .Font20 {
	font-size:20px;
}

/* テーブルの装飾 */
table.gyouji {
	border-spacing:1px;
	
}
table.gyouji th,
table.gyouji td {
	border: 1px solid #C8C8C8;

	padding:10px 10px;
	text-align: left;
	
	background-color: #FFF;
	line-height:28px;
}
table.gyouji th {
	background-color:#F0F0F0;
	font-weight: normal;
	width: 200px;
	line-height: 28px;
}

table.gyouji td.date {
	text-align: right;
	width: 90px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
table.gyouji td.txt {
	padding:10px 5px;
	text-align: left;
	
}
table.gyouji p {
	
	padding: 0px;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 28px;
	margin-left: 0px;
}

.Clear { 
	clear: both;
}

table.Pure {
	border-collapse:separate;
	border-spacing:1px;
	background-color:#D2F3EB;
}
table.Pure th,
table.Pure td {
	border: 1px solid #FFFFFF;
	padding: 5px 10px;
	background: #FFFFFF;
}
table.Pure th {
	background: #D2F3EB;
	font-weight: normal;
}

table.yaku {
	border-spacing:1px;
	
}
table.yaku  th,
table.yaku  td {
	border: 1px solid #C8C8C8;
	padding:10px 10px;
	
	background-color: #FFF;
}
table.yaku th {
	background-color:#F1D8EF;
	font-weight: bold;
	
}

table.yaku  td.hon{
	background-color: #C8E3FF;	
}
table.yaku  td.maeato {
	background-color: #E4CA94;
}

/*Sitemap*/
#Sec_Sitemap .sitemap {
	width: 32%;
	padding-top: 0px;
	margin-bottom: 20px;
	float: left;
	margin-right: 12px;	
}

#Sec_Sitemap p.midashi {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #036;
	font-size: 16px;

	padding-left: 15px;
	padding-top: 5px !important;
	padding-bottom: 4px !important;
	margin-top: 10px;
	margin-bottom: 10px !important;
	background-color: #C8E3FF;
	line-height: 100%;
}
#Sec_Sitemap p.sub {
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990;
	margin-left: 15px;
	margin-bottom: 5px;
}

#Sec_Sitemap p.subsub {
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-left: 30px;
margin-bottom: 10px !important;
	font-size: 13px;
	line-height: 130%;
}

