@charset "UTF-8";
@import url("fonts-min.css");
body {
	background: url(bg_body.gif) repeat #B0DCF2;
	margin: 0;
	padding: 0;
	color: #000;
}

table {
    font-size: inherit;
    font: 100%;
	line-height: 150%;
	margin: 0px;
}

/* -----------------------------------
■エレメント / タグセレクター
----------------------------------- */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
a img {
	border: none;
}

h1 {
	font-size: 153.9%;
	font-weight: normal;
	background: url(bg_h1.gif) no-repeat left top #E2EFD3;
	min-height: 25px;
	margin: 0px 0px 20px 0px;
	padding: 8px 15px 2px 15px;
}
h2 {
	font-size: 131%;
	font-weight: normal;
	background: url(bg_h2.jpg) repeat-x left center #FFF;
	min-height: 22px;
	border-bottom: #88BE50 1px solid;
	border-left: #88BE50 8px solid;
	margin: 0px 0px 20px 0px;
	padding: 3px 7px 3px 7px;
}
h3 {
	font-size: 116%;
	font-weight: normal;
	border-bottom:  #000000 1px dotted;
	border-left: #88BE50 5px solid;
	margin: 0px 0px 20px 0px;
	padding: 2px 10px 2px 10px;
}
h4 {
	font-size: 116%;
	font-weight: bold;
	color: #137B58;
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
}
h5 {
	font-size: 116%;
	font-weight: bold;
	margin: 0px 0px 0.25em 0px;
	padding: 0px;
}
h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 0.25em 0px;
	padding: 0px;
}
p {
	font-size: 100%;
	line-height: 150%;
	margin: 0px 0px 1em 0px;
	padding: 0px;
}
form {
	margin: 0px;
}

/* ~~ リンク ~~ */
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

/* -----------------------------------
■レイアウト
----------------------------------- */

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 955px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
}

/* ~~ ヘッダ ~~ */
.header {
	width: 955px;
}
.headerBottomArea {
	background: url(bg_header.jpg) no-repeat left top #FFF;
	padding: 10px 15px 10px 15px;
	text-align: right;
}

/* ~~ サイドバー ~~ */
.sidebar {
	float: left;
	width: 220px;
	background: #FFF;
	overflow: hidden;
}
.sidebarNest {
	padding: 0 auto 20px auto;
}

/* ~~ メインコンテンツ ~~ */
.content {
	padding: 0 0 20px 0;
	width: 735px;
	float: left;
	overflow: hidden;
}
.contentNest {
	padding: 0 30px 0 10px;
}

/* ~~ パンクズ ~~ */
.pankuzu {
	font-size: 93%;
	margin: 5px 0px 12px 5px;
}

/* ~~ フッター ~~ */
.footer {
	padding: 0;
	background: #FFF;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both;
}
.footerMenu {
	font-size: 93%;
	padding: 0px 20px 20px 20px;
	text-align: center;
}
address {
	font-style: normal;
}
.footerBottomArea {
	font-size: 89%;
	padding: 10px 20px 10px 20px;
	color: #FFFFFF;
	min-height: 25px;
	font-style: normal;
	background: url(bg_footer.jpg) repeat-x #8AA0D2;
}

/* ~~ その他の float/clear クラス ~~ */
.fltRight {
	float: right;
	margin-left: 8px;
}
.fltLeft {
	float: left;
	margin-right: 8px;
}
.clearFloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.kaijo {
	float: none;
	clear: both;
}

/* -----------------------------------
■定型パーツ
----------------------------------- */

/* ~~ 注釈 ~~ */
.notes {
	color: #000; 
	margin-top: -10px;
	margin-left: 1em;
	font-size: 85%;
	line-height: 110%;
	padding-left: 1em;
	text-indent: -1em;
}

/* ~~ 四角のボックス ~~ */
.squareBox {
	font-size: 100%;
	text-align: left;
	line-height: 120%;
	background-color: #F7F5E9;
	margin: 0 auto 20px auto; /* 上・右・下・左 */
	padding: 1em;
}

/* ~~ 四角のボックス（枠つき）~~ */
.squareBox2 {
	font-size: 100%;
	text-align: left;
	line-height: 120%;
	background-color: #F7F5E9;
	border: 1px solid #B7B5A9;
	margin: 0 auto 20px auto; /* 上・右・下・左 */
	padding: 1em;
}

/* ~~ 四角のボックス（色違い、ニュース等）~~ */
.squareBox3 {
	font-size: 100%;
	text-align: left;
	line-height: 120%;
	background-color: #FFFFEE;
	border: 1px solid #B7B5A9;
	margin: 0 auto 20px auto; /* 上・右・下・左 */
	padding: 1em;
}

/* ~~ 四角のボックス（角丸、地図の吹き出し） ~~ */
.squareBox4 {
	font-size: 100%;
	text-align: left;
	line-height: 120%;
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #C6C3D6;
	margin: 0 auto 20px auto; /* 上・右・下・左 */
	padding: 1em;
}

/* ~~ ページTOPへ ~~ */
.linkTop {
	font-size: 100%;
	text-align: right;
	margin: 0px 5px 20px 5px; /* 上・右・下・左 */
}
.linkTop a {
	text-decoration: underline;
}

/* ~~ 戻る ~~ */
.linkBack {
	clear:both;
	font-size: 100%;
	text-align: center;
	padding: 0px 0px 20px 0px;
}
.linkBack a {
	text-decoration: underline;
	color: #000000;
	margin: 0 auto 0 auto; /* 上・右・下・左 */
}

/* ~~ 画像中央配置 ~~ */
.imageCenter {
	text-align: center;
	margin-bottom: 20px;
}
.imageCenter img {
	margin: 0 auto 0 auto; /* 上・右・下・左 */
}

/* ~~ テーブル中央配置 ~~ */
table.tableCenter {
	margin: 0 auto 20px auto; /* 上・右・下・左 */
}

div.tableCenter table {
	margin: 0 auto 20px auto; /* 上・右・下・左 */
}

/* ~~ テキスト配置 ~~ */
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}

/* -----------------------------------
■リスト
----------------------------------- */

/* ~~ リスト：ノーマル ~~ */
.content ul, .content ol { 
	font-size: 100%;
	margin-bottom: 20px;
	padding-left: 1em;
}
.content ul li, .content ol li { 
	margin-left: 0.5em;
	padding-bottom: 10px;
}
 /* （入れ子の場合） */
.content ul li ul, .content ol li ol { 
	margin-top: 10px;
	margin-bottom: -10px;
}

/* ~~ リスト：1（緑画像） ~~ */
ul.listDesign1 {
	list-style-type: none;
	padding-left: 0;
}
ul.listDesign1 li {
	background: url(mark_list1.gif) no-repeat 0px 0px;
	margin-left: 0;
	padding-left: 19px;
	padding-bottom: 14px;
}

/* ~~ リスト：2（オレンジ画像） ~~ */
ul.listDesign2 {
	list-style-type: none;
	padding-left: 0;
}
ul.listDesign2 li {
	background: url(mark_list2.gif) no-repeat 0px 0px;
	margin-left: 0;
	padding-left:19px;
	padding-bottom: 14px;
}

 /* （入れ子の場合） */
ul.listDesign2 li ul, ul.listDesign1 li ul { 
	margin-top: 14px;
}

/* -----------------------------------
■表組
----------------------------------- */

/* ~~ 表組：1（白背景） ~~ */
table.tableDesign1 {
	margin: 10px auto 20px auto;
	padding: 0px;
	border: 1px #666666 solid;
	border-collapse: collapse;
}
table.tableDesign1 th {
	font-weight: normal; 
	white-space: nowrap;
	color: #666666;
	text-align: center;
	background-color: #EEEEEE;
	padding: 5px;
	border: 1px #666666 solid;
	border-collapse: collapse;
}
table.tableDesign1 th a {
	color: #666666;
}
table.tableDesign1 td {
	text-align: left;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px #666666 solid;
	border-collapse: collapse;
}

/* ~~ 表組：2（白背景、青枠） ~~  */
table.tableDesign2 {
	margin: 10px auto 20px auto;
	padding: 0px;
	border: 1px #336699 solid;
	border-collapse: collapse;
}
table.tableDesign2 th {
	font-weight: normal; 
	white-space: nowrap;
	color: #666666;
	text-align: center;
	background-color: #99CCFF;
	padding: 5px;
	border: 1px #336699 solid;
	border-collapse: collapse;
}
	table.tableDesign2 th a {
	color: #666666;
}
	table.tableDesign2 td {
	text-align: left;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px #336699 solid;
	border-collapse: collapse;
}

/* ~~ 表組：3（白背景、緑枠） ~~ */
table.tableDesign3 {
	margin: 10px auto 20px auto;
	padding: 0px;
	border: 1px #6BB1A6 solid;
	border-collapse: collapse;
}
table.tableDesign3 th {
	font-weight: normal; 
	white-space: nowrap;
	color: #666666;
	text-align: center;
	background-color: #EAF4F3;
	padding: 5px;
	border: 1px #6BB1A6 solid;
	border-collapse: collapse;
}
table.tableDesign3 td {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px #6BB1A6 solid;
	border-collapse: collapse;
}

/* -----------------------------------
■サイドバー
----------------------------------- */

/* ~~ イメージ画像ボタン（共通） ~~ */
.imageButArea {
	width: 190px;
	margin: 0px auto 10px auto;
}
/* ~~ ダイレクトリンク ~~ */
.directBox { 
	width: 180px;
	margin: 0px auto 15px auto;
	padding: 0px;
}
.directBoxNest { 
	text-align: left;
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #165496;
}
.directBoxNest ul { 
	width: 166px;
	margin: 0px auto 0px auto;
	padding: 5px 0 5px 0;
	text-align: left;
	list-style-type: none;
}
.directBoxNest ul li { 
	margin: 0px 0px 2px 0px;
	padding: 0px;
	display: block;
}

/* ~~ 関連リンク ~~ */
.kanrenBox { 
	width: 180px;
	margin: 0px auto 15px auto;
	padding: 0px;
}
.kanrenBoxNest { 
	border: 2px solid #F45C26;
	padding: 0;
	text-align: left;
	-webkit-border-top-right-radius: 5px;	
	-webkit-border-top-left-radius: 5px;
	-moz-border-topright-radius: 5px;
	-moz-border-topleft-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background: #F45C26;
}
.kanrenBoxTitle { 
	text-align: center;
}
.kanrenBoxTitle img { 
	margin: 7px auto 5px auto;
}
.kanrenBoxNest ul { 
	width: 166px;
	margin: 0px auto 0px auto;
	padding: 5px 5px 5px 5px;
	text-align: left;
	line-height: 150%;
	list-style-type: disc;
	background: #FFF;
}
.kanrenBoxNest ul li { 
	font-size: 89%;
	color: #F9A53D;
	margin: 0px 0px 2px 1.5em;
	padding: 0px 0px 0px 0px;
}
.kanrenBoxNest ul li a { 
	color: #000;
	text-decoration: underline;
}

/* ~~ 携帯案内 ~~ */
.keitaiBox { 
	width: 180px;
	margin: 0px auto 15px auto;
	padding: 0px;
}

/* -----------------------------------
■TOPページ
----------------------------------- */
/* ~~ 【真ん中カラム】 ~~ */
.culumnCenter {
	width: 515px;
	float: left;
	font-size: 85%;
	overflow: hidden;
}

/* ~~ 【右カラム】 ~~ */
.culumnRight {
	width: 220px;
	float: left;
	text-align: right;
}

/* ~~ 緊急情報 ~~ */
.urgentArea {
	margin: 0px auto 15px auto;
	width: 515px;
}
.urgentAreaNest {
	padding: 0.5em 1em 0.5em 1em;
	border-right: 1px #7F7F7F solid;
	border-bottom: 1px #7F7F7F solid;
	border-left: 1px #7F7F7F solid;
	background: #FFFFCC;
}
.urgentAreaNest ul {
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	list-style-type: none;
}
.urgentAreaNest ul li { 
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0.5em 0px 0.5em 0px;
}
.urgentAreaNest ul li a { 
	color: #000;
	text-decoration: underline;
}

/* ~~ こんなときは？ ~~ */
.questionArea {
	margin: 0px auto 15px auto;
}
.questionAreaNest {
	width: 515px;
	overflow: hidden;
	padding: 2px 0px 0px 0px;
}
.questionAreaNest img {
	margin: 5px 2px 0px 0px;
}

/* ~~ イベント情報 ~~ */
.eventArea {
	margin: 0px auto 15px auto;
}
.eventAreaNest {
	padding: 0;
	border-right: 1px #7F7F7F solid;
	border-bottom: 1px #7F7F7F solid;
	border-left: 1px #7F7F7F solid;
}

/* ~~ ニュース ~~ */
.newsArea {
	margin: 0px auto 15px auto;
}
.newsAreaNest {
	padding: 0;
	border-right: 1px #7F7F7F solid;
	border-bottom: 1px #7F7F7F solid;
	border-left: 1px #7F7F7F solid;
}

/* ~~ 目的別情報 ~~ */
.purposeArea {
	margin: 0px auto 15px auto;
}
.purposeAreaNest {
	line-height: 150%;
	padding: 1em;
	background: #E7F7FF;
}
.purposeTitle {
	font-size: 136%;
	font-weight: normal;
	color: #0068B3;
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
}
.purposeAreaNest p {
	border-bottom: 1px #0068B3 solid;
	padding-bottom: 1em;
}

/* ~~ バナー広告 ~~ */
.bannerArea {
	margin: 0px auto 15px auto;
}
.bannerAreaNest {
	padding: 1em;
}

/* ~~ 人口 ~~ */
.populationArea {
	width: 168px;
	margin: 0px auto 15px auto;
	background: url(bg_population.gif) no-repeat center top #9CC9EA;
	padding: 6px;
}
.populationAreaNest {
	background: #FFF;
	padding: 6px;
}

/* -----------------------------------
■ページ詳細設定
----------------------------------- */

/* 空き家バンク赤枠警告文 */

.bankCaution{
margin:15px 40px;
border:2px solid #FF0000;
padding:8px;
}

.bankCaution dt{
font-size:120%;
font-weight:bold;
color:#FF0000;
} 

.bankCaution dd{
font-size:100%;
font-weight:normal;
color:#FF0000;
}

/* 空き家バンクQA */

.btn_buy{
margin:20px 0 20px 0;
width:200px;
height:89px;
display:block;
float:left;
}

.btn_buy a{
width:200px;
height:89px;
display:block;
background:url(buy2.jpg) left top no-repeat;
text-indent:-9999px;
}

.btn_sell{
margin:20px 0 20px 0;
width:200px;
height:89px;
display:block;
float:right;
}

.btn_sell a{
text-indent:-9999px;
width:200px;
height:89px;
display:block;
background:url(sell2.jpg) left top no-repeat;
}

.btn_buy a:hover,
.btn_sell a:hover{
background-position:bottom;
}


.buyFaq{
margin:10px 40px;
}

.buyFaq dt{
font-size:120%;
font-weight:bold;
margin:10px 0;
background:url(q_head.jpg) left top no-repeat;
padding:2px 0 2px 27px;
}

.buyFaq dd{
font-size:100%;
font-weight:normal;
margin:0 0 20px;
border-bottom:1px dotted #999999;
background:url(a_head.jpg) left top no-repeat;
padding:3px 0 3px 27px;
line-height:150%;
}

/* 良くあるご質問 */

.redBold{
font-weight:bold;
color:#CC0000;
line-height:inherit;
}

.blueBold{
font-weight:bold;
color:#0000FF;
line-height:inherit;
}


.faq dt{
padding:3px;
background-color:#ECF3E9;
line-height:150%;
margin:5px 0 0 0;
}

.faq dd{
padding:3px;
border-bottom:1px dashed #CCCCCC;
margin:0 0 5px 0;
line-height:150%;
}

/* 有料広告掲載の募集について */

.btn_advertise a {
	background-image: url(detail_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 130px;
	margin-top: 3px;
	margin-right: 30%;
	margin-bottom: 8px;
	margin-left: 30%;
}

.btn_advertise a:hover{
background-position:bottom;
}

.advBanner{
	width:45%;
	float:left;
	margin:10px 0 10px 5px;
	text-align:center;
	border: 1px solid #D77804;
	background-color: #FFEDD2;
	padding:5px;
	line-height:145%;

}

.advKouhou{
	width:45%;
	float:right;
	margin:10px 5px 10px 0;
	text-align:center;
	border: 1px solid #669900;
	background-color: #F0FFD0;
}

/* ホームページ広告の掲載について  */

.btn_download a{
	width:75px;
	height:20px;
	background:url(download.jpg) left top no-repeat;
	text-indent:-9999px;
	display:block;
	margin-left: 0px;
}

.btn_download a:hover{
background-position:bottom;
}

/* 移住用のスタイル */
.imgArea{
	width:100%;
}
.imgArea img{
	max-width:100%;
	height:auto;
}

.ijuTb{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	margin-bottom:20px;
}
.ijuTb th{
	background:#52929C;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	width:10%;
	text-align:center;
	color:#FFFFFF;
	padding:3px;
}
.ijuTb th.ijuTh{
	background:#C6E7E7;
	color:#000000;
	padding:3px;
}
.ijuTb td{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	width:18%;
	text-align:center;
	padding:3px;
}
.ijuTb td.ijuTd{
	text-align:left;
}
.tdleft td{
	text-align:left;
}
.ijuTb2{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	margin-bottom:20px;
}
.ijuTb2 th{
	background:#399EBD;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	text-align:center;
	color:#FFFFFF;
	padding:3px;
	width:1.5em;
}
.ijuTb2 td{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	text-align:left;
	padding:3px;
}
.ijuTb3{
	border-collapse: collapse;
	margin-bottom:20px;
}
.ijuTb3 th{
	background:#E78E39;
	border:1px solid #666666;
	text-align:center;
	color:#FFFFFF;
	padding:3px;
	width:1.5em;
}
.ijuTb3 td{
	border:1px solid #666666;
	text-align:left;
	padding:3px;
}

.ijuRimg{
	float:right;
	width:50%;
	height:auto;
	margin-left:10px;
	margin-bottom:20px;
}
.ijuRimg30{
	float:right;
	width:30%;
	height:auto;
	margin-left:10px;
	margin-bottom:20px;
}

.ijuArea{
	display:table;
	margin-bottom:20px;
}
.ijuLeft{
	display:table-cell;
	width:50%;
	padding-right:15px;
	text-align:center;
	color:#555555;
}
.ijuLeft img{
	width:100%;
	height:auto;
	margin-bottom:5px;
}
.ijuRight{
	display:table-cell;
	width:50%;
	vertical-align:top;
	padding-left:15px;
	text-align:center;
	color:#555555;
}
.ijuRight p{
	text-align:left;
	font-size:150%;
	color:#000000;
}
.ijuRight img{
	width:100%;
	height:auto;
	margin-bottom:5px;
}

.ijuLeft2{
	float:left;
	width:50%;
	height:auto;
	padding-right:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.ijuRimg2{
	float:right;
	width:50%;
	height:auto;
	padding-left:10px;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color:#555555;
}
.ijuRimg2 img{
	width:100%;
	height:auto;
	margin-bottom:5px;
}
.ijuCover{
	width:100%;
	margin-bottom:20px;
}
.ijuLeft3{
	float:left;
	width:30%;
	margin-right:5%;
}
.ijuLeft3 img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.ijuLeft7{
	float:left;
	width:65%;
	margin-right:5%;
}
.ijuSpc0{
	margin-right:0;
}

/* ■移住用のスタイル追加（扉）■ */

.ijuViewArea {
	background: url(bg_iju.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	padding: 45px;
	box-shadow: 5px 5px 8px rgba(0,0,0,0.5) inset;
}


.ijuBoxA {
	background-color: rgba(255,255,255,0.7);
	padding: 20px;
	border-radius: 8px;
	box-shadow: 5px 5px 8px rgba(0,0,0,0.5);
}
.ijuBoxB {
	background: -moz-linear-gradient(-45deg,  rgba(228,245,252,0.7) 0%, rgba(42,176,237,0.5) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(228,245,252,0.7) 0%,rgba(42,176,237,0.5) 100%);
	background: linear-gradient(135deg,  rgba(228,245,252,0.7) 0%,rgba(42,176,237,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3e4f5fc', endColorstr='#802ab0ed',GradientType=1 );
	padding: 20px;
	border-radius: 8px;
	box-shadow: 5px 5px 8px rgba(0,0,0,0.5);
}
.ijuBoxB ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ijuBoxB ul li {
	margin: 0 0 1em 0;
	padding: 0;
}
.ijuBoxB a {
	font-size: 138.5%;
	border-radius: 1.385em;
	text-align: left;
	display: block;
	border: 2px solid #8ABF53;
	background: #8ABF53;
	color: #FFF;
	margin-bottom: 1em;
	padding: 0.125em 1em 0.125em 2.25em;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
}
.ijuBoxB a:hover {
	color: #8ABF53;
	background-color: #FFF;
}
.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 0;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 1em;
}
.arrow::before,
.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrowKunojiBold::before {
	left: 1em;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.arrowKunojiBold:hover::before {
	border-top: 2px solid #8ABF53;
	border-right: 2px solid #8ABF53;
}

/* -----------------------------------
■システム自動生成ページ用
----------------------------------- */
.autolist {
	font-size: 100%;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
}
.autolist_dir {
	font-size: 100%;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
}
.autolist_fil {
	font-size: 100%;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
}

/* ~~ 文章：（オレンジ画像） ~~ */
ul.autolist_list {
	font-size: 100%;
	font-weight: bold;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul.autolist_list li {
	background: url(mark_list2.gif) no-repeat 0px 0px;
	margin-left: 0;
	padding-left: 19px;
	padding-bottom: 14px;
}

/* ~~ ディレクトリ：（オレンジ画像） ~~ */
ul.autolist_dir_list {
	font-size: 100%;
	font-weight: bold;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul.autolist_dir_list li {
	background: url(mark_list2.gif) no-repeat 0px 0px;
	margin-left: 0;
	padding-left: 19px;
	padding-bottom: 14px;
}

/* ~~ ファイル：（オレンジ画像） ~~ */
ul.autolist_fil_list {
	font-size: 100%;
	font-weight: bold;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul.autolist_fil_list li {
	background: url(mark_list2.gif) no-repeat 0px 0px;
	margin-left: 0;
	padding-left: 19px;
	padding-bottom: 14px;
}

/* -----------------------------------
■サイトマップ用
----------------------------------- */
.map_float {
	width: 215px;
	margin: 0px 6px 0px 6px;
	float: left;
	clear: right;
}

/* ~~ ディレクトリ：2階層（緑画像） ~~ */
ul.map_dir_list2 {
	font-size: 108%;
	list-style-type: none;
	margin: 7px 0px 14px 0px;
	padding-left: 5px;
	border-top: 1px #CCCCAA solid;
	border-bottom: 1px #CCCCAA solid;
}
ul.map_dir_list2 li {
	background: url(mark_list1.gif) no-repeat 0px 0px;
	margin-top: 14px;
	margin-left: 0;
	padding-left: 19px;
	padding-bottom: 14px;
}

/* ~~ ディレクトリ：3階層（オレンジ画像） ~~ */
ul.map_dir_list3 {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 19px;
}
ul.map_dir_list3 li {
	background: url(mark_list2.gif) no-repeat 0px 0px;
	margin-left: 0;
	padding-left: 19px;
	padding-bottom: 14px;
}

/* ~~ ディレクトリ：4階層（オレンジ画像）※今回未使用 ~~ */
ul.map_dir_list4 {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 38px;
}
ul.map_dir_list4 li {
	background: url(mark_list2.gif) no-repeat 0px 0px;
	margin-left: 0;
	padding-left: 19px;
	padding-bottom: 14px;
}

/* ~~ ファイル：2階層（緑画像） ~~ */
ul.map_fil_list2 {
	font-size: 108%;
	list-style-type: none;
	margin: 7px 0px 14px 0px;
	padding-left: 5px;
	border-top: 1px #CCCCAA solid;
	border-bottom: 1px #CCCCAA solid;
}
ul.map_fil_list2 li {
	background: url(mark_list1.gif) no-repeat 0px 0px;
	margin-top: 14px;
	margin-left: 0;
	padding-left: 19px;
	padding-bottom: 14px;
}

/* ~~ ファイル：3階層（オレンジ画像） ~~ */
ul.map_fil_list3 {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 19px;
}
ul.map_fil_list3 li {
	background: url(mark_list2.gif) no-repeat 0px 0px;
	margin-left: 0;
	padding-left: 19px;
	padding-bottom: 14px;
}

/* ~~ ファイル：4階層（オレンジ画像）※今回未使用 ~~ */
ul.map_fil_list4 {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 38px;
}
ul.map_fil_list4 li {
	background: url(mark_list2.gif) no-repeat 0px 0px;
	margin-left: 0;
	padding-left: 19px;
	padding-bottom: 14px;
}

.map_toplink {
	font-size: 100%;
	text-align: right;
	margin: 10px 15px 0px 0px;
}
