/**import outside files**/



@import url("base.css");

@import url("font.css");



/**Specify styles only for Company section**/

.topimage {

	margin: 25px 0;

}



.aboutus, .aboutpartner {

	margin: 10px 0 10px 0;

	padding: 0 10px;

	line-height: 150%;

}


.partnerCountry{
	margin:0 0 11px 0;
	
}

.partnerCountry li{
	list-style-position: inside;
	}


.aboutus img {

	float: right;

	margin: 5px 10px 3px 8px;

}



div#contents table {

	margin: 10px 0px 10px 10px;

}



div#contents table td.year {

	width: 110px;

	text-align: right;

	padding: 3px 15px 3px 0;

}



div#contents table td.photo {

	width: 100px;

	text-align: center;

	padding: 3px 0px;

}



div#contents table td.description {

	width: 400px;

	padding: 3px 15px 3px 0;

}


/***** added 20110128 *****/
div#contents table td.description a{
	color: #D97A16;
	text-decoration:underline;
}



hr.bar {

	display: block !important;

	color: #ccc;

	height: 1px;

	width: 400px;

	text-align: center;

}





.logolist {

	margin: 20px 0;

	padding: 0 20px;

	float: left;

	width: 200px;

	text-align: center;

	border:1px dotted #999;

}



.logolist img {

	margin: 10px 0;

}



.logotext {

	margin: 20px 0;

	float: left;

	width: 350px;

}



.logotext ul {

	margin: 10px 0 20px 0;

	padding: 0 10px;

	line-height: 150%;

	list-style-type: disc;

	list-style-position: inside;

}



/**Sub navigation**/

#subnavi {

	width: 200px;

	height: 150px;

	background-image:  url(../img/common/plist_bk.jpg);

	background-repeat: no-repeat;

	margin-bottom: 30px;

}



#subnavi h2 {

	width: 165px;

	margin-left: 10px;

}



#subnavi ul {

	list-style-type: none;

	margin-left: 15px;

	border-left: solid 3px #68A13A;

}



#subnavi li {

	margin-left: 3px;

	line-height: 150%;

}






