﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);
body {
	width: 880px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #666666;
	margin-left: auto;
	margin-right: auto;
	

#artic {
	float: left;
		}

img.art {
	width: 40%;
	height: 40%;
	}

#about {
	float: right;
		}

img#head {
	width: 100%;
	height: 100%;
		}

img#title {
	width: 100%;
	height: 100%;
		  }

img#art {
	width: 80%;
	height: 80%;
		}

#background {
	background-color: #fffeee;
			}

header, nav, #path, #contents, footer {
	width: 860px;
	margin: 0 auto 0 auto;
}
header h1 {
	margin: 0 0 26px 0;
	padding-top: 18px;
	text-align: center;
}
nav ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding-left: 0;
	overflow: hidden;
}
nav ul li {
	width: 215px;
	float: left;
}
nav ul li a {
	display: block;
	height: 0;
	padding-top: 45px;
	overflow: hidden;
}
nav ul li#nav_first a {
	background-image: url(../images/first.png);
}
nav ul li#nav_second a {
	background-image: url(../images/second.png);
}
nav ul li#nav_third a {
	background-image: url(../images/third.png);
}
nav ul li#nav_fourth a {
	background-image: url(../images/fourth.png);
}
#main {
	width: 550px;
	padding: 20px;
	background-color: #ffffff;
	float: left;
}
#sub {
	width: 240px;
	float: right;
}
footer {
	padding-top: 10px;
}
#main h1 {
	margin-bottom: 30px;
	padding: 0 40px 20px 10px;
	background-image: url(../images/bg_h1_left.png), url(../images/bg_h1_bottom.gif);
	background-repeat: no-repeat, repeat-x;
	background-position: right top, left bottom;
	font-size: 180%;
}
#about #nav_about a, #guide #nav_guide a, #animals #nav_animals a, #contact #nav_contact a, nav ul li a:hover {
	background-position: 0 -45px;
}
/* 基本レイアウト ここまで↑ */

/* トップページ ここから↓ */
body {
	width: 880px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #666666;
	
	
}
#news ul {
	list-style-type: none;
	padding-left: 0;
}
#news ul li {
	padding: 20px 0 20px 160px;
	border-bottom: 1px dotted #fb484e;
	text-indent: -160px;
}
/* トップページ ここまで↑ */

/* 「動物園について」ページ ここから↓ */
body {
	width: 880px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #666666;
	
	
}

.about_area {
	margin-bottom: 30px;
	overflow: hidden;
}
.about_area:last-child {
	margin-bottom: 0;
}
/* 「動物園について」ページ ここまで↑ */

/* 「ガイドのご案内」ページ ここから↓ */

body {
	width: 880px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #666666;
	
	
}
table thead tr th {
	background-color: #ffdd63;
}
table tbody tr:nth-child(even) td {
	background-color: #eef8fa;
}
/* 「ガイドのご案内」ページ ここまで↑ */

/* 「人気の動物たち」ページ ここから↓ */

body {
	width: 880px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #666666;
	
	
}
.animals_area figure {
	width: 265px;
	margin: 0 0 15px 20px;
	float: left;
	overflow: hidden;
}
.animals_area figure:first-child {
	margin-left: 0;
}
/* 「人気の動物たち」ページ ここまで↑ */

/* 「お問い合わせ」ページ ここから↓ */
body {
	width: 880px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #666666;
	
}

input[type="text"] {
	width: 200px;
}
input[type="email"] {
	width: 300px;
}
/* 「お問い合わせ」ページ ここまで↑ */
