@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(globalloop1.jpg) ;
	background-repeat: no-repeat;
	background-position: center;
	height:247px;
	width: 800px;
	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: 5px; margin-bottom: 10px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}


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

