@charset "utf-8";

html{
	color:#2d1206;
	background:#dcd3b2;
	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:#ff00ff;
	text-decoration:none;
}
a{
	color:#e96307;
	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:#dcd3b2;
}
#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:#eae5e3;/* グローバルナビの色*/
	color:#460e44;
	line-height:38px;
	display:block;
	border-left:solid #00552e 1px;
	border-right:solid #460e44 1px;
}

#gnavi a:hover{
		background:#98e98d;/* グローバルナビの色マウスのった時*/
		color:#fff;/* グローバルナビの色マウスのった時の文字*/
		border-style:none;
	    background-position:center;
}
#gnavi a:active span{
	   position:relative;
	   top:1px;
       /*color:#752100;*/
}
#home #navi-home,
#buddy #navi-buddy,
#friend #navi-friend,
#map #navi-map,
#shop #navi-shop,
#contact #navi-contact{
	color:#008899;
	cursor:default;
	background-position:bottom;
	
}

#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.875em;
	width:930px;
	float:center;
	margin-left:30px;
    margin-right:30px;
}
    

#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;
}

@media screen and (max-device-width: 480px) {スマホ用のCSSを記述}

