@charset "UTF-8";
/* CSS Document */

/* for FLASH */

body {
	background-color: #EEEEEE;
	color: #666666;
	/*font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "平成明朝";*/
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 12px;
	margin: 10px;
}

h1 {
	font-size: 200%;
}
h1 a{
	color: #666666;
	text-decoration: none;
}

h2 {
	/* width: 600 px;*/
	/* margin: auto;*/
	/*margin-left: 100 px;*/
	/* padding-left: 70px;*/
	font-size: 100%;
	/* margin: 5px; */
	/* padding: 5px;*/
	/* border: solid 1px #000000;*/
}
h2 a{
	text-decoration: none;
}

p {
	line-height: 100%;
	margin-left: 20px;
	margin-right: 20px;
	/* border: solid 1px #000000;*/
}

.contents {
	width: 720px;
	margin: auto;
	/* border: solid 1px #000000;*/
}

/* for layout of Fflash */
.flash {
	background-color: #282a1f;
	color: #EEEEEE;
	padding: 20px;
	/* margin: 20px;*/
	text-align: center;
}

.flash a{
	text-decoration: none;
}

.thum {
	background-color: #282a1f;
	color: #EEEEEE;
	text-decoration: none;
	border: solid 1px #666666;
}


.thum img {
	border: solid 1px #666666;
	margin-right: 5px;
}


address {
	margin: 10px;
	/* font-size: 80%;*/
	font-style: normal;
	text-align: center;
}