



/*-------------中央ワイド指定------------------------------*/
.header{
    height:auto;
}

.right{
	float:right;
	width:15%;
    height:auto;
}

.left{
	float:left;
	width:15%;
    height:auto;
}

.content{
    margin-left:15%;
    margin-right:15%;	
	width:70%;
    height:auto;
}

.footer{
	clear:both;
	text-indent:10px;
}

























h1 {
	font-size: 12px; color: #666666;
	
}


h2 {
	border-bottom-color: #847d71;
	border-left-color: #8b7d63;
	border-left-width: 1em;
	border-bottom-style: dotted;
	border-left-style: outset;
	font-size: 14px;
}
h3 {
	border: thin dotted #ffa072;
	font-size: 100%;
}
h4 {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #6666CC;
	border-right-color: #6666CC;
	border-bottom-color: #6666CC;
	border-left-color: #6666CC;
}

h5 {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #be4d48;
	border-right-color: #be4d48;
	border-bottom-color: #be4d48;
	border-left-color: #be4d48;
}

h6 {
	border-bottom-color: #847d71;
	border-left-color: #8b7d63;
	border-left-width: 1em;
	border-bottom-style: dotted;
	border-left-style: outset;
	font-size: 12px;
}



h7 {
	font-size: 14px; color: #08298A;
}






a{ color:#8e1533;
text-decoration:underline;
}

a:hover{background-color:#FAEBD7;text-decoration:none;
}

p {
	color:#666666 ;
	font-size: 12px;
}






#W a:hover
{
	background-color:  #FFFFFF ;
}
#W a:hover img
{
	width:320px;
	height:240px;
}


h6 {
	border-color: #847d71;


	border-style: dotted;

	}

body{
	color: #666666;
	font-size:12px; /*標準のフォントサイズ*/

}

/* ナビゲーター　リスト */
ol.topic-path {
margin: 0; /* マージン（上下左右） */
padding: 7px 5px; /* パディング（上下、左右） */
background-color: #f9f9f9; /* 背景色 */
list-style-type: none; /* リストマーク非表示 */
font-size: 70%; /* 文字サイズ */
}
/* リスト項目 */
ol.topic-path li {
padding-left: 5px; /* 左パディング */
display: inline; /* 項目を横並び */
}
/* リスト項目（最初の項目） */
ol.topic-path li.first {
padding-left: 25px; /* 左パディング */
background: url(https://kageboshi.jp/image/list-p/topic-path-home-gray.png) no-repeat left; /* ホーム記号（※） */

}
/* リンクエリア */
ol.topic-path li a {
padding-right: 18px; /* 右パディング */
background: url(https://kageboshi.jp/image/list-p/topic-path-gray.gif) no-repeat right; /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
color: #8e1533;
font-size: 70%; /* 文字サイズ */
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover {
color: #fb9377;
font-size: 70%; /* 文字サイズ */
}
