@charset "utf-8";

html{
	color:#c3d825;
	background:#00552e;
	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:#460e44;
	text-decoration:none;
}
a{
	color:#bed3ca;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:active{
	color:#752100;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
#wrapper{
	width:960px;
	margin:auto;
	background-color:/*#b80045;/* 内側*/
}
#header{
	padding-top:20px;
	border-bottom:1px solid #b9d08b;
}
#branding{
	margin-left:40px;
}

#contents{

}

.balloonoya {
  position   : relative;                /* 指定した分だけ相対的に移動 */
  text-align:center;
color: beige;
}
.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;                /* 親要素を基準 */
}


.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}


#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-color:#82ae46;/* グローバルナビの色*/
       color:#6f6;
       line-height:38px;
       display:block;
       border-left:solid #00552e 1px;
       border-right:solid #460e44 1px;
	
}
#gnavi a:hover{
		background:#d8e698;/* グローバルナビの色マウスのった時*/
		color:#302833;/* グローバルナビの色マウスのった時の文字*/
		border-style:none;
        background-position:center;
}

#gnavi a:active span{
	position:relative;
	top:1px;
    
}

#home #navi-home,
#buddy #navi-buddy,
#friend #navi-friend,
#map #navi-map,
#shop #navi-shop,
#contact #navi-contact{
	color:#3ff;
	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:1.2em;
    float:;
   
}
#contents ol{
    #main{
	width:500px;
	padding:20px;
	float:left;
	margin-left:100px;
}
    }

#secondary{
	float:left;
	margin-left:-750px;
}

#thirdry{
	float:right;	
}

<style type="text/css">
<!--
p#kakunou{cursor:pointer;font-size:1.2em;font-weight:bold;}
p#setumei{display:none;cursor:pointer;}
-->
</style>


.message {
    position: relative; 
}
.message span.remark {
    display: none;
}
.message a:hover span.remark {
    background: none repeat scroll 0 0 #EEFFEE;
    border: 1px solid #0f0;
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 0.5em;
    position: absolute;
    top: 150px;
    width: 10em;
}  



#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;
}
@media screen and (max-device-width: 480px) {スマホ用のCSSを記述}
