@charset "utf-8";
*{margin:0;padding:0;box-sizing:border-box;}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	letter-spacing:1px;
}
p,img{
	outline:none;
	overflow:hidden;
}
.clear{
	clear:both;
}
section{
	display:block;
}
#sitemap h2{
	font-size:20px;
	line-height:50px;
	height:50px;
	text-indent:10px;
	color:green;
	clear:both;
	border-bottom:5px solid green;
	background: -moz-linear-gradient(left, #ddd, white);
	background: -webkit-linear-gradient(left, #ddd, white);
	background: linear-gradient(to right,#ddd,white);
}
#sitemap h2 a{
	color:green;
}
p{
	letter-spacing:1px;
}
/*---------------------------------*/
/*wrapper*/
#wrapper{
	width:800px;
	height:1000px;
	margin:0 auto;
	position:relative;
}
/*---------------------------------*/
/*header*/
header{
	margin:20px 0 0;
	height:100px;
	background:url(../img/head.png);
	padding:10px;
}
header h1{
	text-indent:130px;
}
header h1 a{
		color:black;
		text-decoration:none;
}
header p{
	margin-left:130px;
	width:480px;
	font-size:12px;
	letter-spacing:0;
}
/*---------------------------------*/
/*sns*/
#sns{
	position:absolute;
	right:0;
	top:106px;
}
#sns li{
	float:left;
	list-style:none;
}
#sns li:nth-child(1){
	padding-right:10px;
}
/*---------------------------------*/
/*breadcrumbs*/
#breadcrumbs{
	margin-bottom:20px;
	font-size:16px;
	border-bottom:1px solid gray;
	width:600px;
	line-height:60px;
}
/*---------------------------------*/
/*category*/
#category{
	height:100px;
	background:rgba(0,255,0,0.2);
	line-height:100px;
	text-indent:20px;
	margin-bottom:20px;
}
#category h1{
	font-weight:100;
	font-size:30px;
}
#category img{
	margin:0 20px;
}
/*---------------------------------*/
/*sitemap*/
#sitemap ul{
	padding-left:10px;
}
#sitemap li{
	float:left;
	padding:30px 0;
	list-style-position:inside;
	margin-right:20px;
}
#sitemap a{
	color:#777;
}
#sitemap a:hover{
	color:orange;
}
/*---------------------------------*/
/*footer*/
footer{
    height:300px;
}
footer img{
	border-bottom:3px solid #ddd;
}
footer div{
	float:left;
}
footer div:nth-child(2){
	width:600px;
}
footer div:nth-child(3){
	width:200px;
	text-align:right;
}
footer div:nth-child(2) p{
	line-height:24px;
}
footer li{
	list-style-type:disc;
	line-height:24px;
	height:24px;
}