@charset "utf-8";

html{
	color:#ffffa8;
	background:#460e44;
	font:14px/1.8 "Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}
h1 a{
	font-size:xx-large;
	color:#fef4f4;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}

a{
	color:#bed3ca;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:active{
	color:#752100;
	text-decoration:none;
}

#wrapper{
	width:960px;
	margin:auto;
    background-color:#460e44;/* 内側*/
}
#header{
	padding-top:20px;
	border-bottom:1px solid #b9d08b;
}
#branding{
	margin-left:40px;
}

.balloonoya {
  position   : relative;                /* 指定した分だけ相対的に移動 */
  text-align:center;
color: black;
}
.balloonoya:hover .balloon {
  display: inline;                /* インライン要素として表示 */
}
.balloon {
    
    
    
  position   : absolute;                /* 親要素を基準 */
  display: none;                        /* 要素を非表示 */
  padding: 2px;                         /* テキストの前後の余白 */
  background-color: rgba(255, 255, 26, 0.74);       /* 背景色（透明度） */
  width:180px;                          /* 吹き出し全体の幅 */
  right : 30%;                           /* 表示位置 */
  top : 100%;                           /* 表示位置 */
  margin-top : 12px;                    /* 表示位置 */
  font-size: 120%;                       /* 文字サイズ */
}
.balloon:after{
  border-bottom: 12px solid rgba(255, 255, 26, 0.74); /* 吹き出し口の高さ・色 */
  border-left: 10px solid transparent;    /* 吹き出し口の幅１／２ */
  border-right: 10px solid transparent;   /* 吹き出し口の幅１／２ */
  top: -12px;                             /* 吹き出し口の位置調整 */
  left : 5%;                              /* 吹き出し口の横位置 */
  content: "";                       /* コンテンツの挿入 */
  position: absolute;                /* 親要素を基準 */
}

#site-title a{
	color:inherit;
}
#site-title a:hover{
	text-decoration:none;
}
#site-description{
	margin-top:0;
}

/* グローバルナビ */
#gnavi ul{
	padding:0;
	margin:0;
	box-shadow:2px 2px 2px rgba(0,0,0,0.4);
	text-align:right;
	border-radius:50px;
	overflow:hidden;
}
#gnavi li{
	/*float:left;*/
	display:inline-block;
	width:16.666666666666%;
	list-style:none;
}

#gnavi a{
	    text-align:center;
        text-decoration:none;
        font-weight:bold;
        background:#6c2a6d;/* グローバルナビの色*/
	    color:#f8c6d6;
	    line-height:38px;
	    display:block;
	    border-left:solid #00552e 1px;
	    border-right:solid #e9dfe5 1px;
}
#gnavi a:hover{
		background:#9079ad;/* グローバルナビの色マウスのった時*/
		color:#fff;/* グローバルナビの色マウスのった時の文字*/
		border-style:none;
        background-position:center;
}


#buddy #navi-buddy,
#friend #navi-friend,
#map #navi-map,
#shop #navi-shop,
#contact #navi-contact{
	color:#a0e8df;
	cursor:default;
	background-position:bottom;
	
}
#gnavi a:active span{
	position:relative;
	top:1px;
}
#home #navi-home:active span,
#buddy #navi-buddy:active span,
#friend #navi-friend:active span,
#map #navi-map:active span,
#shop #navi-shop:active span,
#contact #navi-contact:active span{
	position:static;
}

#breadcrumbs{
	font-size:0.875em;
}
#breadcrumbs ol{
	margin: 0.5em 0;
}
#breadcrumbs li{
	display:inline;
}
#breadcrumbs li + li:before{
	content:"\203a"; /* liの前に&rsaquo;を表示*/
	margin: 0 0.8em;
}

#main{
	width:500px;
	padding:20px;
	float:left;
	margin-left:210px;
}
.sub{
	width:170px;
	padding:20px;
}
.sub > ul{
	margin:0;
	padding:0;
}
.sub > ul > li{
	margin-bottom: 20px;
	list-style:none;
}
.sub li ul {
	padding-left:7px;
}
.sub li li{
	list-style:none inside;
	padding:0 20px;
	/*background:url("../images/bullet.png") no-repeat left center;*/
}

#contents{
	font-size:0.9em;
   
}
#contents ol{
    #main{
	width:500px;
	padding:20px;
	float:center;
	margin-left:100px;
}
    }

#secondary{
	float:left;
	margin-left:-750px;
}
#thirdry{
	float:right;   
    margin-left:-750px;
}


p#kakunou{cursor:pointer;font-size:1.2em;font-weight:bold;}
p#setumei{display:none;cursor:pointer;}



.message {
    position: relative;
}
.message span.remark {
    display: none;
}
.message a:hover span.remark {
    font-weight:normal;
    background: none repeat scroll 0 0 #eaf4fc;
    border: 1px solid #007b43;
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 0.5em;
    position: absolute;
    top: 10px;
    left: 170px;
    width: 16em;
}  



#footer{
	text-align:center;
	border-top:solid #752100 1px;
	clear:both;
}
#foot-navi{
	padding:0;
}
#foot-navi li{
	list-style:none;
	display:inline;
	padding:0 0.8em;
}
#foot-navi li + li{
	border-left:1px solid #e7e7eb;
}