﻿@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


body {
	background-color: linen; 
	font-family: "Noto Sans JP", arial, sans-serif;
}

#header {
	float: left;
	width: 800px;
}

h1 {
	font-weight: bold;
    font-size:  28px;
	color: maroon;
   	margin: 0px;
} 

td {
   	text-align: center; 
} 


.header_title {
	font-weight: bold;
    font-size:  28px;
	color: maroon;
   	margin: 0px;
}

.header_caption {
   	text-align: left; 
   	margin: 10px;  
	font-size: 16px;
   	color: black; 
}

.link_ref {
	font-family: arial, sans-serif;
	font-weight: bold;
    font-size: 15px;
   	text-align: right;
   	margin: 5px;
}

.link_ref a {  
	text-decoration: none;
	font-weight: bold;
    font-size: 15px;
	color: green;
   	margin: 5px; 
}

.link_ref a:hover {  
	color: linen;
	background: green;
}

.header_caption a {  
	text-decoration: none;
	font-family: arial, sans-serif;
	font-weight: bold;
    font-size: 16px;
	color: green;
}

.header_caption a:hover {  
	color: linen;
	background: green;
}

.imagebox {
	margin-left:auto;
	margin-right:auto;
//	margin: 5px;  
   	text-align: left; 
}

.image {
	clear: left;
   	text-align: center; 
   	margin: 0px 5px;     
}

.photo_caption {
   	text-align: left; 
   	margin: 5px;  
    font-size: 16px;
   	color: black; 
//	max-width: 500px;
}

.photo_image {
   	border: 0px solid black;
   	margin: 0px;  
}

.thickbox {  
//	float: left;
	text-decoration: none;
	font-weight: bold;
    font-size: 14px;
	color: green;
   	margin: 0px 5px; 
}

.thickbox:hover {  
	color: linen;
	background: green;
}

.nomap {  
	font-family: arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
    font-size: 14px;
	color: gray;
   	margin: 0px 5px; 
}

.photo_date {
	font-family: arial, sans-serif;
    font-size: 14px;
   	text-align: left;
	color: dimgray;
   	margin: 0px 5px;
}


.note {
   	text-align: right; 
   	margin: 0px;  
    font-size: 12px;
   	color: black; 
}
