@charset "utf-8";
/* --- 見出し全体にグラデーションの背景画像を設定 --- */
h1.heading {
	width: 500px; /* 見出しの幅 */
	margin: 0px 0px 5px 5px; /* 見出しのマージン（上、左右、下） */
	padding: 20px 15px; /* 見出しのパディング（上下、左右） */
	background: #c6e6ef url(heading_back4_2.gif) repeat-x top; /* 見出しの背景 */
	font-size: 140%; /* 見出しの文字サイズ */
	line-height: 100%;
	border-radius: 7px 7px 7px  7px;4
	-webkit-border-radius: 7px 7px 7px  7px;
	-moz-border-radius: 7px 7px 7px  7px;
	text-align: center;
}

h3.item-title11 {
	 
	background-image: url(DSC00054.jpg) ;
	background-repeat: no-repeat;
	background-position: center;
	height:280px;
	width: 600px;
	color:red;
	padding: 5px 5px 5px 5px;
	text-align: center;
	box-shadow: 5px 5px 10px grey;
	margin: 0 auto;
	margin-top: 0px; margin-bottom: 20px;
	font-size: 18px;
	/* font-weight: bold; */
	/* font-size: 20pt; font-weight: bold;*/ font-family: Verdana;
	-webkit-border-radius: 7px 7px 7px  7px;
	-moz-border-radius: 7px 7px 7px  7px;
	border-radius: 7px 7px 7px  7px;
}

/* topicPath */

#topicPath_01 {
	  
    margin:10px 0;
    clear: right;  
}  

/* topicPath */

#topicPath_01 {
	  
    margin:10px 0;  
}  
#topicPath_01 li {
	  
    display:inline;  
    line-height:110%;  
    list-style-type:none;  
    border-style: solid; border-color: RED; border-width: 0 0 1px 0;
    

}  
