@charset "utf-8";

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

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


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

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


/*
-------------------------------------
	Introduction
-------------------------------------
*/

.Introduction {}

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

.Introduction .Left h3 {
	font-size: 1px;
	text-indent: -9999px;
}

.Introduction .Right p {
	font-size: 14px;
	color: #666;
	text-align: justify;
	line-height: 170%;
	margin: 0px 0px 10px;
}

.Introduction .Right p strong {
	font-weight: normal;
}

.Introduction .Right .ImageRight {
	width: 220px;
	float: right;
	text-align: right;
}

.Introduction .Right .ImageRight img {
	border: 1px solid #DDD;
}

.Introduction .Right .ImageRight p {
	font-size: 11px;
	color: #000;
	text-align: left;
	line-height: 100%;
	margin: 5px 0px 0px 20px;
}

.Introduction .Right .ImageCenter {}

.Introduction .Right .ImageCenter h4 {
	font-size: 16px;
	color: #09C;
	margin: 0px 0px 5px;
}

.Introduction .Right .ImageCenter h5 {
	font-size: 14px;
	margin: 5px 0px 0px;
}

.Introduction .Right .ImageCenter img {
	border: 1px solid #DDD;
}

.Introduction .Right .ImageCenter p {
	font-size: 12px;
	margin: 0px;
}

.Introduction .Right .ImageCenter p.TextRight {
	font-size: 11px;
	text-align: right;
	line-height: 100%;
}

.Section01 .Left h3 {
	background: url(../img/section01.gif) no-repeat;
	height: 81px;
}

.Section02 .Left h3 {
	background: url(../img/section02.gif) no-repeat;
	height: 82px;
}

.Section03 .Left h3 {
	background: url(../img/section03.gif) no-repeat;
	height: 52px;
}

.Section04 .Left h3 {
	background: url(../img/section04.gif) no-repeat;
	height: 51px;
}

.Section05 .Left h3 {
	background: url(../img/section05.gif) no-repeat;
	height: 81px;
}

.Section06 .Left h3 {
	background: url(../img/section06.gif) no-repeat;
	height: 51px;
}

.TextBy {
}

.TextBy p {
	font-size: 11px;
	color: #666;
	line-height: 150%;
	text-align: right;
}

.TextBy p small {
	font-size: 11px;
	color: #999;
}

.MoveUp {
	padding: 0px 0px 40px;
}

.MoveUp p a {
	background: url(../../common/img/icon_pointer01.gif) no-repeat 0px 2px;
	font-size: 11px;
	padding: 0px 0px 0px 15px;
}

.MoveUp p a:hover {
	background-position: 0px -28px;
}

