body{
	background-image:url(../img/bg.gif);
	background-repeat:repeat;
	margin:0;
	height:100%;
}

.mainbox{
	width:940px;
	height:1900px;
	background-color:#ffffff;
	margin:0 auto;
	position:relative;
}

.header{
	width:940px;
	height:40px;
	background-color:#71caff;
}
.headertext{
	position:relative;
	top:14px;
	left:10px;
	text-align:left;
	font-size:12px;
	color:#FFFFFF;
}

.topmain{
	width:940px;
	height:510px;
	background-image:url(../img/topmain.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
.menu{
	width:940px;
	height:455px;
}
.scripter{
	width:450px;
	height:206px;
	background-image:url(../img/top/scripter.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:10px 0 0 10px;
}
.planner{
	width:450px;
	height:206px;
	background-image:url(../img/top/planner.jpg);
	background-repeat:no-repeat;
	float:right;
	margin:10px 10px 0 0;
}
.illustrator{
	width:450px;
	height:206px;
	background-image:url(../img/top/illustrator.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:10px 0 10px 10px;
}
.voiceactor{
	width:450px;
	height:206px;
	background-image:url(../img/top/voiceactor.jpg);
	background-repeat:no-repeat;
	float:right;
	margin:10px 10px 0 0;
}
.jobin{
	width:262px;
	height:138px;
	margin:46px 0 0 160px;
}
.detail{
	width:148px;
	height:37px;
	margin:13px 0 0 110px;
}

.flow{
	width:940px;
	height:610px;
	background-image:url(../img/flow.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.link{
	width:940px;
	height:130px;
	margin:0 0 10px 0;
}
.linkin{
	width:940px;
	text-align:center;
	margin:30px 0 0 0;
}

.footer{
	width:940px;
	bottom:0px;
	text-align:center;
	position:absolute;
}

.hrbox{
	width:920px;
	margin:0 auto;
}

table, td, th {
	border:0;
}
.space{
	height:420px;
}
.space2{
	height:530px;
}
a img {
border: none;
}
.clear{ 
clear: both; 
}

.texta{
	color:#ff376f;
	font-size:19px;
	font-weight:bold;
}
.textb{
	color:#4d4d4d;
	font-size:14px;
}
.copyright{
	color:#4d4d4d;
	font-size:14px;
}
hr {
    border-width: 1px 0px 0px 0px; /* 太さ */
    border-style: solid; /* 線種 */
    border-color: #4d4d4d; /* 線色 */
    height: 1px; /* 高さ */
 }