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

@import "init.css";
@import "base_layout.css";


/*ナビゲーションのボーダー*/
/*ナビゲーションlevel2*/
div#level2{
	background:url(../img/bg_navi_services.gif) no-repeat;
	height:100%;
	min-height:100%;
	float:right;
	text-align:right;
	}

div#level2 h2{
	width:150px;
	height:45px;
	margin:0 0 0 0;
	text-indent:-9999px;
	}
div#level2 ul li{
	width:150px;
	height:35px;
	text-indent:-9999px;
	}
div#level2 ul li a{
	display:block;
	width:150px;
	height:30px;
	margin:0 0 5px 0;
	text-indent:-9999px;
	}
div#level2 ul li a:hover{
	width:145px;
	margin:0 0 0 5px;
	background:#5172B3;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	}	

/*コンテンツ領域*/
div#main{
	padding:0 0 0 20px;
	}

/*ページ見出し services.html*/
h2#services{
	width:100%;
	height:50px;
	background:url(../services/img/h2_services.gif) no-repeat;
	text-indent:-9999px;
	margin:0 0 0 -20px;
	}
	
div#main h3#detail{
	width:100%;
	height:35px;
	background:url(../services/img/h3_detail.gif) no-repeat;
	text-indent:-9999px;
	margin:40px 0 0 -20px;
	}


/*コンテンツ services.html*/
#main table{
	border-collapse:collapse;
	border-top:1px solid #FFFFFF;
	}
#main table.lasttable{
	margin:0 0 60px 0;
	}
#main table th{
	background:#748EC2;
	padding:3px 0 3px 10px;
	width:170px;
	border-bottom:1px solid #FFFFFF;
	margin:1px 0 1px 0;
	vertical-align:top;
	font-weight:bold;
	}
#main table td{
	padding:3px 10px 3px 10px;
	border-bottom:1px solid #FFFFFF;
	}

/*ページ見出し advertising.html*/
h2#adv{
	width:100%;
	height:50px;
	background:url(../services/img/h2_advertise.gif) no-repeat;
	text-indent:-9999px;
	margin:0 0 0 -20px;
	}
div#main h3#customer{
	width:100%;
	height:35px;
	background:url(../services/img/h3_customer.gif) no-repeat;
	text-indent:-9999px;
	margin:40px 0 0 -20px;
	}
div#main ul#customer_list li{
	display:inline;
	margin:0 10px 0 0;
	white-space:nowrap;
	_	white-space:normal;
	}
	
/*ページ見出し publishing.html*/
h2#pub{
	width:100%;
	height:50px;
	background:url(../services/img/h2_publishing.gif) no-repeat;
	text-indent:-9999px;
	margin:0 0 0 -20px;
	}
div#main h3#a-ie{
	width:100%;
	height:35px;
	background:url(../services/img/h3_a-ie.gif) no-repeat;
	text-indent:-9999px;
	margin:40px 0 0 -20px;
	}
div#main h3#fpp{
	width:100%;
	height:35px;
	background:url(../services/img/h3_fpp.gif) no-repeat;
	text-indent:-9999px;
	margin:40px 0 0 -20px;
	}
dl.mediadetail dt{
	display:inline;
	margin:0 10px 0 0;
	}
dl.mediadetail dd{
	display:inline;
	margin:0 10px 0 0;
	}
	


