@charset "utf-8";
h1 {
	background-image : url(toyokunijinjya.jpg); 
	background-repeat: no-repeat;
	height: 200px;
	width: 550px;
	color: red;
	/* padding:20px 0 0 10px; */
	margin-left: 125px;
	/* text-align: center; */
	background-position: center;
	padding: 5px 5px 5px 5px; /* 余白 */
	box-shadow: 5px 5px 10px grey; /* 影 */
	-webkit-border-radius: 7px 7px 7px  7px;
	-moz-border-radius: 7px 7px 7px  7px;
	border-radius: 7px 7px 7px  7px;
}

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: 65px; 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;
    
}

