body {
	font:90%/1.6 Century Gothic, Arial, sans-serif;
	width:900px;
	margin:20px auto;
	color: #666;
	background:#999;
	background: -moz-linear-gradient(top, #999, #333);
	background: -webkit-linear-gradient(top, #999, #333);
	background: linear-gradient(#999, #333);
}
header, nav, article, aside, section, footer, address, table {
	display:block;
}
p {
	margin: 0px;
	padding: 0px;
}
header, article, aside, nav, footer {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px #333;
	-moz-box-shadow: 0px 0px 10px #333;
	box-shadow: 0px 0px 10px #333;
/*	background-color: #fff;     @ */
	text-align: left;
	margin:0px 0px 20px;
	padding:0px 20px;
}
/*header*/
header {
	text-align:center;
	padding:20px;
/*	background:#85A522;
	background: -moz-linear-gradient(top, #85A522, #5E7713);
	background: -webkit-linear-gradient(top, #85A522, #5E7713);
	background: linear-gradient(#85A522, #5E7713);
*/
/*	color: #000;  */
}
header h1 {
	color: #FFF;  
	font-size: 2.4em;
	font-family: "Meiryo UI";
	margin:5px;
	padding:0px;
	text-shadow: 0px 5px 5px #333333;
	filter: dropshadow(color=#333333,offX=0,offY=5);
}
header h2 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
/*	border-radius: 10px;   */
/*	border:solid 2px #FF9; */
	font-size: 1.5em;
	margin:0px 30px;
	padding:0px;
	color: #FFF;    
/*	text-shadow: 0px 5px 5px #333333;
	filter: dropshadow(color=#333333,offX=0,offY=5);
*/
}
header p {
	margin: 4px 150px;
	padding: 0px;
	font-family: "Meiryo UI";
	font-weight: lighter;
	font-size: 0.8em;
/*	color: #FFFFF9;  */
	text-align:auto
}
header span {
	font-weight: normal;
	color: hotpink;
}
#last_update {
	font-size: 0.7em;
	color: #FFFFF9; 
	margin-top:0px; 
	margin-left:4px; 
	float:right;
	font-weight: lighter;
}


/*navigation*/
nav {
/*	background: #85A522;           photo screen background  */
	text-align:center;
	padding:5px;
	}
nav ul, nav li {
	list-style-type:none;
	display:inline;
	text-shadow: 0px 5px 5px #ffffff;
	filter: dropshadow(color=white,offX=0,offY=5);
}
nav li a {
	font-weight: bold;
	color: white;
	text-decoration: none;
	border-right: 1px solid #666;
	padding: 0px 25px;
}
nav ul h1 {
	display:none;
}

nav li a:hover {
	color: orange;
	text-decoration: none;
}



/*section*/
section {
	margin: 0px 0px 30px;
}

/*article*/
article {
	float:left;
	width:650px;
}
article h1 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background:#85A522;  
	padding:8px;
	font-size: 20px;
	color: #FF9;
	font-weight: bold;
	line-height: 18px;
	text-shadow: 0px 5px 5px #333333;
	filter: dropshadow(color=#333333,offX=0,offY=5);
}


article h2 {
	margin: 30px 0px 10px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	border-left: 10px solid #5E7713;
	height: 10px;
	line-height: 10px;
	text-indent: 0.2em;
	color: darkblue;
}


article p {
	margin: 0px 20px;   
	padding:2px;           
	font-size: 12px;
	font-weight: normal;
	font-family: "meiryo UI";
	color: #3a4c01; 
/*	text-shadow: 0px 1px 1px #333333;  */
/*	filter: dropshadow(color=#333333,offX=0,offY=2);  */
}



article a {
	font-weight: bold;
	color: darkblue;
	text-decoration: none;
	padding: 0px 20px;
}

article a:hover {
	color: orange;
	text-decoration: none;
}




/*aside*/
aside {
	float:right;
	width:150px;
}
aside h1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 0px 10px;
	padding: 2px 15px;
	font-size: 0.8em;
	color: #FFF;
	font-weight: bold;
	background:#85A522;
	text-shadow: 0px 5px 5px #333333;
	filter: dropshadow(color=#333333,offX=0,offY=5);
}
aside ul, aside li {
	margin: 0px -12px 0px -8px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
	font-weight: normal;
	font-family: "meiryo UI";
	color: #3a4c01;
}

aside a {
	font-weight: bold;
	color: darkblue;
	text-decoration: none;
	padding: 0px 20px;
}

aside a:hover {
	color: darkblue;
	text-decoration: none;
}

/*  gallery table */

table {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	width: auto;  
	margin:20px 5px 15px 8px;  
/*	border-collapse: collapse; */
/*	background-color : #ffffff;  */
	border-spacing:4px; 
}

table tr,th {
/*	width: 100px;   */
/*	height:70px; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	width: auto;
/*	height:auto;  */
	padding: 7px;  
/*	background-color: #FFFFFF;  */
/*
	border: 1px solid #000000;  
*/
	text-align: center;
	vertical-align: center;
	font-size: 10px;
	empty-cells:hide;
}

table td {
/*	width: 100px;   */
	height:70px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	width: auto;
	height: auto;  
	padding: 7px;  
/*	background-color: #FFFFFF;  */
/*
	border: 1px solid #000000;  
*/
	text-align: center;
	vertical-align: center;
	font-size: 12px;
	empty-cells:hide;
	color : white;
/*

	border-width : 1px;
	border-style : outset;
*/
/*	border-color : #e8e8ff;  */

}	

table tr:nth-child(even) {
	background-color: #e8e8ff;  
}	


/*footer*/
footer {
	clear:both;
	text-align: center;
	padding: 5px ;
	color: #FFF;
	background: #85A522;
	text-shadow: 0px 5px 5px #333333;
	filter: dropshadow(color=#333333,offX=0,offY=5);
	font-size: 80%;
}
/* link */
a {
/*	color: #F90; */
      color : darkblue;
	text-decoration: none;
       font-weight : bold;
}
a:hover {
/*	color: #F00;  */
      color : red;
	text-decoration: underline;
       font-weight : bold;
}
/* clear both */
.c-both {
	clear: both;
	padding: 0px;
	margin: 0px;
}
