/* CSS Document */

/* -------------------------------------------------------- */
/* メインコンテンツ */
/* -------------------------------------------------------- */

/* トップメインコンテンツ */

.contents_main{
	background:url(../img/bacn_main.jpg) no-repeat;
	width:960px;
	height:540px;
	margin:10px 0 20px 0;
	padding:0px 0 0 0;
}
.contents_main .text01{
	width:500px;
	margin:0px 0 0 20px;
	padding:100px 0 0 0;
}
.contents_main .text02{
	width:850px;
	margin:15px 0 0 20px;
}

/* モバイルコンテンツ */
.contents_mobile{
	background:url(../img/back_mobile.jpg) no-repeat;
	width:960px;
	height:460px;
	margin:10px 0 20px 0;
	padding:0px 0 0 0;
}

/* フラッシュコンテンツ */
.contents_flash{
	background:url(../img/back_flash.jpg) no-repeat;
	width:960px;
	height:460px;
	margin:10px 0 20px 0;
	padding:0px 0 0 0;
}
.contents_flash .flashBox{
	padding:20px 0 0 10px;
}

/* CMSコンテンツ */
.contents_cms{
	background:url(../img/back_cms.jpg) no-repeat;
	width:960px;
	height:460px;
	margin:10px 0 20px 0;
	padding:0px 0 0 0;
}

/* 自動更新コンテンツ */
.contents_auto{
	background:url(../img/back_auto.jpg) no-repeat;
	width:960px;
	height:460px;
	margin:10px 0 20px 0;
	padding:0px 0 0 0;
}
.contents_auto #auto_mov{
	width:340px;
	position:relative;
	left:40px;
	top:140px;
}
.autoBox{
	width:960px;
	text-align:center;
	padding:0 0 20px 0;
}


/* 特色へのリンク　*/
.contents_charalink{
	margin:0;
	padding:0;
	text-align:center;
}
.contents_charalink ul{
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
	text-align:center;
}
.contents_charalink li{
	margin:0;
	padding:0;
	width:320px;
	float:left; 
}




/* お問い合わせフォームのリンク */

.contents_form{
	margin:10px 0 10px 0;
	padding:25px 0 0 20px;
	width:940px;
	height:115px;
	text-align:center;
	clear:both;
}


/* 製作実績 */

.contents_creativesample{
	margin:0;
	padding:0 0 0 10px;
}
.contents_creativesample dl{
	margin:0;
	padding:0;
}
.contents_creativesample dt{
	margin:0px 0 0 0;
	padding:0;
}
.contents_creativesample dd{
	margin:10px 0 0 0;
	padding:0;
}



