@charset "Shift_JIS";

/* リセット */

/*body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td{margin: 0; padding: 0;}*/



body {
	font: 0.8em Verdana, ヒラギノ角ゴ Pro W3, ＭＳ ゴシック, Osaka‐等幅, Arial, Helvetica, sans-serif;
	background: #efefef;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	line-height: 180%;
	color: #333333;
}
#mainContent a {
	text-decoration: none;
	color: #3399cc;
}

#mainContent a:hover {
	text-decoration: underline;
	color: #3399cc;
}

a:active {
	text-decoration: underline;
	color: #3399cc;
}

#mainContent h1 {
	font-size: 1.5em;
	line-height: 150%;
	color: #3399cc;
	padding:10px 0 0 0;
}
.pix237horizon {
	float: left;
	padding:0 15px 5px 0;
}
.honbunTopVoice {
	margin-bottom: 10px;
}

.topVoice #container {
	width: 760px;  /* 幅は760pxセンター合わせ */
	background: #FFFFFF;
	margin: 20px auto 50px; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #96c3da;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
.topVoice #mainContent {
	padding: 0 20px 20px 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
}

.komidasiblue14pxvoice {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1.1em;
	color: #3399cc;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8BA8FF;
	padding:5px 0 5px;
	clear: left;
}

.leadcopyTopVoice {
	margin-top: 10px;
	margin-bottom: 30px;
	clear: left;
}

.midpixVoice {
	margin: 10px 0;
}