body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", Meiryo, メイリオ, sans-serif;
    font-weight: 500;
    letter-spacing: 0.01px;
	line-height: 1.4;
	color: #444;
	margin: auto;
	width: 1000px;
}

/* header */

h1 {
	font-size: 32px;
	color: #fff;
	background-color: #06c;
	text-align: center;
	margin-top: 10px;
}
nav#breadcrumbs ol li {
	display: inline;
	list-style-type: none;
	color: #696969;
	font-size: 13px;
    margin-left:5px;
}
nav#breadcrumbs ol li:before {
	content: " › ";
}
nav#breadcrumbs ol li:first-child:before {
	content:"";
	margin-left: -5px;
}

/* 以下のAdSenseはheaderと#center-contentの間 */

.ads_top {	
	display: none;    /* tablet のみ*/
}
.ads_top2 {	
	display: none;    /* スマホのみ */
}

/* #content */

#left-content {
	display: block;
	width: 336px;
	float: left;  
    margin-top: 20px;
    margin-right: 22px;
	margin-bottom: 50px
}
#left-content p {
		color: #ffffff;
		background-color: #0066cc;
		font-size: 90%; 
		margin-bottom: 10px;
		padding: 2px 0px 2px 5px;
}

#center-content {
	width:310px;
	float:left;
	margin-right: 10px;
	margin-bottom: 50px
	 }
 .summary  {
    font-size: 95%;
}

#right-content {
	display: block;
	width:310px;
	float:left;
    margin-left: 12px;
	margin-bottom: 50px
	 }    

.clear{
    clear:both;
}

#content-1,#content-2,#content-3,#content-4,#content-5,#content-6 {
width: 140px;
	float: left;  
	margin-right: 26px;
	margin-bottom: 50px
}

h2 {
	color: #06c;
	font-size: 22px;
	margin: 20px 0px 10px 0px;
} 
h3 {
	color: #005638;
	font-size: 18px;
	margin: 20px 0px 10px 0px;
    border-bottom: 2px #bbb dotted; 
}
.outline p {
	color: #005638;      /*紹介文の緑の文字 */	
	margin: 8px 5px 15px 0px; 
}
.crimson {
	color: #dc143c;    /*【管轄区域など】、マイナスインデント */
    text-indent:-7px; 
}
.crimson2 {
	color: #dc143c;    /*インデントなし */
    font-weight: bold;
}
.summary p {
    margin-bottom: 15px;
} 
.fb {
    font-weight: bold;
    color: #555;
} 
.margin-narrow {
    margin-top: -12px;
}
.info p {
    text-indent:-7px;     /*【XXX】を使う際のマイナスインデント */	
}
.summary img {
	margin: -10px 0px 0px -5px;
}

/* footer */

footer {
	clear:both;
}
footer .line{
	height: 25px;
	background-color: #f0c092;
}
footer .p1 {
	color:#696969;
	font-size: 80%;
	text-align:center;
}	
footer .p2 {
	border-bottom:1px dotted #ccc;
	color:#696969;
	font-size: 80%;
	text-align:center;
}	
footer .p2 .br {
	display: inline;
}

a {
	text-decoration:none;
}
a:link {
	color:#0066cc; 
}
a:visited {
	color:#0066cc; 
}
a:hover {
	color:#0066cc; 
	text-decoration:underline;
} 