@charset "utf-8";
@import url("common.css");
@import url("column.css");

/* pan
----------------------------------------------------------------------------------------------------*/

p#pan{
	position:absolute;
	top:80px;
	left:20px;
	width:200px;
}

p span.pan_tsuyomi{
	background:url(../tsuyomi/img/pan_tsuyomi.gif) no-repeat center bottom;
	display:inline-block;
	height:13px;/*複数行20px　1行13px*/
	line-height:1.4;
	width:105px;
	/*vertical-align:bottom;*/
}

/* page title
----------------------------------------------------------------------------------------------------*/

#title_page-tsuyomi{
	background:url(../tsuyomi/img/title_page-tsuyomi.gif) no-repeat left center;
	height:140px;
	margin-bottom:30px;
	text-align:left;
}

/* title
----------------------------------------------------------------------------------------------------*/

#title_speed{
	background:url(../tsuyomi/img/title_speed.gif) no-repeat left center;
	height:44px;
	margin-bottom:20px;
}

#title_communication{
	background:url(../tsuyomi/img/title_communication.gif) no-repeat left center;
	height:41px;
	margin-bottom:20px;
}

#title_technology{
	background:url(../tsuyomi/img/title_technology.gif) no-repeat left center;
	height:45px;
	margin-bottom:20px;
}

#title_ecology{
	background:url(../tsuyomi/img/title_ecology.gif) no-repeat left center;
	height:44px;
	margin-bottom:20px;
}

/* other
----------------------------------------------------------------------------------------------------*/

#area_speed{
	background:url(../tsuyomi/img/back_img-speed.jpg) no-repeat bottom right;
	min-height:320px;
	padding-right:390px;
}
#area_speed p{
	line-height:1.6;
	letter-spacing:0.2em;
	margin-bottom:1em;
	text-align:left;
}

#area_communication{
	background:url(../tsuyomi/img/back_img-communication.jpg) no-repeat bottom left;
	min-height:240px;
	margin-bottom:30px;
	padding-left:390px;
}
#area_communication p{
	line-height:1.6;
	letter-spacing:0.2em;
	margin-bottom:1em;
	text-align:left;
}

#area_technology{
	background:url(../tsuyomi/img/back_img-technology.jpg) no-repeat bottom right;
	min-height:300px;
	padding-right:390px;
}
#area_technology p{
	line-height:1.6;
	letter-spacing:0.2em;
	margin-bottom:1em;
	text-align:left;
}

#area_ecology{
	background:url(../tsuyomi/img/back_img-ecology.jpg) no-repeat bottom left;
	margin-bottom:30px;
	padding-left:390px;
}
#area_ecology p{
	line-height:1.6;
	letter-spacing:0.2em;
	margin-bottom:1em;
	text-align:left;
}

