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

/* 通常のスタイル */
body {
    color: #999999;
    background-color: #ffffff;
    background-image: url(back.png);
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div#container {
    font-size: medium;
    padding: 10px;
    background-color: #ffffff;
    width: 100%; /* 幅を100%に設定して折り返しを有効にする */
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* スマートフォン向けスタイル（折り返しを有効にする） */
@media (max-width: 480px) {
    div#container {
        width: 100%; /* 幅を100%に設定して折り返しを有効にする */
    }
}

div#header	{
	background-color: #dcdcdc;
	padding: 20px 0px 20px 0px;
	text-align: center;
	color: #a9a9a9;
}


h1	{
	font-size: large;
	color: #a9a9a9;
	margin-bottom: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p	{
	font-size: x-small;
　　　margin-top: 10px; 
    　　margin-bottom: 10px; /* 下側に余白を追加して行間を調整 */
　　　line-height: 1.5; /* 行間を1.5倍に設定 */
	font-family: "Comic Sans MS", Monaco, sans-serif;
}

p1	    {font-size: 0.7em;
         color:#a9a9a9;
　　　font-family: Comic Sans MS, Monaco, sans-serif;
}


ul a	{
	font-size: small;
	color: #a3a3a3;
	font-family: "Comic Sans MS", Monaco, sans-serif;
}

address	{
	font-size: xx-small;
	color: #a9a9a9;
　　　font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a	{color: #a9a9a9；
	text-align: left;
	font-family: "Comic Sans MS", Monaco, sans-serif;
}


a:link	{
	color: #000066;
}


a:hover	{
	color: #000000;
	font-family: "Comic Sans MS", Monaco, sans-serif;
}

address a:hover	{color: #ffaa00}

ul	{
	list-style-type: none;
	margin-left: 0;
	padding-left: 10px;
	background-color: #ffffff;
	margin-top: 0;
	text-align: center;
	font-size: medium;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
}

li	{display: inline;
	padding-right: 10px;
	font-size: 0.75em}

li a	{text-decoration: none}

h2	{
	border-left: solid 16px #dcdcdc;
	margin-bottom: 0;
	margin-top: 30px
	text-align: center;
	font-size: x-small;
}

h3	{
	color: #999999;font-size: 0.7em;
}

p#summary	{margin-top: 10px;
	margin-bottom: 30px;
	width: 420px}

table	{font-size: 0.75em;
	margin-bottom: 20px;
	border: none;
	border-collapse: collapse}

th, td	{padding: 8px}

th	{width: 150px;
	vertical-align: top;
	background-color: #ffdd44;
	border: solid 1px #aa8844}

td	{background-color: #ffffcc;
	border: solid 1px #aa8844}
	
}
.foot {
	font-size: x-small;
}
