@charset "utf-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-image: url(img/bg.gif);
	background-attachment: fixed;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size: 9pt;
}
.oneColFixCtr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
}
img {
border: none;
}
p {
margin: 0;
} 
a:link {
text-decoration: none;
color: #000066;
}
a:visited {
text-decoration: none;
color: #003399;
}
a:active {
text-decoration: none;
color: #000066;
}
a:hover {
text-decoration: none;
color: #000066;
}

#menu a:link {
text-decoration: none;
color: #000066;
}
#menu a:visited {
text-decoration: none;
color: #003399;
}
#menu a:active {
text-decoration: none;
color: #000066;
background-color: #99CCFF;
}
#menu a:hover {
text-decoration: none;
color: #000066;
background-color: #99FFFF;
}
.zdc {
width:80px;
height:40px;
margin-left:680px;
}

.line {
	background-image:url(img/line.gif);
	width: 700px;
	height: 12px;
	margin: 10px 30px;
	background-repeat: no-repeat;
}

.chara-nanao {
	background-image:url(img/cha2.gif);
	width: 700px;
	height: 220px;
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
}

.chara-yae {
	background-image:url(img/cha1.gif);
	width: 700px;
	height: 220px;
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
}

.chara-kotori {
background-image:url(img/cha3.gif);
	width: 700px;
	height: 220px;
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
}

.chara-txt {
	width: 400px;
	height:auto;
	margin-left: 20px;
	margin-top: 40px;
	font-size: 9pt;
}
.comment {
	text-align:left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	}
.comhead {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.com_q {
	color:#666699;
	font-weight:bold;
	}
