@charset "shift_jis";
/*
=========================================

トップページ用定義

=========================================
*/

/* import
---------------------------------------------------------------------------- */
@import "default.css";
@import "shared_class.css";


/* メインイメージ
---------------------------------------------------------------------------- */

#wrapper {
	width: 1355px;
	text-align: center;
	background-image: url(../img/back.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 250px;
	background-repeat: no-repeat;
}


.worksBox {
	text-align: center;
	width: 900px;
	margin-left: 250px;	
}

.picBox {
	margin-right: 60px;
	width: 216px;
	float: left;	
}
.picBox img {
	margin-bottom: 20px;	
	
}

.ad {
	margin-top: 80px;
	margin-bottom: 50px;
}
.com {
	color: #09C;
	margin-top: 20px;
}

p.copyright {
	color: #FFF;
}

ul {
	margin-top: 50px;
}
li {
	margin-bottom: 20px;
}
