/*    CSS Document Index.CSS  070126      */
/*                                      */
/* #################### index.htm / What's New   ###################### *	 */

div.photo_title  {  
	width: 588px ;
	height: 230px ;  
	vertical-align: top ;  /*  天の隙間を詰める  */
	padding: 0 ;
	border: 0 ;
	margin: 0 ;
	}  
	
div.new_title {
	width: 582px ;
	height: 35px ;  
	vertical-align: top ;
	padding: 0 ;
	border: 0 ;
	margin: 0px auto 0 3px ;
	float: left ;
	}  
	
div.new_list {
	clear: both ;  /* ## 改行する為に重要 ## 　*/ 
	width: 588px ;
	margin: 0 ;
	padding: 0 ;
	border: 0 ;
	}
	
ul.new_item  {
	list-style-type: none ;
	font-size: 13pt ;
	margin-top: 20px ;
	margin-left: 10px ;
	}	
	
ul.new_item li {
	list-style-type: none ;
	font-size: 11pt ;
/*	font-weight: bold ;  */
	line-height: 1em ;
	margin-bottom: 0.5em ;
	padding-left: 0px ;
	}
	
ul.new_item a {
	text-decoration: underline ;
	}
	
ul.new_item a:hover {
	text-decoration: underline ;
	color : red ;
	background-color: rgb(255,218, 181) ;
	}	
	
/* ****    index.html  Text Area (20070315  **********  */		
div.update_list  {
	clear: both ;
	width: 430px ;
	height: 63px ;
	text-align: left ;
	font-size: 4pt ;    /* 9pt */
	margin: 0 0 1px 2px ;
	}
	
/*  2010-1-25  Revised Textarea    */	
textarea {
	background-color: rgb(255, 228, 195) ;
	font-size: 0.8em ;  
	}
	
	

/* ****    index01.html  **********  */	
div.new_item_01, div.new_item_02, div.new_item_03, div.new_item_04  {
	width: 543px ;
	clear: both ;
	margin-left: 20px;
	margin-top: 5px ;
	font-size: 11pt;
	background-color: rgb(224, 255, 255) ;
	border-top: 1px solid rgb(123, 82, 41);
	border-right : 3px solid rgb(123, 82, 41);
	border-bottom : 3px solid rgb(123, 82, 41);
	border-left : 1px solid rgb(123, 82, 41);
	padding : 0.3em ;
	line-height: 1.22 ;  
	}

div.new_item_01R, div.new_item_02R {
	width: 543px ;
	clear: both ;
	margin-left: 20px;
	margin-top: 5px ;
	font-size: 11pt;
	background-color: rgb(255, 218, 181) ;
	border-top: 1px solid rgb(123, 82, 41);
	border-right : 3px solid rgb(123, 82, 41);
	border-bottom : 3px solid rgb(123, 82, 41);
	border-left : 1px solid rgb(123, 82, 41);
	padding : 0.3em ;
	line-height: 1.22 ;  
	}


/* ****    Updated  2010-2-20  **********  */	
div.new_item_01R_box, div.new_item_02R_box  {
	width: 300px ;
	float:left
	margin-left: 2px;
	margin-top: 5px ;
	font-size: 11pt;
	background-color: rgb(255, 218, 181) ;
	padding : 0.1em ;
	line-height: 1.22 ;  
	}

img.new_item_01R_photo, div.new_item_02R_photo  {
	width: 115px ;
	float:right
	margin-left: 2px;
	margin-top: 5px ;
	background-color: rgb(255, 218, 181) ;
	padding : 0.1em ;
	line-height: 1.22 ;  
	}








/* ****    index10.html  **********  */	
div.new_item_10 {
	width: 570px ;
	clear: both ;
	margin-left: 5px;
	margin-top: 2px ;
	margin-bottom: 2px ;
	font-size: 11pt;
	background-color: rgb(224, 255, 255) ;
	border-top: 1px solid rgb(123, 82, 41);
	border-right : 3px solid rgb(123, 82, 41);
	border-bottom : 3px solid rgb(123, 82, 41);
	border-left : 1px solid rgb(123, 82, 41);
	padding : 0.3em ;
	line-height: 1.22 ;  
	}

	
p.caption {
	font-size: 14pt ;
	font-weight: bold ;
	margin-bottom: 0.2em ;
	}
	
div.new_item_01 a {
	text-decoration: underline ;
	}
	
div.new_item_01 a:hover {
	text-decoration: underline ;
	color : red ;
	background-color: rgb(255,218, 181) ;
	}	 

div.new_item_10 a {
	text-decoration: underline ;
	}
	
div.new_item_10 a:hover {
	text-decoration: underline ;
	color : red ;
	background-color: rgb(255,218, 181) ;
	}	

	

/* ****    table/ "new_item_01"   2007/04/04 **********  */	
table new_item_01 {
	width: 543px ;
	table-layout: fixed;
	border-collapse: collapse;
	}

table.new_item_01 p.new_item_01_text {
	font-size: 11pt ;
	font-weight:normal ;
	line-height: 1.2em ;
	margin: 2px auto 2px 5px;
	}
	
table.new_item_01 td {
	border-top: 1px solid black ;
	}	


/*   Photo Caption   2008-12-24  */
div.photo_caption_small 	{
	margin: 0.1em 0.1em auto auto  ; 
	padding: 0.0em ;
	text-align: center ;
	color: black ;
	font-size: 9pt ;
	}	
	
/*   Photo Cell frame    2008-12-24  */
img.newyear_2009_photo_h  {
	margin: 5px auto 5px 25px ;
	}

	
/*   Photo location in the box  2010-3-17   */	
.cap_photo {
	display: block;
	padding: 3px;
	margin-right: 5px;
	float: left;
}
