@charset "utf-8";

/*
    main_contents内
*/
#main_box {
	position: relative;
	width: 720px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
}

#main_box p {
	text-indent: 1em;
}

.list_style_01 li {
	margin-bottom: 1em;
}

.list_style_01 li a {
	color: #333333;
}

/* 署名部分 */
.signature {
    text-align: right;
    margin-top: 3rem;
    line-height: 2;
}

/* 会長だけ習字風 */
.kaicho {
    font-family: "Yuji Syuku", serif;
    letter-spacing: 0.15em;
	font-size: larger;
}

/* お問い合わせ */
.contact {
    text-align: center;
    margin-top: 3rem;
    line-height: 2;
}