﻿@charset "utf-8";

/* サイトマップ（sitemap.html）のスタイルシート */ 


/* メインカラムの詳細　********************************************************************************/ 
/* トップページ　********************************************************************************/ 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:773px; 
 }
.long-box{
  float:left;
  clear:both;
  width:773px;
  }
.title{
  float:left;
  clear:both;
  }
.contents{
	float:left;
	clear:both;
	width: 773px;
  }
.intro-text{
	display:block;
	float:left;
	clear:both;
	width: 773px;
	padding-top: 20px;
	padding-bottom: 0px;
	}
.sitemap-contents{
	display:block;
	float:left;
	clear:both;
	width:698px;
	padding-top: 20px;
	padding-left: 40px;
	background-color: #F9F9F9;
	border: 1px dotted #CCCCCC;
	margin-top: 20px;
	padding-bottom: 20px;
   }
.sitemap-contents-arrow1{
	float:left;
	margin-right:10px;
	margin-top: 3px;
   }
.sitemap-contents .line{
	float:left;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
   }      
.sitemap-contents .toppage{
   display:block;
   float:left;
   clear:both;
   width:698px;
   }
.sitemap-contents .secondstage{
	display:inline;
	float:left;
	width:268px;
	padding-left: 60px;
   }
.sitemap-contents .secondstage-part{
	display:block;
	float:left;
	clear:both;
	width:267px;
	background-attachment: scroll;
	background-image: url(../images/site-map-vline.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
   }
.sitemap-contents .secondstage-last-part{
	display:block;
	float:left;
	clear:both;
	width:267px;
	background-attachment: scroll;
	background-image: url(../images/site-map-last-vline.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
   }   
.sitemap-contents .thirdstage{
	display:inline;
	float:left;
	width:268px;
   }
.sitemap-contents .thirdstage-part-contents{
	display:block;
	float:left;
	clear:both;
	width:238px;
	padding-left: 30px;
   }
.sitemap-contents .thirdstage-part{
	display:block;
	float:left;
	clear:both;
	width:237px;
	background-attachment: scroll;
	background-image: url(../images/site-map-vline.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
   }
.sitemap-contents .thirdstage-last-part{
	display:block;
	float:left;
	clear:both;
	width:237px;
	background-attachment: scroll;
	background-image: url(../images/site-map-last-vline.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
   }   
.sitemap-contents .thirdstage-part-top{
	display:block;
	float:left;
	clear:both;
	width:268px;
	padding-top: 92px;
	padding-bottom: 5px;
   }
.last-part{
	background-attachment: scroll;
	background-image: url(../images/site-map-last-vline.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
