@charset "utf-8";

/* すべてのWebページに適用される */
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #ffffff;
}
.wrapper {
	margin: 0 auto 0 auto;
	width: 1200px;
}
h2 {
	color: #442220;
	font-size: 18px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #442220;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
p {
	line-height: 160%;
}
a:link {
	color:#6aa4d6;
}
a:visited {
	color:#6aa4d6;
}
a:hover {
	color: #4f7697;
}
a:active {
	color: #aed3f2;
}
h1 {
	margin: 30px 0 30px 0;
	padding: 0 0 0 0;
	line-height: 0;
	text-align: center;
}
img {
	border-style: none;
}

/* すべてのページに適用 - navまわり - */
#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#nav {
	margin: 0 0 0 0;
	padding: 13px 18px 8px 28px;
	background-image: url(../images/menu-bg.png);
}
#nav li a:link {
	color: #202020;
	text-decoration: none;
}
#nav li a:visited {
	color: #808080;
	text-decoration: none;
}
#nav li a:hover {
	color: #000000;
	text-decoration: none;
}
#nav li a:active {
	color: #000000;
	text-decoration: none;
}

/* すべてのページに適用 - footer - */
#footer{
	background-repeat: repeat-x;
	margin-top: 30px;
	padding:20px 0 20px 0;
	font-size: smaller;
	color: #442220;
}

/* 個別のスタイル */
/* index.html */
.news_item {
	margin: 0 0 0 0;
}
.keyvisual {
	margin: 20px 0 0 0;
}

/* about.html */
.float img {
	float: left;
	padding-right: 1em;
}
.clear {
	clear: both;
}
table.info {
	border-collapse: collapse;
	border: 1px solid #b78c5f;
}
table.info th, table.info td {
	padding: 8px 8px 8px 8px;
	border: 1px solid #d6c2b5;
	text-align: left;
	vertical-align: middle;
}
table.info th {
	background-color: #c99e73;
	color: #442220;
}

select {
	width: 30em;
}
label {
	color: #442220;
}
input[name=subject] {
	width:30em;
}
textarea {
	width: 30em;
	height: 6em;
}
input[type=submit] {
	margin: 20px 12px;
	width: 30em;
}
