@charset "utf-8";

html{
	color:#fff;
	background:#2d120b;
	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:#f2f2b0;
	text-decoration:none;
}
a{
	color:#e6b422;/* p文字*/
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:active{
	color:#fff;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
#wrapper{
		width:960px;
		margin:auto;
		background-color:#2d120b;/* 内側*/
}
#header{
    	padding-top:20px;
    	border-bottom:1px solid #b9d08b;
}
#branding{
	    margin-left:40px;
}
#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:#e6b422;/* グローバルナビの色*/
       color:#fff1cf;
       line-height:38px;
       display:block;
       border-left:solid #f2f2b0 1px;
       border-right:solid #460e44 1px;
}
#gnavi a:hover{
		background:#f8e58c;/* グローバルナビの色マウスのった時*/
		color:#b80045;/* グローバルナビの色マウスのった時の文字*/
		border-style:none;
	    background-position:center;
}

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;
}
/*#gnavi a:active {
	color:#00552e;
	
}*/


#buddy #navi-buddy,
#friend #navi-friend,
#map #navi-map,
#shop #navi-shop,
#contact #navi-contact{
	color:#2d120b;
	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;*/
}

#secondary{
	float:left;
	margin-left:-750px;
}
#thirdry{
	float:right;	
}

#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;
}