@charset "UTF-8";

/* すべてのWebページに適用される */
html {
	font-family: sans-serif;
}
html * {
	box-sizing: border-box;
}
body {
	margin: 0 0 0 0;
	background-color: #eeece9;
}
.wrapper {
	margin: 0 auto 0 auto;
	max-width: 980px;
}

h1 {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
}

.header {
	text-align: center;
}

a {
	text-decoration: none
}
a:link {
	color: #d25833;
}
a:visited {
	color: #d25833;
}
a:hover {
	color: #e3937a;
}
a:active {
	color: #ff6a3b;
}

/* すべてのページに適応 - ヘッダー - */
.nav li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
}
.nav ul {
	margin: 0 0 0 0;
	padding: 20px 10px 15px 20px;
	background-image: url(../images/menu-bg.png);
	background-repeat: repeat-x;
}
.nav a:link {
	color: #3c454d;
	text-decoration: none;
}
.nave a:visited {
	color: #3c454d;
	text-decoration: none;
}
.nav a:hover {
	color: #7b8dac;
	text-decoration: none
}
.nav a:active {
	color: #5a9bc0:
	text-decoration: none
}

.nav2 li {
	list-style-type: none;
}

/* 個別のスタイル */
/* annadiary.html */

.keyvisual {
	margin: 15px 0 0 0;
	text-align: center;
}

h2 {
	margin: 15px 0 0 35px;
	}
.news-item {
	margin: 15px 0 0 35px;
}
.footer {
	margin: 15px 0 0 35px;
}