@charset "UTF-8";
body {
    -webkit-text-size-adjust: 100%;
    background: #FFF;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 12px;
}

.oneColElsCtrHdr #container {
	width: 95%; 
	background: #FFFFFF;
	margin: 0 0;
	text-align: left;
}
.oneColElsCtrHdr #mainContent {
	background: #FFFFFF;
	text-align: left;
	width: 100%;
	padding: 0 10px;
	height: 100%;
}
p {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 1em;
}
h1 {
	font-size: 24px;
}
h2 { font-size: 18px; }
h4 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-indent: 10px;
}
a {
	color: #930;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
li {
	font-size: 11px;
	line-height: 1.5;
	width: 300px;
}