body {
	font-size: 12px;
	margin: 0px;
	line-height: 100%;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

/* ヘッダバナー */
#banner {
	padding: 5px 5px 0px 0px;
	width: 760px;
	text-align: right;
	background-repeat: no-repeat;
	height: 72px;
	background-image: url(images/header_bg.gif);
	border-right: solid #333333 1px;
	border-left: solid #333333 1px;
}

/* 外枠 */
#wall {
	margin: 0px;
	padding: 0px;
	width: 760px;
	background-color: #FFFFFF;
}

/* 左側 */
#left {
	width: 140px;
	float: left;
	text-align: left;
	padding: 5px;
	background-repeat: no-repeat;
	background-color: #EBEBD6;
	font-size: 10px;
	line-height: 120%;
	color: #666666;
	border-right: solid #333333 1px;
	border-bottom: solid #333333 1px;
	border-left: solid #333333 1px;
}
#change {
	width: 140px;
	height: 50px;
}
#change a {
	display: block;
	background-image: url(images/henkan_bt.gif);
	text-decoration: none;
	height: 50px;
	width: 140px;
}
#change a:hover {
	background-image: url(images/henkan_bt_over.gif);
}
#menu {
}
#menu a{
	display: block;
	text-decoration: none;
	padding: 9px 8px 9px 8px;
	font-size: 12px;
	width: 140px;
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #333333;
	border-bottom: solid #EBEBD6 1px;
	border-bottom-color: #EBEBD6;
}
#menu a:hover {
	background-image: url(images/menu_bg_over.gif);
}


/* メイン */
#main {
	width: 607px;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: left;
	background-color: #FFFFFF;
	border-right: solid #333333 1px;
	border-bottom: solid #333333 1px;
}

/* 真ん中 */
#content {
	padding: 5px 10px 0px 10px;
	width: 450px;
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
}
.font_red {
	color: #CC0000;
}
.step {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	padding: 2px 2px 2px 5px;
	width: 445px;
	display: block;
	margin-top: 30px;
	margin-bottom: 5px;
	background-image: url(images/howtostep.gif);
	background-repeat: no-repeat;
}

/* 右側 */
#right {
	padding: 5px;
	width: 120px;
	float: right;
	font-size: 10px;
	background-color: #EBEBD6;
	border-left: solid #333333 1px;
}

/* フッタ */
#footer {
	padding: 0px;
	width: 760px;
	margin: 0px;
	background-color: #333333;
	color: #FFFFFF;
}
input {
	font-size: 10px;
}

