@charset "utf-8";
/* CSS Document */


/*アイキャッチ、パンくず*/

#pan{height:30px;margin-top:30px;margin-bottom:40px;}

.text{width:860px;margin-left:20px;margin-right:60px;margin-bottom:40px;background-image:url(image);}

/*見出しアイコン・色変更*/

h1{ 
    padding-bottom:22px;
    width:940px;
    margin-bottom:30px;
} 

h2{
    text-indent:30px;
    padding:.4em 10px;
    width:920px;
} 

h3{ line-height: 120%;  
    padding-left:10px;
    width:690px;
    margin-left:10px;  
}

h1{border-bottom:7px solid #006400;} 


h2{
  border-bottom:2px dotted #006400;
  background: url(../img/mic2.gif) left center no-repeat;
}

h3{border-left:5px solid   #006400;clear:both;}

.form{
	width: 100%;
	background-color: #d3e9e92d;

}
.map{
	width: 200px;
	margin-left: 30px ;
	font-weight: bold;
	padding: 15px;
}
p{
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 30px ;
}

/*サイトマップ*/

h2>a{text-decoration:none;}

.sitemapList{margin-left:20px;margin-bottom:30px;padding:0;}
.sitemapList>li{
list-style-type:none;margin:0;padding:0;
background-image: url(../../common/img/arrow.gif);
background-repeat : no-repeat;
background-position : left center;
text-indent:17px;
margin-top:12px;display:block;}

