@charset "utf-8";
/* 外枠のデザイン */

#wrapper {
	width: 820px;
	margin: 0 auto;
	background-color: white;
/* outline: solid 1px red; */

}

/* 表紙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(togenashi-tangehana.jpg) ;
	background-repeat: no-repeat;
	background-position: center;
	height:240px;
	width: 320px;
	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: 0px; margin-bottom: 10px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}

/* 先頭に戻るボタンは外枠に丸みを帯びた半透明のボタン　*/
.back {
 position: fixed;
 bottom: 320px;
 right: 10px;
clear: both; /* 通常必要ないが、忘れずに */
  
 border:1px solid #888888;
 padding:2pt;
 background-color: #ffffff;
 filter:alpha(opacity=85);
 -moz-opacity:0.85;
 -khtml-opacity: 0.85;
 opacity:0.85;
     
 text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa; 
 -webkit-box-shadow: 1px 1px 2px #E7E7E7;
 -moz-box-shadow: 1px 1px 2px #E7E7E7; 
 -webkit-border-radius: 3px; 
 -moz-border-radius: 3px;
}

.pagebottom {
 position: fixed;
 bottom: 320px;
 left: 10px;
clear: both; /* 通常必要ないが、忘れずに */
  
 border:1px solid #888888;
 padding:2pt;
 background-color: #fff0f5;
 filter:alpha(opacity=85);
 -moz-opacity:0.85;
 -khtml-opacity: 0.85;
 opacity:0.85;
     
 text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa; 
 -webkit-box-shadow: 1px 1px 2px #E7E7E7;
 -moz-box-shadow: 1px 1px 2px #E7E7E7; 
 -webkit-border-radius: 3px; 
 -moz-border-radius: 3px;
}

/* 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;
    
}
/* フッターのデザイン */

#footer {
clear: both;
width: 820px;
border-top: solid 1px maroon;
padding: 10px 0 30px 0;
}
#copyright {
	float:right;
}
