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

html{
	background-image:url(img/BgHtml3.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-color:#E6E6E6;	
}

body  {
	font: 100%  Arial, Helvetica, sans-serif;
	background-image:url(img/BgBody3.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width:1000px;
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
	background-image:url(img/BgContainer.jpg);
	background-repeat: repeat-y;
	background-position:bottom;
} 


/*--------HEADER-------------*/
#header { 
/*	padding: 0 20px;*/
	padding:0px 0px 0px 20px;
	height:115px;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
} 
#header h1 {
	margin: 0;
	padding: 41px 0px;
	float:left;
}
#header h1 img{
	border:none;
}
#header .headerMenu {
/*	margin:80px 0px 0px 0px; */
	margin:15px 20px 0px 0px;
	padding:0px;
	float:right;
	display:block;
	height: 13px;
	width:530px;
	list-style-type: none;
}
#header .headerMenu li{
	padding:0px;
	text-align:right;
}
#header .headerBnr {
	margin:15px 0px 0px 0px;
	padding:0px;
	float:right;
	display:block;
	height: 50px;
	width:410px;
	list-style-type: none;
}
#header .headerBnr li{
	padding:0px;
	text-align:right;
}
/*-----新着情報のリスト-----*/
.new{
	margin:0px 0px 50px 0px;
	padding:0px;
	list-style:none;
}

.press{
	margin:0px;
	padding:0px;
	list-style:none;
}

.new li, .press li{
	margin:0px;
	padding:10px 0px;
	background-image:url(img/LineDashed.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.new li span, .press li span{
	font-size:0.7em;
	letter-spacing:0.1em;	
}
.new li a, .press li a{
	color:#255F98;
	text-decoration:none;
}
.new li a:hover, .press li a:hover{
	color:#5B91D2;
	border-bottom:1px solid;
}
/*-----新着情報のリスト プレスリリースページ-----*/
.newDetail{
	margin:0px;
	padding:0px;
	list-style:none;
}
.newDetail li{
	margin:0px;
	padding:20px 0px;
	background-image:url(img/LineDashed.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.newDetail li span{
	font-size:0.7em;
	letter-spacing:0.05em;	
}
.newDetail li a{
	color:#255F98;
	text-decoration:none;
}
.newDetail li a:hover{
	color:#5B91D2;
	border-bottom:1px solid;
}

/*--------Columnバナー--------*/
#header .headerBnr .columnBnr{
	float:right;
	margin:0px;
}
a.columnBnrBtn{
	display:block;
	width:405px;
	height:50px;
	background-image:url(img/ColumnBnr.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
a:hover.columnBnrBtn{
	display:block;
	width:405px;
	height:50px;
	background-image:url(img/ColumnBnr.jpg);
	background-repeat:no-repeat;
	background-position:0px  -50px;	
}
a.columnBnrBtn span{
	display:none;
}

/*--------Column--------*/
#header .headerMenu .column{
	float:right;
	margin:0px;
}
a.columnBtn{
	display:block;
	width:87px;
	height:13px;
	background-image:url(img/MenuColumn.gif);
	background-repeat:no-repeat;
	background-position:right 0px;
}
a:hover.columnBtn{
	display:block;
	width:87px;
	height:13px;
	background-image:url(img/MenuColumn.gif);
	background-repeat:no-repeat;
	background-position:right -13px;	
}
a.columnBtn span{
	display:none;
}
/*--------Contact--------*/
#header .headerMenu .contact{
	float:right;
	margin:0px;
}
a.contactBtn{
	display:block;
	width:90px;
	height:13px;
	background-image:url(img/MenuContact.gif);
	background-repeat:no-repeat;
	background-position:right 0px;
}
a:hover.contactBtn{
	display:block;
	width:90px;
	height:13px;
	background-image:url(img/MenuContact.gif);
	background-repeat:no-repeat;
	background-position:right -13px;	
}
a.contactBtn span{
	display:none;
}

/*---------Concept----------*/
#header .headerMenu .concept{
	float:right;
	margin:0px;
}
a.conceptBtn{
	display:block;
	width:93px;
	height:13px;
	background-image:url(img/MenuConcept.gif);
	background-position:right 0px;
	background-repeat:no-repeat;
}
a:hover.conceptBtn{
	display:block;
	width:93px;
	height:13px;
	background-image:url(img/MenuConcept.gif);
	background-position:right -13px;
	background-repeat:no-repeat;
}
a.conceptBtn span{
	display:none;
}
/*----------Pressrelease--------*/
#header .headerMenu .press{
	float:right;
	margin:0px;
}
a.pressBtn{
	display:block;
	width:125px;
	height:13px;
	background-image:url(img/MenuPressrelease.gif);
	background-repeat:no-repeat;
	background-position:right  0px;
}
a:hover.pressBtn{
	display:block;
	width:125px;
	height:13px;
	background-image:url(img/MenuPressrelease.gif);
	background-repeat:no-repeat;
	background-position:right -13px;	
}
a.pressBtn span{
	display:none;
}
/*-------------Aboutus----------*/
#header .headerMenu .aboutus{
	float:right;
	margin:0px;
}
a.aboutusBtn{
	display:block;
	width:95px;
	height:13px;
	background-image:url(img/MenuAboutus.gif);
	background-repeat:no-repeat;
	background-position:right 0px;
}
a:hover.aboutusBtn{
	display:block;
	width:95px;
	height:13px;
	background-image:url(img/MenuAboutus.gif);
	background-repeat:no-repeat;
	background-position:right -13px;	
}
a.aboutusBtn span{
	display:none;
}

#header .headerMenu .others{
	float:right;
	background-color:#3399CC;
	margin:40px 0px 0px 0px;
}



/*-----------TOP FLASH------*/
#pv{
	height:270px;
	margin:0px 0px 15px 0px;
	padding:0px;
	background-image:url(img/top.jpg);
	background-position: 1px;
	background-repeat:no-repeat;
}

#pv a img{
	border:none;
}
/*-----------Left Column(TOP)------*/
#sidebar1 {
	float: left;
	display:inline;
	width:220px;
	padding:0px;
	margin:0px 0px 0px 20px;
	font-size:0.8em;
	line-height:1.5em;
	letter-spacing:0.1em;
	color:#464646;	
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top:0px;
}


#sidebar1 h3{
	margin:0px;
	padding:0px;
}
#sidebar1 p{
	margin:5px 0px 50px 0px;
	padding:0px 0px 0px 15px;
	background-image:url(img/arrow2.gif);
	background-position: left center;
	background-repeat:no-repeat;
	float:right;
	font-size:0.8em;
}
#sidebar1 p a{
	color:#255F98;
	text-decoration:none;
}
#sidebar1 p a:hover{
	color:#5B91D2;
	border-bottom:1px solid;
}

/*-----------Left Column2(Contents)------*/
#sidebar2 {
	float: left; 
	width:220px;
	padding:0px;
	margin:0px 0px 0px 20px;
	font-size:0.8em;
	line-height:1.5em;
	letter-spacing:0.1em;
	color:#464646;	
}
#sidebar2 h3, #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top:0px;
}

#sidebar2 .service{
	margin:0px;
	padding:0px;
	list-style:none;
	background-image:url(img/LineDashedOrange.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#sidebar2 .service li{
	display:block;
	width:220px;
	height:85px;
	margin:0px;
	padding:0px;
	background-image:url(img/LineDashedOrange.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

/*AR*/
#sidebar2 .service li a.ar{
	display:block;
	width:220px;
	height:85px;
}

#sidebar2 .service li a.ar img{
	border:none;
	margin:20px 0px 0px 0px;
	padding:0px;
}

#sidebar2 .service li a.ar:hover{
	background-image:url(img/BgServiceHoverAr.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

/*デザイン*/
#sidebar2 .service li a.dsin{
	display:block;
	width:220px;
	height:85px;
}

#sidebar2 .service li a.dsin img{
	border:none;
	margin:20px 0px 0px 0px;
	padding:0px;
}

#sidebar2 .service li a.dsin:hover{
	background-image:url(img/BgServiceHoverDsin.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

/*タイポ*/
#sidebar2 .service li a.typo{
	display:block;
	width:220px;
	height:85px;
}

#sidebar2 .service li a.typo img{
	border:none;
	margin:20px 0px 0px 0px;
	padding:0px;
}

#sidebar2 .service li a.typo:hover{
	background-image:url(img/BgServiceHover.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

/*CG*/
#sidebar2 .service li a.cg{
	display:block;
	width:220px;
	height:85px;
}

#sidebar2 .service li a.cg img{
	border:none;
	margin:20px 0px 0px 0px;
	padding:0px;
}

#sidebar2 .service li a.cg:hover{
	background-image:url(img/BgServiceHoverCg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}


#sidebar2 h3{
	display:block;
	white-space:220px;
	height:130px;
	margin:0px;
	padding:0px;
	background-image:url(img/BgContentsH3.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#sidebar2 h3 img{
	margin:58px 0px 0px 0px;
	padding:0px;
}
	
/*-----------MAIN CONTENTS(TOP)------*/


#mainContent1 { 
	margin: 0 20px 0 31%;
	padding:0px;
	width:670px;
	border-top:#c8c8c8 1px solid;
} 
*html #mainContent1 { 
	margin: 0 20px 0 31%;
	padding:0px;
	width:667px;
	border-top:#c8c8c8 1px solid;
} 

#mainContent1 p{
	margin:0px;
	padding:0px;
}

	
/*-----------MAIN CONTENTS(Contents)------*/
#mainContent2 { 
	margin: 0 20px 0 31%;
	padding:0px;
	width:670px;
	background-image:url(img/BgContentsH2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
} 
*html #mainContent2 { 
	margin: 0 20px 0 31%;
	padding:0px;
	width:667px;
	background-image:url(img/BgContentsH2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
} 
#mainContent2 p{
	margin:0px;
	padding:0px;
}

#mainContent2 p a{
	margin:0px;
	padding:0px;
	color:#255F98;
	text-decoration:none;
}
#mainContent2 p a:hover{
	margin:0px;
	padding:0px;
	color:#5B91D2;
	border-bottom:1px solid;
}
#mainContent2 p.contentsLink{
	margin:20px 0px;
	padding:0px 0px 0px 15px;
	background-image:url(img/arrow2.gif);
	background-position: left center;
	background-repeat:no-repeat;
}
#mainContent2 p.contentsLink2{
	margin:0px;
	padding:0px 0px 0px 15px;
	background-image:url(img/arrow2.gif);
	background-position: left center;
	background-repeat:no-repeat;
}

/*--------各サービス(Contents)--------*/

#container #mainContent2{
	font-size:0.8em;
	line-height:1.5em;
	letter-spacing:0.1em;
	color:#464646;
}
#mainContent2 p{
	margin:0px;
	padding:0px;
}

#container .empha{
	margin:0px 0px 2em 0px;
}
#container .empha2{
	margin:90px 0px 2em 0px;
}
#container .empha{
	margin:0px 0px 2em 0px;
}
#container .empha3{
	margin:40px 0px 1em 0px;
}
#container .empha4{
	margin:20px 0px 1em 0px;
}
#container .right{
	text-align:right;
	width:600px;
	margin:60px 0px 2em 0px;	
}
#container .pagetop a{
	display:block;
	width:55px;
	height:15px;
	background-image:url(img/ToTop.gif);
	background-repeat:no-repeat;
	margin:0px 0px 0px 310px;
}
#container .pagetop a:hover{
	background-image:url(img/ToTopHover.gif);
	background-repeat:no-repeat;
	border:none;
}
#container .pagetop a span{
	display:none;
}


#container #mainContent2 p img{
	border:none;
	margin:15px 0px;
	padding:0px;
}
#container #mainContent2 .pan{
	display:block;
	height:10px;
	margin:0px;
	padding:0px;
	font-size:10px;
	line-height:1.5em;
	letter-spacing:0.1em;
	color:#464646;	
}
#container #mainContent2 .pan a{
	color:#255F98;
	text-decoration:none;
}
#container #mainContent2 .pan a:hover{
	color:#5B91D2;
	border-bottom:1px solid;
}
#container #mainContent2 .pan span{
	font-size:15px;
}

#container #mainContent2 h2{
	display:block;
	height:120px;
	margin:0px 0px 20px 0px;
	padding:0px;
	border-bottom:#c8c8c8 1px solid;
}
#container #mainContent2 h2 img{
	margin:45px 0px 0px 0px;
	padding:0px;
}
/*--------サイトポリシー--------*/
.siteLink{
	list-style:none;
	line-height:1.5em;
	letter-spacing:0.1em;
	color:#464646;
	margin:15px 0px;
	padding:0px;
}
.siteLink li{
	background-image:url(img/BuletOrange.gif);
	background-position:left center;
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
}
h4{
	font-size:1.5em;
	line-height:1.5em;
	letter-spacing:0.1em;
	color:#464646;
	margin:40px 0px 10px 0px;
	padding:0px;
}
h5{
	font-size:1em;
	line-height:1.5em;
	letter-spacing:0.1em;
	color:#464646;
	margin:20px 0px 0px 0px;
	padding:0px;
}
/*--------プレスリリース--------*/
h4.pressTitle{
	font-size:1.3em;
	line-height:1.3em;
	letter-spacing:0.1em;
	width:500px;
	margin:0px 0px 40px 0px;
	padding:40px 0px;
	font-weight:normal;
	background-image:url(img/LineBreath.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
h5.cahpterTitle{
	margin:50px 0px 0px 0px;
}

#mainContent2 p.pressText{
	width:500px;
	margin:20px 0px 0px 0px;
}
dl.pressProfile dt{
	clear: left;
	float: left;
	margin: 0 0 0.8em;
	width: 6em;
	background-image:url(img/listSquare.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 10px;
}
dl.pressProfile dd{
	margin-bottom: 0.8em;
	margin-left: 7em;
}
dl.pressProfile dd a{
	color:#255F98;
	text-decoration:none;
}
dl.pressProfile dd a:hover{
	color:#5B91D2;
	border-bottom:1px solid;
}



dl.Info dt{
	clear: left;
	float: left;
	margin: 0 0 0.8em;
	width: 6em;
	padding-left: 10px;
}
dl.Info dd{
	margin-bottom: 0.8em;
	margin-left: 7em;
}
dl.Info dd a{
	color:#255F98;
	text-decoration:none;
}
dl.Info dd a:hover{
	color:#5B91D2;
	border-bottom:1px solid;
}


/*--------各サービス(TOP)--------*/

#container #mainContent1 div{
	font-size:12px;
	line-height:18px;
	letter-spacing:0.1em;
	color:#464646;
}
/*---タイポグラフ-----*/
#typoGraphy {
}
#typoGraphy a{
	color:#464646;
	text-decoration:none;
}
#typoGraphy a img{
	border:none;
}
a.linkAreaTypo{
	display:block;
	height: 215px;
	width: 670px;
	margin: 0px;
	padding:20px 0px;
	background-image:url(img/bgTypography.gif);
	background-position:left top;
	background-repeat:no-repeat;
	cursor: pointer;

}
*html a.linkAreaTypo{
	display:block;
	height: 215px;
	width: 667px;
	margin: 0px;
	padding:40px 0px;
	background-image:url(img/bgTypography.gif);
	background-position:left top;
	background-repeat:no-repeat;
	cursor: pointer;

}
a:hover.linkAreaTypo{
	background-image:url(img/bgTypoHover.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
*html a:hover.linkAreaTypo{
	background-image:url(img/bgTypoHover.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
/*---Design-----*/
/*
#design {
	background-image:url(img/bgDesign.gif);
	background-position:left 20px;
	background-repeat:no-repeat;
	border-bottom:#c8c8c8 1px solid;
	display:block;
	height: 215px;
	width: 670px;
	margin: 0px;
	padding:20px 0px;
}
*html #design {
	background-image:url(img/bgDesign.gif);
	background-position:left 20px;
	background-repeat:no-repeat;
	border-bottom:#c8c8c8 1px solid;
	display:block;
	height: 215px;
	width: 667px;
	margin: 0px;
	padding:20px 0px;
}
*/

#Design {
}
#Design a{
	color:#464646;
	text-decoration:none;
}
#Design a img{
	border:none;
}
a.linkAreaDsin{
	display:block;
	height: 215px;
	width: 670px;
	margin: 0px;
	padding:20px 0px;
	background-image:url(img/bgDesign2.gif);
	background-position:left top;
	background-repeat:no-repeat;
	cursor: pointer;

}
*html a.linkAreaDsin{
	display:block;
	height: 215px;
	width: 667px;
	margin: 0px;
	padding:40px 0px;
	background-image:url(img/bgDesign2.gif);
	background-position:left top;
	background-repeat:no-repeat;
	cursor: pointer;

}
a:hover.linkAreaDsin{
	background-image:url(img/bgDesignHover.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
*html a:hover.linkAreaDsin{
	background-image:url(img/bgDesignHover.gif);
	background-repeat:no-repeat;
	background-position:left top;
}


/*---3DCG-----*/

#cg {
}
#cg a{
	color:#464646;
	text-decoration:none;
}
#cg a img{
	border:none;
}
a.linkAreaCg{
	display:block;
	height: 215px;
	width: 670px;
	margin: 0px;
	padding:20px 0px;
	background-image:url(img/bgCgtest.gif);
	background-position:left top;
	background-repeat:no-repeat;
	cursor: pointer;

}
*html a.linkAreaCg{
	display:block;
	height: 215px;
	width: 667px;
	margin: 0px;
	padding:40px 0px;
	background-image:url(img/bgCgtest.gif);
	background-position:left top;
	background-repeat:no-repeat;
	cursor: pointer;

}
a:hover.linkAreaCg{
	background-image:url(img/bgCgHovertest.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
*html a:hover.linkAreaCg{
	background-image:url(img/bgCgHovertest.gif);
	background-repeat:no-repeat;
	background-position:left top;
}



.siteImg{
	margin:0px 0px 0px 310px;
	padding:0px;
	float:left;
}
.siteImg img{
	border:none;
}
.siteImg2{
	margin:0px;	
	padding:0px;
	float:right;
}

.information{
	display:block;
	width:170px;
	float:right;
	margin:0px 0px 0px 0px;
}

a .toSite{
	display:block;
	margin:200px 0px 0px 0px;
	text-align:right;
	padding:0px;
	color:#484848;
	text-decoration:none;
}
a:hover .toSite{
	color:#E24719;
}


/*---AR-----*/

#ar {
}
#ar a{
	color:#464646;
	text-decoration:none;
}
#ar a img{
	border:none;
}
a.linkAreaAr{
	display:block;
	height: 215px;
	width: 670px;
	margin: 0px;
	padding:20px 0px;
	background-image:url(img/bgAr.gif);
	background-position:left top;
	background-repeat:no-repeat;
	cursor: pointer;

}

*html a.linkAreaAr{
	display:block;
	height: 215px;
	width: 667px;
	margin: 0px;
	padding:40px 0px;
	background-image:url(img/bgAr.gif);
	background-position:left top;
	background-repeat:no-repeat;
	cursor: pointer;

}

a:hover.linkAreaAr{
	background-image:url(img/bgArHover.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

*html a:hover.linkAreaAr{
	background-image:url(img/bgArHover.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.siteImg{
	margin:0px 0px 0px 310px;
	padding:0px;
	float:left;
}
.siteImg img{
	border:none;
}
.siteImg2{
	margin:0px;	
	padding:0px;
	float:right;
}

.information{
	display:block;
	width:170px;
	float:right;
	margin:0px 0px 0px 0px;
}

a .toSite{
	display:block;
	margin:200px 0px 0px 0px;
	text-align:right;
	padding:0px;
	color:#484848;
	text-decoration:none;
}
a:hover .toSite{
	color:#E24719;
}

/*--------サイトマップ-------*/

#mainContent2 .wsMenu{
	margin:0px;
	padding:20px 0px;
	list-style:none;
	background-image:url(img/LineDashed.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:39em;
	
}
#mainContent2 .wsMenu li{
	background-image:url(img/arrow2.gif);
	background-position:left center;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px 0px 0px 15px;
}
#mainContent2 .wsMenu li a{
	color:#255F98;
	text-decoration:none;
}
#mainContent2 .wsMenu li a:hover{
	color:#5B91D2;
	border-bottom:1px solid;
}
#mainContent2 .wsMenu li.otherSite{
	margin:0px 0px 0px 12em;
	padding-top:5px;
	padding-bottom:5px;
}
/*--------FOOTER-------------*/
#footer { 
	padding: 0 20px;
	background-image:url(img/footer.jpg);
	background-repeat:no-repeat;
	height:145px;
} 
#footer p {
	margin: 0;
	padding:115px 0px 0px 0px;
	font-size:10px;
	color:#464646;
	float:left;
}

#footer .footerMenu {
	margin:115px 0px 0px 0px; 
	padding:0px;
	float:right;
	display:block;
	height: 20px;
	width:200px;
	list-style-type: none;
}
#footer .footerMenu li{
	padding:0px;
	text-align:right;
}
/*---------Sitepolicy----------*/
#footer .footerMenu .sitepolicy{
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px;
}
a.sitepolicyBtn{
	display:block;
	width:105px;
	height:13px;
	background-image:url(img/MenuSitepolicy.gif);
	background-position:right 0px;
	background-repeat:no-repeat;
}
a:hover.sitepolicyBtn{
	display:block;
	width:105px;
	height:13px;
	background-image:url(img/MenuSitepolicy.gif);
	background-position:right -13px;	
	background-repeat:no-repeat;
}
a.sitepolicyBtn span{
	display:none;
}
/*---------Sitemap----------*/
#footer .footerMenu .sitemap{
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px;
}
a.sitemapBtn{
	display:block;
	width:95px;
	height:13px;
	background-image:url(img/MenuSitemap.gif);
	background-position:right 0px;
	background-repeat:no-repeat;
}
a:hover.sitemapBtn{
	display:block;
	width:95px;
	height:13px;
	background-image:url(img/MenuSitemap.gif);
	background-position:right -13px;	
	background-repeat:no-repeat;
}
a.sitemapBtn span{
	display:none;
}



/* 再使用できる各種クラス */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container .marginBtm100{
	margin-bottom:100px;
}
#container .marginBtm150{
	margin-bottom:150px;
}
#container .marginBtm200{
	margin-bottom:200px;
}
#container .marginBtm250{
	margin-bottom:250px;
}
#container .marginBtm350{
	margin-bottom:350px;
}
