@import url("common.css");
@import url("base.css");
@import url("../../css/navigation.css");

/* TRANSe Project */
/* for English */
/* contents.css */

.content h2 {
	margin:0 0 14px;
	padding:0;
	}

.index p {
	text-align:left;
	width:342px;
	margin:10px auto 50px;
	}

/*/////////*/
/* company */

.company {
	position:relative;
	height:615px;
	background:#FFFFFF url(../../images/company_buil.jpg) no-repeat;
	}

.company h2 {
	margin:0 0 14px 245px;
	padding:0;
	}

.company dl {
	position:absolute;
	bottom:10px;
	width:340px;
	margin-left:245px;
	}

.company dl dt {
	clear:both;
	float:left;
	width:9.5em;
	margin:0 0 1.5em 0;
	padding:0;
	}

.company dl dd {
	_height:1%; /* Hack for Win IE6 */
	margin:0 0 1.5em 10em;
	padding:0;
	}

.company dl dt.last {
	clear:both;
	float:left;
	width:9.5em;
	margin:0;
	padding:0;
	}

.company dl dd.last {
	_height:1%; /* Hack for Win IE6 */
	margin:0 0 0 10em;
	padding:0;
	}


/*//////////*/
/* products */

.productsBlock {
	width:544px;
	margin-bottom:10px;
	padding:0;
	}

.productsLeft {
	float:left;
	width:264px;
	margin:0 16px 0 0;
	}

.productsRight {
	float:right;
	width:264px;
	margin:0;
	padding:0;
	}

.productsBlock h3 {
	margin-bottom:3px;
	}

.productsBlock h3.t01 {
	width:254px;
	height:23px;
	background:url(../../images/products_t01.gif) no-repeat;
	font-size:12px;
	line-height:18px
	font-weight:bold;
	padding:9px 0 0 10px;
	}

.productsBlock h3.t02 {
	width:254px;
	height:23px;
	background:url(../../images/products_t02.gif) no-repeat;
	font-size:12px;
	line-height:18px
	font-weight:bold;
	padding:9px 0 0 10px;
	}

.productsBlock h3.t03 {
	width:534px;
	height:23px;
	background:url(../../images/products_t03.gif) no-repeat;
	font-size:12px;
	line-height:18px
	font-weight:bold;
	padding:9px 0 0 10px;
	}

.productsBlock h3.t04 {
	width:534px;
	height:23px;
	background:url(../../images/products_t04.gif) no-repeat;
	font-size:12px;
	line-height:18px
	font-weight:bold;
	padding:9px 0 0 10px;
	}


/*/////////*/
/* contact */

.form {
	width:544px;
	padding:15px 0;
	}

.form input,textarea {
	font-size:12px;
	line-height:16px;
	padding:1px 2px;
	margin:0;
	}

.form label {
	clear:both;
	float:left;
	vertical-align:middle;
	width:9.5em;
	margin-right:0.5em;
	padding-top:5px;
	}

.form .field {
	float:left;
	width:420px;
	_height: 1%; /* Hack for Win IE6 */
	margin:0 0 14px 0;
	padding:0;
	}

.form .submit {
	clear:both;
	margin:1.5em 0 0 10em;
	}

.thanks{
	margin-bottom:30em;
}



