@charset "utf-8";

body, h1, h2, h3, h4, h5, p, hr, ul, ol, li, form, img {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

img {
	vertical-align: bottom;
	border: none;
}

.noborder {
	border: none !important;
}

.nospace {
	margin: 0 !important;
}

.nowrap {
	white-space: nowrap;
}

.none {
	display: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block }
/* End hide from IE-mac */

body {
	margin: 0 auto;
	text-align: center;
	background: #000;
}

/* 基本設定
----------------------------------------------------------------------------------------------------*/

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}

.left {
	float: left;
}

.right {
	float: right
}

.marginB10 {
	margin-bottom: 10px;
}

.marginB20 {
	margin-bottom: 20px;
}

.marginB30 {
	margin-bottom: 30px;
}

.marginB40 {
	margin-bottom: 40px;
}

.marginB45 {
	margin-bottom: 45px;
}

.logo {
	margin: 0 0 21px;
}

.studio {
	margin: 0 0 108px;
}

.contents {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.contents2 {
	width: 1060px;
	margin: 0 auto;
	text-align: center;
	padding: 25px 0;
	background: #910000;
	text-align: left;
}

/* フッター
----------------------------------------------------------------------------------------------------*/

#address{
	font-style: normal;
}

.footer {
	padding: 20px 0 0;
	text-align: left;
	color: #FFF;
}

.footer p {
	margin: 0 0 1em;
}

/* トップ
----------------------------------------------------------------------------------------------------*/

#top {
	padding: 10px 0 0;
	background: #000 url(../images/com_bg02.png) no-repeat;
	background-position: center top;
}

#top h1 {
	margin: 0 150px 0 0;
	text-align: right;
}

#top h2 {
	font-size: 1;
}

#top .box1 {
	padding: 20px;
	background: #100B0B url(../images/com_bg01.gif) repeat-x;
	background-position: left bottom;
}

#top .box2 {
	padding: 25px 30px 30px;
	background: #E0E0E0 url(../images/com_bg04.gif) no-repeat;
	background-position: right bottom;
	border: solid 1px #B90000;
}

#top .box2 h3 {
	color: #B90000;
}

#top .box1 .box2 p {
	margin: 0 0 20px;
}

#top .box1 .box2 ul {
	margin: 0 0 20px;
}

#top .box1 .box2 ul li {
	margin: 0 0 0 20px;
	list-style-position: outside;
	list-style-type: disc;
}


/* 応募フォーム
----------------------------------------------------------------------------------------------------*/

#inquiry {
	padding: 10px 0 0;
	background: url(../images/inq_bg01.png) no-repeat;
	background-position: center top;
}

#inquiry .studio {
	margin: 0 0 63px;
}


#inquiry .topbt {
	/*
	padding: 50px 50px 45px;
	*/
	margin: 0 0 45px;
}

	/*
#inquiry .contents {
	position: relative;
}
	*/

#inquiry h1 {
	/*
	position: absolute;
	*/
	margin: -244px 0 0;
	text-align: center;
}

#inquiry h2 {
	font-size: 1;
}

#inquiry .box2 {
	padding: 20px;
	background: url(../images/com_bg01.gif) repeat-x;
	background-position: left bottom;
}

#inquiry .box3 {
	padding: 25px 30px 30px;
	background: #E0E0E0 url(../images/com_bg04.gif) no-repeat;
	background-position: right bottom;
	border: solid 1px #B90000;
}

#inquiry table {
	/*
	*/
	width: 860px;
	margin: 0 0 20px;
	border-collapse: collapse;
}

#inquiry th, #inquiry td {
	padding: 10px;
	border: solid 1px #B90000;
	background: #FFF;
	vertical-align: top;
}

#inquiry th {
	text-align: left;
	white-space: nowrap;
	border: solid 1px #B90000;
	background: #FFF;
}

#inquiry .box4 {
	padding: 0 280px;
}

#inquiry form {
}

.send {
	width: 312px;
	height: 72px;
	border: none;
	background: url(../images/com_bn02.gif) no-repeat;
}


