@charset "UTF-8";

/*--------------------------------------------------------------*/
/* 制作のご依頼
/*--------------------------------------------------------------*/

#intro h2{
	position: absolute;
	width: 372px;
	height: 36px;
	top: 80px;
	left: 70px;
	z-index: 10;
}

#intro div{
	position: relative;
	width: 813px;
	height: 191px;
	top: 139px;
	left: 58px;
	/* overflow: hidden; */
}

#intro div img.comic{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
}


/*--------------------------------*/

#request{
	position: relative;
	width: 813px;
	padding: 20px 0 30px 0;
	margin: 0 auto;
	background-image: url(../img/request/request_bg.png);
	background-repeat: repeat-y;
	z-index: 16;
}


/*-------------*/

#request div.comic{
	position: relative;
	width: 793px;
	height: 149px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}

#request div.comic img{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #F6CE7B;
}

/*-------------*/

#error{
	position: relative;
	width: 581px;
	margin: 0 0 20px 120px;
	background-image: url(../img/request/request_error_bg.png);
	background-repeat: repeat-y;
	background-position: top left;
	color: #990000;
}

#error h3{
	width: 581px;
	padding: 15px 0 0 20px;
	background-image: url(../img/request/request_error_top.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#error ul{
	margin-top: -30px;
	min-height: 50px;
	padding: 10px 0 20px 120px;
	background-image: url(../img/request/request_error_bottom.png);
	background-repeat: no-repeat;
	background-position:bottom left;
}

#error img{
	position: absolute;
	bottom: 10px;
	right: 15px;
}


/*-------------*/


#request div.form{
	position: relative;
	width: 792px;
	min-height: 242px;
	margin: 0 0 20px 10px;
	background-image: url(../img/request/request_form_bg.png);
	background-repeat: repeat-y;
}

#request div.form h3{
	color: #669933;
	font-size: 140%;
	padding: 5px;
	border-bottom: solid 1px #999999;
	margin-bottom: 15px;
}


#request div.form form{
	position: relative;
	width: 712px;
	padding: 30px 40px 20px 40px;
	background-image: url(../img/request/request_form_top.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#request div.form dd input, #request div.form dd textarea , dd select{
	padding: 3px;
	border: solid 1px #4F4220;
}

#request div.form dl{
	margin-bottom: 40px;
}

#req{
	margin-left: 40px;
}

#req dt{
	display: list-item;
	list-style-image: url(../img/request/req_list.png);
}
#req dt span{ color: #5EB416; font-weight: bold; }

#req dd{
	margin-bottom: 25px;
}


#guest dt{
	width: 10.5em;
	margin: 0 15px 10px 0;
	text-align: right;
	float: left;
	clear: both;
}

#guest dd{
	margin: 0 0 10px 11.5em;
}

#guest span{
	margin-left: 0.5em;
	color: #FF3300;
	font-size: 80%;
}


#request div.form img.bottom{
	position: absolute;
	bottom: 0;
	left: 0;
}

#request form p{
	position: absolute;
	bottom: 130px;
	right: 2px;
}


/*-------------*/

#conf{
	position: relative;
	width: 732px;
	min-height: 242px;
	padding: 40px 30px 180px 30px;
	margin: 0 0 20px 10px;
	background-image: url(../img/request/request_form_bg.png);
	background-repeat: repeat-y;
}

#conf dl{
	margin-bottom: 50px;
}

#conf dt{
	width: 12.5em;
	margin: 12px 15px 12px 0;
	font-weight: bold;
	text-align: right;
	float: left;
	clear: both;
}

#conf dd{
	padding: 12px 0 12px 13.5em;
	background-image: url(../img/request/request_line.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#conf p{
	position: absolute;
	bottom: -3px;
	right: -35px;
	z-index:0;
}

#send_botan{}


#request img.top{
	position: absolute;
	top: 0;
	left: 0;
}

#request img.bottom{
	position: absolute;
	bottom: 0;
	left: 0;
}

#form_cansel{
	width: 366px;
	text-align: center;
	float: left;
}

#form_send{
	position: absolute;
	bottom: 100px;
	left: 450px;
	 z-index:1;
}


/*-------------*/
#form_usage{ width: 600px; }
#form_color{ width: 600px; }
#form_sample{ width: 350px; }
#form_site{ width: 600px; }
#form_contents{ width: 655px; height: 180px; }
#form_company{ width: 350px; }
#form_name{ width: 350px; }
#form_hurigana{ width: 350px; }
#form_zipcode{ width: 100px; }
#form_address{ width: 350px; }
#form_tel{ width: 100px; }
#form_fax{ width: 100px; }
#form_mail{ width: 350px; }
#form_hp{ width: 350px; }

#request div.form dt.button{
	position: absolute;
	bottom: 43px;
	right: 35px;
}


/*--------------------------------*/

#main h2.sended{
	margin: 15px 0 40px 45px;
}

#main p.thanx{
	margin-top: 160px;
	text-align: center;
}

#main div.sended{
	position: relative;
	width: 640px;
	margin: 90px auto 50px auto;
	padding: 20px;
	background-image: url(../img/request/request_sended_bg.png);
	background-repeat: repeat-y;
}

#main div.sended p.mag{
	margin-bottom: 1em;
}

#main div.sended img.top{
	position: absolute;
	top: 0;
	left: 0;
}

#main div.sended img.bottom{
	position: absolute;
	bottom: 0;
	left: 0;
}


/*--------------------------------*/

#outro{
	position: relative;
	width: 813px;
	height: 270px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 15;
}

#outro img, #outro_conf img{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
}


/*--------------------------------*/
/* ミニキャラ */
/*--------------------------------*/

#ch03{	position: absolute;	bottom: -6px; 	left: 30px;			z-index: 99; }
#ch04{	position: absolute;	top: 200px; 	right: -53px;		z-index: 98; }
#ch05{	position: absolute;	top: -75px; 	right: 300px;		z-index: 97; }




/*--------------------------------*/
/* アンケート */
/*--------------------------------*/

#guest #question01{
	width: 430px;
	margin: 40px 15px 10px -20px;
	float: none;
}

#guest #question02{
	width: 520px;
	margin: 0 15px 10px -30px;
}

#question02 input{
	height:1.8em;
	vertical-align: middle;
	border: none;
	margin:0 0 0 30px;
	padding:0 0 5px 0;
}


#question01 span{
	background-color: #5EB416;
	color: #FFF;
	font-size:100%;
	font-weight: bold;
	padding:0 5px 0 5px ;
}



