@charset "utf-8";

/*--------------------------------------*/
/*                                      */
/* ### ヘッダー ###                     */
/*                                      */
/*--------------------------------------*/

#header {
	height: 110px;
/*    overflow: hidden;*/
 	background: #fff url(../images/header_bg.jpg) repeat-x 0 80px;
}

#header h1.seoText {
	height: 5px;
    text-indent: -1000px;
    overflow: hidden;
}

#header .logo, 
#header .menuArea {
	float: left;
}

#header .logo {
	width: 125px;
	height: 75px;
	margin-right: 7px;
    overflow: hidden;
}

#header .menuArea {
	width: 628px;
    overflow: hidden;
}

#header .menuArea .tel {
	width: 298px;
	padding: 7px 0 0 0;
	margin: 0 0 0 330px;
}

#header .menuArea ul {
	width: 628px;
}

.menuArea ul li {
	float: left;
}

.menuArea ul li.home {
	width: 84px;
}

.menuArea ul li.shop {
	width: 85px;
}

.menuArea ul li.dogs {
	width: 135px;
}

.menuArea ul li.foods {
	width: 108px;
}

.menuArea ul li.vaccine {
	width: 122px;
}

.menuArea ul li.inquiry {
	width: 94px;
}

#header .clear {
	clear: both;
	height: 30px;
/*	background: #666;*/
}
