@charset "UTF-8";

/*ギャラリー*/

* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}


.zentai p {
	line-height: 180%;
}

img {
	vertical-align: middle;
	max-width: 100%;
	margin: 10px auto 10px auto;
	text-align: center;
}

body {
	margin: 0 auto 0 auto;
	background-image: url(../../img/back1.gif);
	background-repeat: repeat;
}


.zentai {
	width: 90%;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	border-left: 1px solid #004000;
	border-right: 1px solid #004000;
}


.boutou {
	background-color: #004000;
	color: #b7ddae;
	font-size: 12px;
	padding: 6px 0 10px 10px;
	text-align: left;
}

.header {
	background-image: url(../../img/back2.jpg);
	background-repeat: repeat;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.header a {
	color: #448444;
	font-weight: normal;
}


.header_2 {
	height: 30px;
	background-image: url(../../img/back2.jpg);
	background-repeat: repeat;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.header_text {
	text-align: center;
	font-size: 12px;
}

.top_image {
	width: 80%;
	margin: 10px auto 10px auto;
	font-size: 14px;
}


.contents {
	width: 90%;
	margin: 0px auto 10px auto;
	text-align: center;
}

.contents a {
	color: #3a602b;
	text-decoration: none;
	font-weight: bold;
}

.contents a:hover{
	text-decoration: underline;
}

.contents_text {
	width: 85%;
	margin: 0 auto 0 auto;
	font-size: 12px;
	text-align: justify;
}

.date {
	color: #808080;
	text-align: right;
	padding: 0 0 10px 0;
}



.footer {
	background-image: url(../../img/back2.jpg);
	background-repeat: repeat;
}


.modoru {
	height:30px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.modoru a {
	vertical-align: middle;
	color: #004000;
	text-decoration: none;
}
.modoru a:hover {
	text-decoration: underline;
}


table {
	width: 90%;
	margin: 0 auto 0 auto;
	border-collapse: collapse;
}
table td {
	padding: 0px;
	white-space: nowrap;
}




.copyright {
	background-color: #004000;
	color: #b7ddae;
	font-size: 12px;
	padding: 10px 10px 6px 0px;
	text-align: right;
}

.copyright a {
	color: #b7ddae;
	text-decoration: none;
}

