@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-size:small;
	color:#000;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
}
a{
	font-size: 10px;
	text-decoration: none;
	color: #000;
}
#box{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
h1,h2,h3,p,ul,li{
	margin:0px;
	padding:0px;
}
ui,li{
	list-style:none;
}
#header{
	position:relative;
	width:850px;
	height:83px;
	background-image:url(../images/logoback.jpg);
	background-repeat: no-repeat;
}
#header h1{
	width:280;
	height:80px;
	text-indent:-9999px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}
#header h1 a{
	display:block;
	width:280px;
	height:80px;
}

#page_body{
	width:850px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
#side{
	width:200px;
	float:left;
}
#side li{
	width:200px;
	height:50px;
	padding-bottom: 5px;
}
#side li{
	float:left;
	margin-bottom:5px;
	background-repeat: no-repeat;
}
#side li a{
	display:block;
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	text-indent: -9999px;
}
.b_home a{
	background-image:url(../images/b_home.gif);
}
.b_c_overview a{
	background-image: url(../images/b_c_overview.gif);
}
.b_example a{
	background-image:url(../images/b_example.gif);
}
.b_inquiry a{
	background-image: url(../images/b_inquiry.gif);
}
.b_adoption{
	background-image:url(../images/b_adoption.gif);
}
.b_staff{
	background-image:url(../images/b_staff.gif);
}
.b_blog{
	background-image:url(../images/b_blog.gif);
}

#content{
	width:640px;
	float:left;
}
#foot{
	width:850px;
	float:left;
	height: 60px;
	padding-top: 5px;
}
