@charset "utf-8";


/* リセット
-------------------------------------------------- */

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

li {
	list-style: none;
}

img {
	border: none;
}

address, em {
	font-style: normal;
}
.div_clear {
	clear:left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.div-ord_left {
	float: left;
}
.div_clear10 {
	clear:left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}


/* リンク
------------------------------------------------ */

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: none;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* divブロック
------------------------------------------------ */
.oneColFixCtrHdr #container {
	width: 900px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 0px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 30px 40px 10px 20px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
ul.menu{
	width:100%;
	margin-top:20px;
	font-size:100%;
	padding-left:0;
	margin-left:0;
}

ul.menu li{
	list-style:none;
	background:url('../../img/head-menu-back.gif');
	float:left;
	border-width:0px;
	border-color:#FFEEDB;
	border-style:ridge;
}
.info_popimg {
	padding-top: 5px;
	padding-bottom: 10px;
}
.info_popimg002 {
	padding-top: 5px;
	padding-bottom: 5px;
}
/* ---------------------------------------------------------
			margin-top
--------------------------------------------------------- */
.top-5 {
	margin-top: 5px;
}
.top-10 {
	margin-top: 10px;
}
.top-15 {
	margin-top: 15px;
}
.top-20 {
	margin-top: 20px;
}
.top-25 {
	margin-top: 25px;
}
.top-30 {
	margin-top: 30px;
}
.top-35 {
	margin-top: 35px;
}
.top-40 {
	margin-top: 40px;
}

/* ---------------------------------------------------------
			margin-bottom
--------------------------------------------------------- */
.under-5 {
	margin-bottom: 5px;
}
.under-10 {
	margin-bottom: 10px;
}
.under-15 {
	margin-bottom: 15px;
}
.under-20 {
	margin-bottom: 20px;
}
.under-25 {
	margin-bottom: 25px;
}
.under-30 {
	margin-bottom: 30px;
}
.under-35 {
	margin-bottom: 35px;
}
.under-40 {
	margin-bottom: 40px;
}

.tu-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.tu-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.tu-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.tu-2010 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.tu-3010 {
	margin-top: 30px;
	margin-bottom: 10px;
}
.tu-1030 {
	margin-top: 10px;
	margin-bottom: 30px;
}
.tu-1020 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.right-10 {
	margin-right: 10px;
}
.right-20 {
	margin-right: 20px;
}
.right-30 {
	margin-right: 30px;
}
.left-10 {
	margin-left: 10px;
}
.left-20 {
	margin-left: 20px;
}
.left-30 {
	margin-left: 30px;
}
.renraku-top {
	margin-top: 10px;
	margin-bottom: 10px;
	border: medium solid #FF0000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 120%;
	line-height: 150%;
	}

