@charset "utf-8";

@import url("../../common/style/element.css");
@import url("../../common/style/layout.css");

/*
--------------------------------------------------------------
	CSS for Introduction
--------------------------------------------------------------
*/


/*
-------------------------------------
	OverRide
-------------------------------------
*/

#GlobalNavi .Wrapper ul li.NaviMedia a {
	background-position: 0px -54px;
}


/*
-------------------------------------
	Media
-------------------------------------
*/

.Media {}

.Media .PageTitle {
}

.Media .PageTitle h2 {
	background: url(../img/ttl_pagetitle_h2.gif) no-repeat;
	height: 80px;
	font-size: 1px;
	text-indent: -9999px;
}



/*
-------------------------------------
	AboutInquiry
-------------------------------------
*/

.Publishing {
}

.Publishing .Left h3 {
	background: url(../img/ttl_publishing_h3.gif) no-repeat;
	height: 51px;
	font-size: 1px;
	text-indent: -9999px;
}

.Publishing .Right p {
	font-size: 14px;
	text-align: justify;
	line-height: 150%;
	margin: 0px 0px 10px;
}

.Publishing .Right table {
	width: 100%;
}

.Publishing .Right table th {
	width: 200px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #09C;
	border-top: 1px solid #DDD;
	padding: 5px 0px;
}

.Publishing .Right table td {
	font-size: 14px;
	border-top: 1px solid #DDD;
	padding: 5px 0px;
}







