body {
    margin: 0;
    padding: 0;
    background-color: white;
    /*color: #111;*/
     color: #4d4d4d;	
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    line-height: 1.5em;
}

#main {
    width: 895px;
    margin: 0 auto;
}

p {
    margin: 1em 0 1.5em 0;
}

ul {
    padding-left: 2.5em;
}

/*一般のリンク色*/
a:link { text-decoration:none; font-weight: bold; color:rgb(102,102,0); }
a:visited { text-decoration:none; font-weight: bold; color:rgb(102,102,0); }
a:hover { color:rgb(204,102,0); }

/*一番上のバナー部分*/
div.title {
    background-image: url(../titlePhoto.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    border-style: solid;
    border-width: 1px 0px;
    border-color: rgb(102,102,0);
    margin: 2px 0px;
    padding: 1em 1em .5em 1em;
    color: rgb(204,102,0);
    letter-spacing: 0.25em;
    background-color: rgb(255,255,255);
    font-weight: bold;
}

/*バナー部分の大きいフォント（オレンジ）*/
span.title_font1 {
    font-size: 130%;
}

/*バナー部分の小さいフォント（緑）*/
span.title_font2 {
    font-size: 90%;
    letter-spacing: normal;
    color: rgb(102,102,0);
}

/*サブタイトル（メンバー紹介，更新履歴等などの記述の部分）（オレンジ）　*/
h2 {
    font-size: 125%;
    border-style: solid;
    border-width: 0px 0px 1px 4px;
    border-color: rgb(204,102,0);
    margin: 0.5em 0px 10px 0px;
    padding: 0px 0.5em;
    color: rgb(204,102,0);
    font-weight: normal;
    background-color: rgb(255,255,255);
}

/*サブサブタイトル（グレー）*/
h3 {
    font-size: 110%;
    border-style: solid;
    border-width: 0px 0px 1px 4px;
    border-color: #4d4d4d;
    margin: 2.0em 0px 0.5em 0px;
    padding: 0px 0.5em;
    font-weight: normal;
    background-color: white;
}

/*サブタイトル（メンバー紹介，更新履歴等などの記述の部分）（オレンジ）　*/
div.sub_title {
    width: 80%;
    font-size: 125%;
    border-style: solid;
    border-width: 0px 0px 1px 4px;
    border-color: rgb(204,102,0);
    margin: 0.5em 0px 10px 0px;
    padding: 0px 0.5em;
    color: rgb(204,102,0);
    background-color: rgb(255,255,255);
}

/*サブサブタイトル*/
div.subsub_title {
    font-size: 110%;
    border-style: solid;
    border-width: 0px 0px 1px 4px;
    border-color: #222;
    margin: 2.0em 0px 0.5em 0px;
    padding: 0px 0.5em;
    background-color: white;
}

div.announcement_title {
    font-size: 110%;
    color: rgb(204,102,0);
}

/*メニューの部分に使う，濃い緑のバックに白の文字*/
div.menu {
    font-size: 95%;
    color: white;
    text-align: left;
    background-color: #550;
    padding: 0.3em 1em 0.2em 1em;
}

/*メニュー専用のリンク色（白）*/
div.menu a:link {
    color: white;
    text-decoration: none;
    font-weight: normal;
}
div.menu a:visited {
    color: white;
}
div.menu a:hover {
    color: #e60;
}

/*メニューの下。htmlファイルの位置を示す*/
div.location {
    font-size: 0.9em;
    padding: 0 1em;
    background-color: rgb(204,204,153);
    margin-top: 0px;
    margin-right: 0px;
    clear: both;
}

#kensaku input[type="text"] {
    width: 100px;
}

/*文章の部分はこれで囲う，大きい四角を表示*/
div.normal {
    font-size: 90%;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(102,102,0);
    /* margin: 3px 3px; */
    padding: 3em 50px 3em 3em;
    background-color: rgb(255,255,255);
    width: 800px;
    line-height: 1.5em;
}

/*div.normal からさらにこれで囲ってマージンを切る*/
div.mainContent {
}

/*ホームの右に出る「お知らせ」*/
div.announcement {
    float: right;
    width:30%;
    top: 3em;
    right: 2.5em;
    padding:1em;
    border-style: solid;
    border-width: 3px;
    border-color: rgb(204,204,153);
}

table {
    border-collapse: collapse;
}

td.memberList {
    font-size: 90%;
    padding: 0.1ex 0;
    border-style: none none dashed none;
    border-color: #ccc;
    border-width: 1px;
}


form #kensaku {
        display: inline;
        float: right;
        height: 10px;
}

/*一番したの住所表示用*/
address {
	font-size: 80%;
	font-style: normal;
	padding: 1em 4em;
	line-height: 1.3em;
}

form#kensaku{
	display: inline;
	float: right;
	height: 10px;
}

div#header{
	width: 895px;
	/*height: 150px;*/
	margin-bottom: 1em;
	background-color: white;
}

* html div#contentsArea{
	height: 100%;
	overflow: auto;
}


table.table_style{
		border-collapse: collapse;
}

table.table_style th{
		padding: 5px 10px;
		border: 1px gray solid;
}
table.table_style td{
		font-size: small;
		padding: 5px 10px;
		border: 1px gray solid;
}
table.table_style th.s{
		text-align: center;
		width: 18px;
		padding: 0px;
}
table.table_style td.s{
		text-align: center;
		width: 18px;
		padding: 0px;
}
table.table_style td.d{
	text-align: center;
	width: 55px;
	padding: 0px;
}

div.mainContent
{
    margin-right: 0px;
    width: 800px;
}

/* パンくずリスト */
.breadcrumbs ol {
    margin-top: 0px;
    margin-bottom: 15px;
    list-style: none;
    overflow: hidden;
    padding-left: 0px;
}
.breadcrumbs ol li {
    margin: 0 0.6em 0 0;
    float: left;
}
.breadcrumbs ol li:first-child::before {
    padding: 0 0.6em 0 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;    
    content: "\f015"; /* 家マーク */
}
.breadcrumbs ol li::before {
    padding: 0 0.6em 0 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105"; /* >マーク */
}