@charset "shift_jis";
@import url("./css/tables.css");
@import url("./css/commonstyles.css");


/* 基本スタイル */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-size: 0.9em;
	line-height: 140%;
	background-color: #F5F5F5;
	font-size: 22px;
}

div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: left;
}

h1, h2, h3, h4, .title ,.menutitle{
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	font-weight:normal;
}

h1,h2,h3,h4{
	clear:both;
}




/*
//見出しを通常のフォントにする場合は／* と *／ を削除
h3, h4 ,h5 ,h6{
	font-family: sans-serif;
	font-weight:bold;
}
*/

.FloatEnd {
	clear: both;
	display: block;
	height: 1px;
}





/* -------- リンク */

a,a:visited{
	color:#006699;
}

a:hover{
	color:#FF0000;
}

a img {
  border: none;
  text-decoration: none;
}

.txt-img img{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}



/* 文字装飾 */

strong {
  margin: 0 0.2em;
  padding: 0;
  font-weight: bold;
}

em {
  margin: 0 0.2em;
  padding: 0;
  font-weight: normal;
  text-decoration: underline;
}



/* ---------------- リスト */

ul, ol {
  display: block;
  _margin-left:0;
  _margin-right:0;
}

dl{
	margin:0;
	padding:0;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
	_margin-left: 20px;
	_padding-left: 20px;
}

ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	_margin-left: 30px;
	_padding-left: 20px;
}

*:first-child+html ol{
	margin-left: 30px;
	padding-left: 20px;
}

li {
	display: list-item;
	margin: 0;
}

ul li {
	list-style-type: none;
	list-style-image: url(./img/li.gif);
}


p {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}



/* 基本レイアウト */

#container {
	width: 900px;
	_width: 910px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(./img/cnt_bg.png);
	background-repeat: repeat-y;
}
#header {
	height: 0px;
	display:none;;
	background-image: url(img/header.jpg);
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
	border-bottom:solid 1px #EBEBEB;
}

#header h2 ,#header .title {
	width: 550px;
	font-size: 36px;
	line-height: 36px;
	position: relative;
	left: 30px;
	top: 50px;
}

#header h2  a, #header  h2  a:visited,#header  .title  a,#header  .title  a:visited {
	color: #EE778E;
	text-decoration: none;
}

#headertext {
	text-align: left;
	font-size: 11px;
	line-height: 130%;
	width: 550px;
	position: relative;
	left: 30px;
	top: 60px;
}

/* コンテンツ */

#text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1 ,#space2 {
	margin-bottom: 25px;
	padding: 10px 14px;
}


/* グローバルメニュー */

#topmenu {
	background-repeat: repeat-x;
	height: 48px;
	line-height: 42px;
	width: 900px;
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/topmenu.jpg);
	background-position: left top;
	font-size: 15px;
}

#topmenu span a {
	overflow: hidden;
	width: 20%;
	_width:19.6%;
	text-align: center;
	color: #FFFFFF;
	font-weight: 500;
	text-decoration: none;
	float: left;
	height: 45px;
	_height:47px;
	background-image: url(img/menu_item.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	padding-bottom:3px;
	display: block;
}
#topmenu span a:hover {
	background-image: url(img/menu_item_hover.jpg);
	background-position: right top;
	color: #FFF4F7;
}


#siteNavi {
	font-size: 0.775em;
	line-height: 1.5em;
	margin-bottom:15px;
}

#contents {
	_height:10px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height:400px;
	margin-top:50px;
	margin-top:0px;
}

#menu:after,#contents:after{
	height: 1px;
	overflow: hidden;
	content: "";
	display: block;
	clear: both;
}

/* フッター */

#footer {
	text-align: center;
	color: #FFFFFF;
	line-height: 80px;
	height: 64px;
	background-image: url(./img/footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footermenu{
	text-align:center;
	padding:6px;
}
#footlink {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #666666;
	font-size: 12px;
	background-color: #FBE4DE;
}
#footlink a {
	color: #666666;
	margin-left:5px;
	margin-right:5px;
}

/* フリースペース */

#space3, #space4, #space5, #space6 {
	background-color: #FFFFFF;
	text-align: center;
	line-height: 120%;
	font-size: 12px;
	padding: 8px;
}

/* レイアウト差分 */

#contents {
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 0px;
}

#main {
	width: auto;
}

#menu {
	width: auto;
	padding-top: 25px;
}

#text1 h3,#text2 h3,#text3 h3,#text4 h3,#text5 h3,#text6 h3,#text6 h3,#text7 h3,#text8 h3,#text9 h3,#text10 h3{
	position: relative;
	left: -14px;
	width: 784px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#searchbox {
	position: absolute;
	top: 0px;
	width: 880px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	line-height: 30px;
	height: 30px;
	font-size:12px;
	padding-top: 6px;
}

#searchbox input {
	vertical-align: middle;
	margin-right: 2px;
	margin-left: 2px;
}
#searchbox form {
	padding: 0px;
	margin: 0px;
}

form input {
	vertical-align: middle;
}

/* 各種見出し */

h1 {
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: sans-serif;
}

#main h2,.blog .title {
    position: relative;
    color: #6d5f63;
    background-color: #fbe4de;
    font-weight:500;
    font-size: 18px ;
    line-height:120%;
    border: 2px solid #ffb6c1;
    margin: 0px -10px 23px -10px;
    padding :6px 5px 6px 13px;
    border-radius: 4px;
}

.h2image1{
   background-image: url(img/h_1.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    text-indent: 30px;
}

.h2image2{
   background-image: url(img/h_2.gif);
    background-repeat: no-repeat;
    background-position:5px center;
    text-indent: 30px;
}

.h2image3{
   background-image: url(img/h_3.gif);
    background-repeat: no-repeat;
    background-position:5px center;
    text-indent: 30px;
}
.h2image4{
   background-image: url(img/h_4.gif);
    background-repeat: no-repeat;
    background-position:5px center;
    text-indent: 30px;
}
.h2image5{
   background-image: url(img/h_5.gif);
    background-repeat: no-repeat;
    background-position:5px center;
    text-indent: 30px;
}
.h2image6{
   background-image: url(img/h_6.gif);
    background-repeat: no-repeat;
    background-position:5px center;
    text-indent: 30px;
}
.h2image7{
   background-image: url(img/h_7.gif);
    background-repeat: no-repeat;
    background-position:5px center;
    text-indent: 30px;
}

.h3image1{
   background-image: url(img/h_1.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    text-indent: 30px;
}

.h3image2{
   background-image: url(img/h_2.gif);
    background-repeat: no-repeat;
    background-position:5px center;
    text-indent: 30px;
}

.h3image3{
   background-image: url(img/h_3.gif);
    background-repeat: no-repeat;
    background-position:5px center;
    text-indent: 30px;
}
.h3image4{
   background-image: url(img/h_4.gif);
    background-repeat: no-repeat;
    background-position:5px center;
    text-indent: 30px;
}
.h3image5{
   background-image: url(img/h_5.gif);
    background-repeat: no-repeat;
    background-position:5px center;
    text-indent: 30px;
}
.h3image6{
   background-image: url(img/h_6.gif);
    background-repeat: no-repeat;
    background-position:5px center;
    text-indent: 30px;
}
.h3image7{
   background-image: url(img/h_7.gif);
    background-repeat: no-repeat;
    background-position:5px center;
    text-indent: 30px;
}

#main h3 {
    position: relative;
    color: #6d5f63;
    background-color: #fbe4de;
    margin: 10px 10px 23px 10px;
    font-size: 18px ;
    font-weight:normal;
    border: 3px solid #fbe4de;
    padding: 5px 5px 5px 8px;
    border-radius:4px;
}

.blog .title a{
	color:#DF4567;
}



#main h4   {
	font-size: 16px;
	line-height: 20px;
        color: #6d5f63;
        font-weight:normal;
	background-image: url(img/h4.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 10px;
	background-position: left 3px;
	padding-right: 8px;
	padding-left: 35px;
	padding-top: 6px;
	padding-bottom: 4px;
	color: #333333;
	border-bottom: dotted 3px #ffb6c1;
}

#main  h5{
	background-image: url(img/h5.jpg);
	background-position: left -2px;
	background-repeat: no-repeat;
        font-weight:normal;
	font-size: 15px;
	line-height:28px;
	text-indent: 28px;
	margin-top: 10px;
	margin-bottom: 3px;
}

#main  h6{
	background-image: url(img/h6.jpg);
	background-repeat: no-repeat;
	background-position: left center; 
        font-weight:normal;
	padding-left: 30px;
	font-size: 15px;
	line-height: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}



/* サイトマップ */

#sitemaps{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#sitemaps ul{
	margin:0;
	padding:0;
}

#sitemaps li{
	list-style-type: none;
	list-style-image: none;
}

#sitemaps .sbox1, #sitemaps .sbox2 {
	width: 47%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#sitemaps .sbox1 {
	float: left;
	clear: left;
}

#sitemaps .sbox2 {
	float: right;
	clear: right;
}

#sitemaps .l1 {
	background-image: url(./img/sitemap_l1.jpg);
	line-height: 26px;
	height: 26px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top:0px;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 35px;
	overflow: hidden;
}

#sitemaps .l2 {
	background-image: url(img/sitemap_l2.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 20px;
	text-indent: 15px;
	margin-left: 22px;
	margin-bottom: 3px;
}

#sitemaps .l3 {
	background-image: url(img/sitemap_l3.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 20px;
	text-indent: 15px;
	margin-left: 38px;
	margin-bottom: 3px;
}
#whatsnew {
	border: 1px solid #FEA6B4;
	background-image: url(img/whats_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 45px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
        border-radius: 4px;
}
#whatsnew  li  {
	line-height: 25px;
	list-style-image: url(img/whats_li.jpg);
	margin-right: 10px;
	margin-left: 10px;
}

/* カテゴリーリスト */

#categorylist {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#categorylist .cbox{
	margin-bottom:15px;
	font-size:13px;
}

#categorylist .cbox:after {
	clear: both;
}

#categorylist h4 {
	clear: none;
	font-size: 15px;
	height: 30px;
	padding-left: 35px;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	line-height: 30px;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	overflow: hidden;
}

#categorylist h4 a{
	color: #006699;
}

#categorylist h4 a:hover{
	color: #FF0000;
}


#categorylist .desc {
	font-size: 12px;
	line-height: 130%;
	color: #505050;
	padding: 10px;
}

#categorylist  .more {
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#categorylist .bottom {
	background-image: url(img/categorylist_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


/* エントリーリスト */

#entrylist {
	padding: 10px;
}

#entrylist dl {
	padding: 6px;
	display: block;
}

#main #entrylist h4 {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#entrylist dt {
	font-weight: bold;
	font-size: 14px;
	background-image: url(./img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	line-height: 20px;
	padding-left: 15px;
}

#entrylist dd {
	margin-left: 15px;
	margin-bottom: 8px;
	font-size: 11px;
	color: #757575;
	line-height: 120%;
}

/* 記事スタイル */

.txt-border {
	background-image: url(img/dott.gif);
	line-height: 22px;
	font-size: 13px;
	margin: 10px;
	padding: 0px;
	background-position: 0px 5px;
}

.txt-border p {
	line-height: 22px;
	font-size: 13px;
}

.txt-line  {
	border: 2px solid #CCCCCC;
}

.txt-yellowback {
	background-color: #FFF9DF;
	border: 2px solid #CC0000;
}

.txt-grayback {
	border: 1px solid #D9D9D9;
	background-color: #F5F5F5;

}

.txt-colorback {
	border:solid 1px #FFB380;
	background-color: #FFF2DF;
}

.txt-frame{
	border:solid 2px #CCCCCC;	
}

.txt-colorframe{
	border:solid 2px #CC0000;
}

.txt-rndbox .top{
	height:15px;
	background-image: url(./img/round.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.txt-rndbox .body{
	border-left:solid 1px #B4B4B4;
	border-right:solid 1px #B4B4B4;
	padding:10px 30px;
}

.txt-rndbox .bottom{
	height:15px;
	background-image: url(./img/round.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.txt-decbox1 {
	background-image: url(./img/dec1_body.gif);
	background-repeat: repeat-y;
}

.txt-decbox1  .top{
	height:50px;
	background-position: left top;
	background-image: url(./img/decbox1.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 30px;
}

.txt-decbox1  .body{
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}

.txt-decbox1  .bottom{
	height:70px;
	background-image: url(./img/decbox1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.txt-decbox2 {
	background-image: url(./img/dec2_body.gif);
	background-repeat: repeat-y;
}

.txt-decbox2  .top{
	height:40px;
	background-image: url(./img/decbox2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 30px;
}

.txt-decbox2  .body{
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}

.txt-decbox2  .bottom{
	height:65px;
	background-image: url(./img/decbox2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#main .txt-grayback,#main  .txt-colorback,#main .txt-line, #main .txt-frame,#main .txt-colorframe{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 30px;
}

#main .txt-rndbox, #main .txt-decbox1, #main .txt-decbox2{
	padding:0px;	
}

#main .txt-decbox1 h3,#main .txt-decbox2 h3 ,#main .txt-decbox1 h2,#main .txt-decbox2 h2{
	width: auto;
	padding: 0px;
	position: static;
	background-image: none;
	border: none;
	font-size: 26px;
	text-align: center;
}

#main .txt-decbox1 h3 span, #main .txt-decbox2 h3 span {
	background-image: none;
}

/* 記事スタイル - 色差分 */

.txt-colorback {
	border:solid 1px #FFB380;
	background-color: #FFF2DF;
}

.txt-colorframe{
	border:solid 2px #CC0000;
}

#main .txt-decbox1 h3,#main .txt-decbox2 h3 ,#main .txt-decbox1 h2,#main .txt-decbox2 h2{
	color:#333;
	background-color:#FFF;
	line-height:140%;
}



.hd{
	color: #333;
	text-decoration:none;
}

/* サイドメニュー */

#menu ul,#rmenu ul {
	list-style-type: none;
	list-style-image: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 5px;
}
#menu  li,#rmenu li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	display: inline;
	_display:inline;
	background-image: url(img/lis.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#menu  #newEntry,#rmenu #newEntry {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}

#newEntry li {
	display: block;
	padding-bottom: 2px;
	background-image: url(./img/newtext.png);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 2px center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 22px;
}

#menu h4 ,#rmenu h4 ,.menutitle {
	position: relative;
        color: #6d5f63;
        border-width:0px 0px 0px 10px;
	border-color:#FFB6C1;
	border-style:solid;
        background: #FBE4DE;
        font-size: 14px ;
        font-weight:500;
        margin: 0px 0px 1px 0px;
        padding: 5px 5px 5px 5px;
        border-radius: 2px;
}

#menu .menubox, #rmenu .menubox {
	margin-bottom: 5px;
}


#menu li a ,#rmenu li a{
	line-height: 24px;
	font-size: 13px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #484848;
}

#menu li a:hover ,#rmenu li a:hover{
	color: #FF0000;

}




#newEntry  li a {
	color: #333333;
	display:inline;
	line-height:18px;
	border: none;
	text-decoration: underline;
	background-image: none;
	padding: 0px;
}

#newEntry li a:hover {
	color: #FF0000;
	background-color: #FFF;
	background-image: none;
}






#searchresult{
	padding:15px;
}

#searchresult dt{
	background-image: url(img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top:15px;
	font-size:14px;
	padding-left:16px;
}

#searchresult dd{
	margin:0px;
	line-height:130%;
	font-size:13px;
}

#linklist {
	padding: 15px;
}

#linklist dt {
	font-size: 14px;
	font-weight: bold;
	background-image: url(./img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

#linklist dd {
	padding-left: 18px;
	margin-left: 0px;
	margin-bottom: 10px;
}

/* フリースペース */

.grayline{
	border: 1px solid #CCCCCC;
}

#main .grayline{
	padding:10px;
	margin-bottom:15px;
}

#menu .grayline{
	font-size:90%;
	padding:8px;
	margin-bottom:15px;
}

/* ブログモード */

.blog {
	margin-bottom: 30px;
}
.blog .text {
	padding: 15px;
}

.blog  .title  a{
	color:#FFF;
	text-decoration:none;
}

.blog  .title  a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.blog  .detail {
	font-size: 15px;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	color: #666666;
	line-height: 30px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.blog  .more  {
	float: right;
	padding-left: 15px;
	background-image: url(img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}

.blog .date {
	background-image: url(img/calender.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 22px;
	padding-left: 30px;
	height: 22px;
	font-weight: bold;
}
.blog .plist {
	margin-right: 3px;
	margin-left: 3px;
}

.blog  .plist  a {
	color: #666666;
	margin-right: 3px;
	margin-left: 3px;
}

#container{
}

#topmenu{
}

#main{
}

.fuki2 {
    position: relative;
    color: #ffffff;
    background: #fbe4de;
    font-size: 16pt ;
    border: 3px solid #ffb6c1;
    margin: 0px 0px 0px 0px;
    padding: 10px 5px 10px 10px;
    border-radius: 3px;
}
.fuki2:after, .fuki2:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.fuki2:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #fbe4de;
}
.fuki2:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 13px solid #ffb6c1;
}


.fuki3 {
    position: relative;
    color: #ffffff;
    background: #ffb6c1;
    font-size: 16pt ;
    border: 3px solid #fbe4de;
    margin: 10px 10px 23px 10px;
    padding: 10px 5px 10px 10px;
    border-radius: 3px;
}
.fuki3:after, .fuki3:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.fuki3:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 12px solid #fbe4de;
}
.fuki3:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 15px solid #fbe4de;
}

.kage {
    box-shadow:1px 3px 7px 0px  #666666 ;
}


.fuki2h1 {
    position: relative;
    color: #ffffff;
    background: #fbe4de;
    font-size: 16pt ;
    border: 3px solid #ffb6c1;
    margin: 0px 0px 0px 0px;
    padding: 10px 5px 10px 10px;
    background-image: url(img/h_1.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    text-indent: 30px;
    border-radius: 3px;
}
.fuki2h1:after, .fuki2h1:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.fuki2h1:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #fbe4de;
}
.fuki2h1:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 13px solid #ffb6c1;
}

.fuki2h2 {
    position: relative;
    color: #ffffff;
    background: #fbe4de;
    font-size: 16pt ;
    border: 3px solid #ffb6c1;
    margin: 0px 0px 0px 0px;
    padding: 10px 5px 10px 10px;
    background-image: url(img/h_2.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    text-indent: 30px;
    border-radius: 3px;
}
.fuki2h2:after, .fuki2h2:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.fuki2h2:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #fbe4de;
}
.fuki2h2:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 13px solid #ffb6c1;
}

.fuki2h3 {
    position: relative;
    color: #ffffff;
    background: #fbe4de;
    font-size: 16pt ;
    border: 3px solid #ffb6c1;
    margin: 0px 0px 0px 0px;
    padding: 10px 5px 10px 10px;
    background-image: url(img/h_3.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    text-indent: 30px;
    border-radius: 3px;
}
.fuki2h3:after, .fuki2h3:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.fuki2h3:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #fbe4de;
}
.fuki2h3:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 13px solid #ffb6c1;
}
.fuki2h4 {
    position: relative;
    color: #ffffff;
    background: #fbe4de;
    font-size: 16pt ;
    border: 3px solid #ffb6c1;
    margin: 0px 0px 0px 0px;
    padding: 10px 5px 10px 10px;
    background-image: url(img/h_4.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    text-indent: 30px;
    border-radius: 3px;
}
.fuki2h4:after, .fuki2h4:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.fuki2h4:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #fbe4de;
}
.fuki2h4:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 13px solid #ffb6c1;
}
.fuki2h5 {
    position: relative;
    color: #ffffff;
    background: #fbe4de;
    font-size: 16pt ;
    border: 3px solid #ffb6c1;
    margin: 0px 0px 0px 0px;
    padding: 10px 5px 10px 10px;
    background-image: url(img/h_5.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    text-indent: 30px;
    border-radius: 3px;
}
.fuki2h5:after, .fuki2h5:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.fuki2h5:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #fbe4de;
}
.fuki2h5:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 13px solid #ffb6c1;
}
.fuki2h6 {
    position: relative;
    color: #ffffff;
    background: #fbe4de;
    font-size: 16pt ;
    border: 3px solid #ffb6c1;
    margin: 0px 0px 0px 0px;
    padding: 10px 5px 10px 10px;
    background-image: url(img/h_6.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    text-indent: 30px;
    border-radius: 3px;
}
.fuki2h6:after, .fuki2h6:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.fuki2h6:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #fbe4de;
}
.fuki2h6:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 13px solid #ffb6c1;
}
.fuki2h7 {
    position: relative;
    color: #ffffff;
    background: #fbe4de;
    font-size: 16pt ;
    border: 3px solid #ffb6c1;
    margin: 0px 0px 0px 0px;
    padding: 10px 5px 10px 10px;
    background-image: url(img/h_7.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    text-indent: 30px;
    border-radius: 3px;
}
.fuki2h7:after, .fuki2h7:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.fuki2h7:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #fbe4de;
}
.fuki2h7:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 13px solid #ffb6c1;
}


.fuki3h1 {
    position: relative;
    color: #ffffff;
    background: #ffb6c1;
    font-size: 16pt ;
    border: 3px solid #fbe4de;
    margin: 10px 10px 23px 10px;
    padding: 10px 5px 10px 10px;
      background-image: url(img/h_1.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    text-indent: 30px;
    border-radius: 3px;
}
.fuki3h1:after, .fuki3h1:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.fuki3h1:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 12px solid #fbe4de;
}
.fuki3h1:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 15px solid #fbe4de;
}

.fuki3h2 {
    position: relative;
    color: #ffffff;
    background: #ffb6c1;
    font-size: 16pt ;
    border: 3px solid #fbe4de;
    margin: 10px 10px 23px 10px;
    padding: 10px 5px 10px 10px;
      background-image: url(img/h_2.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    text-indent: 30px;
    border-radius: 3px;
}
.fuki3h2:after, .fuki3h2:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.fuki3h2:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 12px solid #fbe4de;
}
.fuki3h2:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 15px solid #fbe4de;
}

.fuki3h3 {
    position: relative;
    color: #ffffff;
    background: #ffb6c1;
    font-size: 16pt ;
    border: 3px solid #fbe4de;
    margin: 10px 10px 23px 10px;
    padding: 10px 5px 10px 10px;
      background-image: url(img/h_3.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    text-indent: 30px;
    border-radius: 3px;
}
.fuki3h3:after, .fuki3h3:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.fuki3h3:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 12px solid #fbe4de;
}
.fuki3h3:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 15px solid #fbe4de;
}

.fuki3h4 {
    position: relative;
    color: #ffffff;
    background: #ffb6c1;
    font-size: 16pt ;
    border: 3px solid #fbe4de;
    margin: 10px 10px 23px 10px;
    padding: 10px 5px 10px 10px;
      background-image: url(img/h_4.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    text-indent: 30px;
    border-radius: 3px;
}
.fuki3h4:after, .fuki3h4:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.fuki3h4:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 12px solid #fbe4de;
}
.fuki3h4:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 15px solid #fbe4de;
}
.fuki3h5 {
    position: relative;
    color: #ffffff;
    background: #ffb6c1;
    font-size: 16pt ;
    border: 3px solid #fbe4de;
    margin: 10px 10px 23px 10px;
    padding: 10px 5px 10px 10px;
      background-image: url(img/h_5.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    text-indent: 30px;
    border-radius: 3px;
}
.fuki3h5:after, .fuki3h5:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.fuki3h5:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 12px solid #fbe4de;
}
.fuki3h5:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 15px solid #fbe4de;
}
.fuki3h6 {
    position: relative;
    color: #ffffff;
    background: #ffb6c1;
    font-size: 16pt ;
    border: 3px solid #fbe4de;
    margin: 10px 10px 23px 10px;
    padding: 10px 5px 10px 10px;
      background-image: url(img/h_6.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    text-indent: 30px;
    border-radius: 3px;
}
.fuki3h6:after, .fuki3h6:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.fuki3h6:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 12px solid #fbe4de;
}
.fuki3h6:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 15px solid #fbe4de;
}
.fuki3h7 {
    position: relative;
    color: #ffffff;
    background: #ffb6c1;
    font-size: 16pt ;
    border: 3px solid #fbe4de;
    margin: 10px 10px 23px 10px;
    padding: 10px 5px 10px 10px;
      background-image: url(img/h_7.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    text-indent: 30px;
    border-radius: 3px;
}
.fuki3h7:after, .fuki3h7:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.fuki3h7:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 12px solid #fbe4de;
}
.fuki3h7:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 15px solid #fbe4de;
}

a:hover {
position: relative;
top: 1px;
}

a:hover img {
opacity: .8;
}

