@charset "utf-8";
@import "base.css";
@import "reset.css";
@import "common.css";


/* 				main_image
--------------------------------------------------------------------*/
div#main_image {
	margin:0 0 30px 0;
}




/* 				greeting
--------------------------------------------------------------------*/
div#greeting div {
	margin:0 0 24px 0;
}
div#greeting div p {
	float:left;
	font-size:1.2em;
	line-height:1.6em;
	width:420px;
}
div#greeting div img {
	float:right;
}




/* 				technology
--------------------------------------------------------------------*/
div#technology div {
	margin:0 0 30px 0;
}
div#technology div dl {
	float:left;
	width:420px;
}
div#technology div dl dd {
	font-size:1.2em;
	line-height:1.6em;
	margin:0 0 27px 0;
}
div#technology div dl dt {
	font-size:1.2em;
	line-height:1.6em;
}
div#technology div img {
	float:right;
}



/* 				news
--------------------------------------------------------------------*/
div#news {
	margin:0 0 30px 0;
}
div#news div {
	width:600px;
	height:180px;
	overflow:auto;
}
div#news div dl {
	border-bottom:solid 1px #CCCCCC;
	width:568px;
}
div#news div dl dt {
	color:#0033FF;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.6em;
	width:91px;
	float:left;
	padding:11px 0 12px 0;
}
div#news div dl dd {
	font-size:1.2em;
	line-height:1.6em;
	margin-left:91px;
	padding:11px 5px 12px 0;
}
div#news div dl dd {
	color:#444444;
}
div#news div dl dd a {
	color:#444444;
}
div#news div dl dd a:hover {
	color:#0033FF;
}
