@charset "utf-8";
/* CSS Document */

body {
	background-color:#fff;
}
div#wrapper {
	width:550px;
	background-color:#FFF;
	margin:auto;
}

div#wOrder {
	width:550px;
	margin-top:5px;
	margin-bottom:10px;
}
div#wOrder div.bannerOrder {
	width:550px;
	height:167px;
	background-image:url(../img/bannerOrder.jpg);
	text-indent:-10000px;
	background-repeat:no-repeat;
}
div#wOrder div#oFrame {
	width:540px;
	background-color:#39F;
	padding:5px;
	margin-top:5px;
}
div#wOrder div#oFrame iframe {
	width:540px;
	height:650px;
	background-color:#FFF;
}

div#wRecruitment {
	width:550px;
	margin-top:5px;
	margin-bottom:5px;
}
div#wRecruitment div.bannerRecruitment {
	width:550px;
	height:101px;
	background-image:url(../img/bannerRecuritement.jpg);
	background-repeat:no-repeat;
	text-indent:-10000px;
}
div#wRecruitment div#rFrame {
	width:540px;
	background-color:#39F;
	padding:5px;
	margin-top:5px;
}
div#wRecruitment div#rFrame iframe {
	width:540px;
	height:650px;
	background-color:#FFF;
}
/* - - 入力フォームStyle - - */
div.formTitle {
	width:495px;
	height:35px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;
	float:left;
}
div.formClose {
	width:40px;
	height:40px;
	float:right;
	background-image:url(../img/formClose.png);
}
/* - - /入力フォームStyle - - */
