@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "ＭＳ ゴシック", Geneva, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}


#wrap{
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}


#more3dcg,#moreGra,#moreWeb{
	padding-top: 25px;
	padding-left: 10px;
	height: 75px;
	width: 360px;
}


#more3dcg{
	background-image: url(../img/for3dcgBg.gif);
	background-repeat: no-repeat;
}


#moreGra{
	background-image: url(../img/forGraBg.gif);
	background-repeat: no-repeat;
}

#moreWeb{
	background-image: url(../img/forWebBg.gif);
	background-repeat: no-repeat;
}


#more3dcg h2,#moreGra h2,#moreWeb h2{
	font-size: 12px;
	line-height: 12px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #666666;
}

#more3dcg p,#moreGra p,#moreWeb p{
	font-size: 10px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}


#more{
	width: 760px;
	height: 100px;
}

#cg #more #moreGra,#web3d #more #moreGra{
	float: left;
}

#cg #more #moreWeb,#web3d #more #moreWeb{
	float: right;
}



#more a:link{
	color: #1A3575;
}


#more a:visited{
	color: #2B4266;
}


#more a:hover{
	color: #1440A2;
}





#graphic #more #moreWeb{
	float: left;
}

#graphic #more #more3dcg{
	float: right;
}


#web #more #more3dcg{
	float: right;
}
#web #more #moreGra{
	float: left;
}




/*requestBtn*/

#requestBtn{
	height: 53px;
	width: 406px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	overflow: hidden;
}

#requestBtn a{
	background-image: url(../img/btnRequest.gif);
	background-repeat: no-repeat;
	height: 0px;
	width: 406px;
	padding-top: 53px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	display: block;
}

#requestBtn a:hover{
	background-image: url(../img/btnRequest.gif);
	background-repeat: no-repeat;
	background-position: 0px -53px;
}








/*フッタメニュー*/




ul#footerMenu{
	height: 40px;
	width: 800px;
	display: block;
	margin: 0px;
	padding: 0px;
}

#footerMenu li.l01{
	display: block;
	height: 40px;
	width: 230px;
	float: left;
	list-style-type: none;
	overflow: hidden;
}

#footerMenu li.l02,#footerMenu li.l03,#footerMenu li.l04{
	display: block;
	height: 40px;
	width: 190px;
	float: left;
	list-style-type: none;
	overflow: hidden;
}

#footerMenu a{
	height: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	overflow: hidden;
}

#footerMenu li.l01 a{
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
}

#footerMenu li.l02 a{
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: -230px 0px;
}

#footerMenu li.l03 a{
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: -420px 0px;
}

#footerMenu li.l04 a{
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: -610px 0px;
}

#footerMenu li.l01 a:hover{
	background-position: -314px -53px;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}

#footerMenu li.l02 a:hover{
	background-position: -434px -53px;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: -230px -40px;
}

#footerMenu li.l03 a:hover{
	background-position: -554px -53px;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: -420px -40px;
}

#footerMenu li.l04 a:hover{
	background-position: -674px -53px;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: -610px -40px;
}



/*コピーライト*/
#copyright{
	width: 760px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	color: #666666;
}


#copyright a{
	color: #999999;
	text-decoration: none;
}

#copyright a:hover{
	color: #ffffff;
	text-decoration: none;
}



.cClear{
	clear: both;
}