@charset "utf-8";
/*
	Yahoo UI Library Reset CSS
	http://developer.yahoo.com/yui/reset/
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* ******************************************************** */
/* body要素 */

body {
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro", sans-serif;
	/*border-top: solid 3px maroon;*/
	background-color: white;
}

/* 外枠のデザイン */

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


/* 表紙 */ /* 新規追加 */

h2.item-title10 {
	 
	background-image: url(fujisengenjinjya4.jpg) ;
	background-repeat: no-repeat;
	background-position: center;
	height:161px;
	width: 610px;
	color:red;
	padding: 5px 5px 5px 5px;/* 余白できていない */
	text-align: center;
	box-shadow: 5px 5px 10px grey;
	margin-left: 0px; margin-bottom: 0px;
	font-size: 18px;
	font-weight: nomal;
	border-radius: 7px 7px 7px  7px;
	-webkit-border-radius: 7px 7px 7px  7px;
	-moz-border-radius: 7px 7px 7px  7px;
}

/* --- ボックス --- */
div.section {
	width: 700px; /* ボックスの幅 */
	padding-bottom: 1px; /* ボックスの下パディング */
	background: #ffffff url(maru1_700_bottom.gif) no-repeat bottom; /* ボックスの背景 */
	font-size: 100%;
	color: #000000;
	margin-left: 200px;
	box-shadow: navy 4px 4px, gray 10px 5px 10px 10px;
}

/* --- 見出し --- */
div.section h3 {
	margin: 0; /* 見出しのマージン */
	padding: 7px 10px; /* 見出しのパディング（上下、左右） */
	background: #f9f9f9 url(maru4_700_top.gif) no-repeat top; /* 見出しの背景 */
	border-bottom: 1px #c0c0c0 solid; /* 見出しの下境界線 */
	font-size: 18px; /* 見出しの文字サイズ */
}

/* --- ボックス内の段落 --- */
div.section p {
	margin: 1em 10px; /* 段落のマージン（上下、左右） */
	text-align: left;
}

/* topicPath */

#topicPath_01 {
	padding: 0px;　/* 2016/06/09追加　左詰める */
    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: 620px;
border-top: solid 1px maroon;
padding: 10px 0 30px 0;
}
#copyright {
	float:right;
}

/* 先頭に戻るボタンは外枠に丸みを帯びた半透明のボタン　*/
.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;
}