.inner,#gnav ul {
	width: 960px;
	margin: 0px auto;
	position: relative;
}
h2 {
	height: 23px;
	border-left: 10px solid #DDAA9A;
	text-indent: 0.8em;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                 */
/*                                                 */
/* 					header                         */
/*                                                 */
/*                                                 */
/* +++++++++++++++++++++++++++++++++++++++++++++++ */

header {
	height: 80px;
	margin-bottom: 20px;
	background: url(https://chuoukeibi.taulabo.net/pet/img/bg_header.gif) repeat-x top;
}
header .inner {
	height: 100px;
}
ul.logo-list {
    width: 515px;
    height: 75px;
    position: relative;
    top: 15px;
    margin: 0px auto;
}
ul.logo-list li {
    float: left;
}
ul.logo-list li+li {
    margin-left: 15px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                 */
/*                                                 */
/* 					main-image                     */
/*                                                 */
/*                                                 */
/* +++++++++++++++++++++++++++++++++++++++++++++++ */

#slider {
	height: 400px;
	background: url(https://chuoukeibi.taulabo.net/pet/img/bg_slider.gif) repeat-x;
	text-align: center;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                 */
/*                                                 */
/* 					Gnav                           */
/*                                                 */
/*                                                 */
/* +++++++++++++++++++++++++++++++++++++++++++++++ */

#gnav {
	height: 40px;
}
#gnav ul li {
	margin: 20px 0px;
	float: left;
}
#gnav ul li+li {
	margin-left: 13px;
}
#gnav ul li a {
	width: 230px;
	height: 40px;
	display: table;
	background: #eee;
	border-radius: 10px;
	text-decoration: none;
	color: #333;
	transition: 0.3s;
}
#gnav ul li a:hover {
	background: #bb5535;
	color: #fff;
}
#gnav ul li a em {
	width: 230px;
	height: 40px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-size: 1.2em;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                 */
/*                                                 */
/* 					wrapper                        */
/*                                                 */
/*                                                 */
/* +++++++++++++++++++++++++++++++++++++++++++++++ */

.wrapper {
	clear: both;
}
p.message {
	text-align: center;
}
div.wrapper h2 {
	width: 830px;
	margin: 20px auto;
}
.news {
	width: 790px;
	min-height: 240px;
	margin: 0px auto 20px;
	padding: 20px;
	border: 5px solid #eee;
}
.news table tr+tr {
	border-top: 1px solid #ccc;
}
.news table th,.news table td {
	padding: 15px 10px;
	font-weight: normal;
	font-size: 1.3em;
}
table.news-list tr+tr {
    border-top: 1px solid #eee;
}
.news table th {
	width: 150px;
	margin-right: 20px;
}
.news table td a {
	color: #333;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++ */
/*                                                 */
/*                                                 */
/* 					footer                         */
/*                                                 */
/*                                                 */
/* +++++++++++++++++++++++++++++++++++++++++++++++ */

footer {
	margin-top: 20px;
}
.fUpr {
	background: #eee;
}
.fUpr ul li {
	margin: 25px 0px;
	vertical-align: middle;
	float: left;
}
.fUpr ul li:nth-child(even) {
	margin: 25px 20px;
}
.fUpr ul li img {
	width: 176px;
}
.fLwr {
	clear: both;
	height: 200px;
	background: #BB5535;
}
.fLwr p.kyokai {
	width: 190px;
	margin: 10px 0px;
	float: left;
	border-right: 1px dashed #fff;
}
.fLwr div.access {
	margin: 10px 20px;
	float: left;
}
.access h2 {
    margin: 20px 0px;
}
div.access dl.acs-list {
	height: 100px;
	margin: 0px 20px 0px 0px;
	float: left;
	color: #fff;
}
div.access dl+dl {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #DDAA9A;
}
dl.acs-list dt {
	font-size: 1.5em;
}
dl.acs-list dd {
	font-size: 1.0em;
}
p.cp {
	clear: both;
	text-align: center;
}