@charset "utf-8";

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

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


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

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


/*
-------------------------------------
	Profile
-------------------------------------
*/

.Profile {}

.Profile .PageTitle {
}

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


/*
-------------------------------------
	Data
-------------------------------------
*/

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

.Data .Left .Photo {
	margin: 30px 0px 0px;
}

.Data .Left .Photo img {
	border: 2px solid #DDD;
}

.Data .Left .PersonHistory {
	margin: 10px 70px 0px 0px;
}

.Data .Left .PersonHistory h4 {
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #DDD;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
}

.Data .Left .PersonHistory h4 small {
	font-size: 11px;
}

.Data .Left .PersonHistory p {
	font-size: 12px;
	color: #666;
	text-align: justify;
	line-height: 150%;
}

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

.Data .Right table th {
	width: 100px;
	font-size: 14px;
	color: #09C;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #EEE;
	padding: 10px 0px;
}

.Data .Right table td {
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #EEE;
	padding: 10px 0px;
}

.Data .Right table td ul {
	list-style-type: none;
	line-height: 130%;
}

.Data .Right table td ul li {
	background: url(../../common/img/icon_circle01.gif) no-repeat left center;
	padding: 0px 0px 0px 15px;
}

.Data .Right p {
	margin: 10px 0px 0px;
}

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

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

/*
-------------------------------------
	Factory
-------------------------------------
*/

.Factory {
	margin: 0px 0px 30px;
}

.Factory .Frame {
	border: 1px solid #CCC;
	background: #EEE;
	padding: 30px 0px 0px 30px;
}

.Factory .Frame h3 {
	background: url(../img/ttl_factory_h3.gif) no-repeat;
	height: 39px;
	font-size: 1px;
	text-indent: -9999px;
}

.Factory .Frame .Images {
	width: 180px;
	float: left;
	margin: 10px 0px 30px;
}

.Factory .Frame .Images a img {
	border: 1px solid #CCC;
}

.Factory .Frame .Images p {
	font-size: 11px;
	text-align: justify;
	margin: 5px 20px 0px 0px;
}

/*
-------------------------------------
	History
-------------------------------------
*/

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

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

.History .Right table th {
	width: 100px;
	font-size: 14px;
	color: #09C;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #EEE;
	padding: 10px 0px;
}

.History .Right table td {
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #EEE;
	padding: 10px 0px;
}











