@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(DSC01576.jpg) ;
	background-repeat: no-repeat;
	background-position: center;
	height:338px;
	width: 600px;
	color:red;
	padding: 5px 5px 5px 5px;
	text-align: center;
	box-shadow: 5px 5px 10px grey;
	margin-left: 5px; 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;
}

h5{
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.3em 0 0.3em 1.5em;
    border: 2px solid #B92A2C;
    font-size: 0.743em;/* 1.143 */
    font-weight: bold;
    /* margin-left: 100px; margin-right: 100px; */
    display: inline-block;
}
 
h5:before{
    content: "";
    position: absolute;
    background: #B92A2C;
    top: 50%;
    left: 0.5em;
    margin-top :-11px;/* -15 */
    height: 22px;/* 30 */
    width: 8px; /* 8px */
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

/* 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;
    

}  
