@charset "utf-8";

/* [1] トップページ　----------------- */
/*BOX 1*/
.box01 {
padding: 81px 0 0 454px;
background: url(../../img/main-photo.png) no-repeat 0 0;
position: relative;
}
.box01 p{
position: absolute;
left: -3000px;
}

/*Menu (thanksと共用)*/
.menu-box-s{
margin: 10px 0 0 35px;
width: 513px;
height: 310px;
position: relative;
z-index: 1;
}
.menu-box-s ul{
position: absolute;
top: 53px;
left: 38px;
}
.menu-box-s li{
height: 40px;
}
.menu-box-s dt,
.menu-box-s dd{
position: absolute;
z-index: -3;
top: 140px;
left: 157px;
}
.menu-box-s dd.mail{
position: absolute;
z-index: 3;
top: 212px;
}

/*BOX 2*/
.box02 {
margin: 0 50px 17px 50px;
padding: 0 0 26px 0;
background: url(../../img/essay-btm-bg.png) no-repeat 0 bottom;
position: relative;
}
.essay {
margin: 0 0 0 0; 
padding: 8px 60px 34px 60px;
background: url(../../img/essay-bg.png) repeat-y ;
}
.essay p {
padding: 14px 0 7px 0;
font-size: 116%;
line-height: 1.5;
float: left;
white-space: nowrap;
}
.essay img {
padding: 0 0 0px 0;
float: right;
}

/*BOX 3*/
.box03 {
margin: 0 25px ;
padding: 0;
height: 434px;
position: relative;
}
.box03 .photographer {
position: absolute;
top:0;
left: 62px;
}


/* [2] サービスと料金について　----------------- */

/* [3] お申し込み・お問い合せ　----------------- */
#inq #header {
background: none;
}
#inq #contents {
background: none ;
}
#inq .con-box {
margin: 0 0 0 200px;
width: 710px;
}
#inq ul.contact {
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
margin: 10px 0 30px 0px;
padding: 10px 20px 10px 30px;
font-size: 140%;
border: solid 2px #b9b1a3;
background: #ffffff;
}
#inq ul.contact span {
font-size: 160%;
}
form#mailform {
	margin: 15px 0 40px 0;
	padding: 10px 20px 10px 20px;
	border: solid 2px #b9b1a3;
	background: #ffffff;
}
table.mailform {
	width: 100%;
	margin: 0 0 12px 0;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 108%;
	border-bottom: solid 1px #b9b1a3;
	padding: 10px 5px 10px 5px;
	vertical-align: top;
}
table.mailform tr th {
	width: 180px;
	padding: 10px 5px 10px 23px;
	background: url(../../img/form-hd.gif) no-repeat 5px 10px;
	color: #6e674e;
}
table.mailform span {
	color: #CC0000;
	margin: 0 0 0 5px;
}
table.mailform p {
	margin: 5px 0 0 0;
	padding: 0px;
	font-size: 85%;
	color: #333333;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
	font-size: 108%;
}
table.mailform tr td input.text {
font-size: 108%;
}
form#mailform .btn-area {
position: relative;
width: 100%;
height: 50px;
}
form#mailform #btn-reset {
position: absolute;
top: 0;
left: 5px;
width: 6em;
}
form#mailform #btn-submit {
position: absolute;
left: 270px;
display:block;
width:128px;
height:45px;
padding:0;
border:0;
background:url(../../img/form-btn.gif) no-repeat left top;
text-indent:-9898px;
font-size: 0px;
line-height: 45px;
cursor:pointer;
}
form#mailform #btn-submit:hover,
form#mailform #btn-submit:focus {
background:url(../../img/form-btn_on.gif) no-repeat left top;
}

/* [4] 送信完了　----------------- */
.thanks p {
margin: 0 0 18px 0;
font-size: 116%;
line-height: 1.8;
}
.thanks .menu-box-s{
float: right;
}