@charset "utf-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-size: 16px;
	background-image: url(images/back.gif);
	background-position: center center;
}
.oneColFixCtr #container {
	width: 800px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.top_com {
	font-size: 11px;
	padding: 5px;
	text-align: center;
	color: #FFF;
	background-image: url(images/back02.gif);
	background-position: center;
}
.jump {
	font-size: 14px;
	padding: 5px;
	text-align: center;
}

.setubi_p {
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 215px;
}
h1 {
	font-size: 18px;
	line-height: 80%;
	margin-bottom: -10px;
	color: #090;
}

.manu {
	font-size: 13px;
	text-align: center;
	padding: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img_align {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.bottom {
	font-size: 12px;
	text-align: center;
	padding: 10px;
	background-image: url(images/back02.gif);
}
.com_p {
	font-size: 13px;
	line-height: 150%;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.access {
	font-size: 12px;
	line-height: 150%;
	padding-right: 200px;
	padding-left: 200px;
}

.title_mini {
	font-size: 13px;
	line-height: 150%;
	padding: 5px;
	text-align: center;
	background-image: url(images/back05.gif);
	width: 170px;
}
.title_mini2 {
	font-size: 13px;
	line-height: 150%;
	padding: 5px;
	text-align: center;
	width: 180px;
	font-weight: bold;
	background-color: #FDFEF1;
	background-image: url(images/back05.gif);
}
.company_p {
	font-size: 13px;
	line-height: 150%;
	background-image: url(images/back04.gif);
	padding: 10px;
	background-position: center top;
	text-align: left;
}
.aka {
	color: #C8180B;
}
.komoji {
	font-size: 10px;
}
