@charset "utf-8";
/* CSS Document */


body {
	background-color: #FFFFFF;
	color: #4B4B4B;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	width:auto;
	font-size:90%;
	line-height: 150%;
}

a.block  {
display:block;
height:100%;
width:100%;
color: #FFFFFF;
}

a:link {
  color: #4B4B4B;
  text-decoration: solid;
}
a:visited {
  color: #4B4B4B;
  text-decoration: solid;
}

a:hover {
  color: #4B4B4B;
  text-decoration: none;
}

a:active {
  color: #4B4B4B;
}

a img {
  border: none;
}


header {
	position: fixed;
	height: 50px;
	width: 100%;
	background: 
}
}
.area {
	/*スクロールできるように適当に長いheightを作っておきます。*/
	
	width: 100%;
	height: 1000px;
	margin-bottom: 50px;
	background:
}


/*menu*/


/* --- ナビゲーションバー --- */
div.nav {
width: 220px; /* ナビゲーションの幅 */
font-size: 90%;
}

/* --- メニューエリア --- */
div.nav ul.nl {
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
margin-bottom: 2px; /* 項目の下マージン */
border-bottom: 1px #8ca654 dotted; /* 項目の下境界線 */
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 12px 10px; /* リンクエリアのパディング（上下、左右） */
background: #FFD0BE url(img/ver_menu5_2on.gif) repeat-y right; /* リンクエリアの背景 */
color: #404040; /* 文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
background: #dbeeb1 url(img/ver_menu5_2on.gif) repeat-y right; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* フォント用 */
/* 文字大 */
.fb {
  font-weight:bold;
}
.fb2 {
  font-weight:bold;
  font-size: 12px;
}

.fb3 {
  font-weight:bold;
  font-size: 11px;
}

.fb4 {
  font-weight:bold;
  f
  ont-size: 14px;
}

.fb4b {
  font-weight:bold;
  font-size: 14px;
  color:#0080C0
}

.fb4br {
	font-weight:bold;
	font-size: 14px;
	color: #9e622c;
}
.f10 {
  font-size: 10px;
  color: #666666;
}
.fred {
	color: #FF8080;
}

.fblue {
	color: #0080C0;
}
.fwhite {
	color: #FFFFFF;
}


/*見出しh3*/
h3{
    margin: 0 0 0.5em;
    padding: 0.8em;
    border-left: 7px solid #E60012;
    border-bottom: 1px dashed #E60012;
    font-size: 1.143em;
    font-weight: bold;
}

/*見出しh4*/
h4{
    position: relative;
    margin: 0 0 0.5em;
    padding: 0.8em 0 0.8em 2.5em;
    border: 1px solid #B92A2C;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
 
h4:before {
    content: "";
    position: absolute;
    background: #B92A2C;
    top: 50%;
    left: 0.5em;
    margin-top :-10px;
    height: 20px;
    width: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 1px 1px 1px #B92A2C inset;
    -moz-box-shadow: 1px 1px 1px #B92A2C inset;
    -webkit-box-shadow: 1px 1px 1px #B92A2C inset;
    -o-box-shadow: 1px 1px 1px #B92A2C inset;
    -ms-box-shadow: 1px 1px 1px #B92A2C inset;
}