@charset "utf-8";

/* main : banner */
/**************************************/
div#main h1{
	position        : absolute;
	top             : 96px;
	left            : 0px;
	margin          : 0px 0px 0px 0px;
	padding         : 10px 0px 0px 0px;
	border-top      : 1px solid #262626;
	color           : #ffffff;
	line-height     : 120%;
}

div#main h1.image{
	position        : static;
	margin          : 0px 0px 0px 0px;
	padding         : 0px 0px 0px 0px;
	border-top      : none;
}


/* contents : service-list */
/**************************************/
table#service-list{
	margin          : 0px 0px 15px 0px;
}

table#service-list td{
	padding         : 3px 0px 0px 0px;
}

table#service-list td.iis{
	width           : 208px;
	text-align      : left;
	border-right    : 1px solid #cccccc;
}

table#service-list td.exchange{
	width           : 219px;
	text-align      : center;
	border-right    : 1px solid #cccccc;
}

table#service-list td.sharepoint{
	width           : 208px;
	text-align      : right;
}


/* contents : news */
/**************************************/
table#news{
	margin          : 0px 0px 20px 0px;
}

table#news td{
	vertical-align  : top;
}

table#news td.new{
	width           : 428px;
	text-align      : left;
	border-right    : 1px solid #cccccc;
}

table#news td.seminer{
	width           : 207px;
	text-align      : left;
}

table#news td.new h3{
	margin          : 0px 0px 10px 0px;
	padding         : 0px;
	border          : none;
}

table#news td.seminer h3{
	margin          : 0px 0px 10px 10px;
	padding         : 0px;
	border          : none;
}

table#news td.seminer p{
	margin          : 0px 0px 10px 10px;
	padding         : 0px;
	border          : none;
}

table#news td.new ul{
	margin          : 0px 10px 0px 0px;
}

table#news td.seminer ul{
	margin          : 0px 0px 10px 10px;
}

table#news li{
	clear:both;
	display         : block;
	margin          : 0px 0px 0px 0px;
	padding         : 0px 0px 5px 0px;
	line-height     : 1.5em;
}

table#news li span.date{
	display         : block;
	width           : 75px;
	float           : left;
	padding         : 0px 0px 0px 12px;
	background      : url(news-icon.gif) 0px 4px no-repeat;
	color           : #637895;
	font-family     : "Verdana", "Arial", "Helvetica", "sans-serif";
}

table#news li a{
	display         : block;
	width           : 330px;
	float           : left;
}



div#rec{
	margin          : 0px 0px 20px 0px;
}

