@charset "utf-8";
/* 表紙index */ /* 新規追加 */
h1 {
	background-color: #fff0f5 /* 800080 */ ; color: white;
	border-style: none; border-width: 1;
	margin-left: 100px; margin-right: 100px; margin-top: 10px;
	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;4
	

}
h3.item-title7 {
	 
	background-image: url(yufudake02.jpg) ;
	background-repeat: no-repeat;
	background-position: center;
	height:300px;
	width: 400px;
	color:red;
	padding: 5px 5px 5px 5px;
	border-radius: 7px 7px 7px  7px;
	-webkit-border-radius: 7px 7px 7px  7px;
	-moz-border-radius: 7px 7px 7px  7px;
	text-align: center;
	box-shadow: 5px 5px 10px grey;
	margin-left: 65px; margin-bottom: 10px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}
/* 10. 重なった風 */
.frame     {
	display: inline-block;
	position: relative;
}
.frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(4deg); /* 回転させる */
	background: f0ffff; /* #fff */;
	z-index: -1;
}

.frame:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(-3deg); /* 回転させる */
	background: f0ffff; /* #fff */;
	z-index: 5;
}

/* --- リストエリア --- */
ul.thumbnail {
width: 100%; /* リストエリアの幅 */
min-width: 200px; /* リストエリアの最小幅（不要な場合は削除） */
margin: 0;
padding: 30px 0 0; /* リストエリアのパディング（上、左右、下） */
list-style-type: none;
float: left ;
}

/* --- リスト項目 --- */
ul.thumbnail li {
width: 24.9%; /* 項目の幅 */
float: left;
}

/* --- 項目内容 --- */
ul.thumbnail dl {
width: 142px; /* 内容の幅 */
margin: 0 auto; /* 内容のセンタリング */
font-size: 80%;
}

/* --- 写真エリア --- */
ul.thumbnail dt {
/* height: 102px; */ /* 写真エリアの高さ（dt要素の高さを指定する場合） */
margin-bottom: 5px; /* 写真エリアの下マージン */
}
ul.thumbnail dt img {
border: 1px #808080 solid; /* 写真の境界線 */
}

/* --- キャプションエリア --- */
ul.thumbnail dd {
margin: 0 0 3px; /* キャプションエリアのマージン（上、左右、下） */
height: 6.5em; /* キャプションエリアの高さ */
line-height: 120%;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}


/* topicPath */

#topicPath_01 {

    margin:10px 0;
    clear: both;
}

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