﻿@charset "UTF-8";
/* すべてwebページに適用される　*/
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #f5f3eb;
}
.wrapper {
	margin: 0 auto 0 auto;
	width: 900px;
}
h2 {
	color: #442220;
	font-size: 24px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ff2220;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

p {
	line-height: 190%;
}
p#note {
	color:#cc0000;
}
#mojisize1 {
	font-size:x-large;
}
}
#mojisize2 {
	font-size:large;
}





a:link {
	color: #6aa4d6;
}
a:visited {
	color: #6aa4d6;
}
a:hover {
	color: #ff0000;
}
a:active {
	color: #000000;
}
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: 30px;
}
   #nav {
	margin: 0 0 0 0;
	padding: 15px 30px 10px 30px;
	background-image: url(../images/menu-bg.png);
}
   #nav li a:link {
	color: #f5f3eb;
	text-decoration: none;
}
 #nav li a:visited {
	color: #f5f3eb;
	text-decoration: none;
}	
 #nav li a:hover {
	color: #e4dbb9;
	text-decoration: none;
}
 #nav li a:active {
	color: #ffffff;
	text-decoration: none;
}
/* すべてのページに適用 - footer -　*/
#footer { 
	background-image: url(../images/footer-bg.png);
	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;
	border: 1px solid #d6c2b5;
	text-align: left;
	vertical-align: left;
}
table.info th {
	background-color: #c99e73;
	color: #442220;
}

/* menu.html */
.menu_block {
	overflow: hidden;
	zoom: 1;
}.menu_left {
	float: left;
	width: 280px;
	margin-right: 20px;
}
.menu_right {
	float: left;
	width: 600px;
        font-size: 16px;
}
table.menu_all {
	border: none;
	border-collapse: collapse;

}
table.menu_all {
	border: none;
	border-collapse: collapse;


}
table.menu_all td {
	padding: 0;
}
.menu_right h3 {
	margin: 20px 0;
	text-align: right;
	font-size: 16px;
	color: #442220;
}
.menu_right p {
	text-align: right;
	font-size: 12px;
}
/* access.html */
div.map {
	text-align: center;
}
/* access.html */
.float img {
	float: left;
	padding-right: 1em;
}

.clear {
	clear: both;
}





/* contact.html */
form div {
	padding: 12px;
	border-bottom: 1px dashed #d6c2b5;
}
select {
	width: 30em;
}
label {
	color: #442220;
}
input [name=subject] {
	width: 30em;
}
textarea {
	width: 30em;
	height: 6em;
}
input [type=submit] {
	margin: 20px 12px;
	width: 30em;
}
