@charset "utf-8";
/* CSS Document */

/* ハリーホック
----------------------- */
.clearfix:after {
	content:".";
	display:block;
	height: 0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-table;
}

/* Hides from IE-mac
----------------------- */
*html .clearfix{
	height: 1%;
	display: inline;
	overflow: hidden;
}

.clearfix{
	display: block;
}


/* IE用画像荒れ対策
----------------------- */
img { -ms-interpolation-mode: bicubic; }




/* ページ全体の基本レイアウト
---------------------------------------------------- */
#wrap {
	background-image:url(/img/studio/over.jpg);
	background-repeat: no-repeat;
}

#content {
	background-image:url(/img/studio/main_base.jpg);
}

ul {
	position: absolute;
	top: 134px;
	right: 14px;
}

li {
	float: left;
	margin: 0;
	padding: 0 22px 0 0;
	list-style: none;
}

#sendBtn {
	position: absolute;
	top: 165px;
	right: 318px;
}
#sendBtn a {
    width: 64px;
    height: 84px;
	background: url("/img/studio/bob_out.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
#sendBtn a:hover {
	background: url("/img/studio/bob_over.png") no-repeat;
}

#st-logo {
	position: absolute;
	top: 125px;
	left: 85px;
}

#ask {
	position: absolute;
	top: 147px;
	left: 288px;
}

#ask-pr {
	position: absolute;
	top: 0;
	left: 206px;
}

#date {
	position: absolute;
	bottom: 54px;
	left: 194px;
}