@charset "utf-8";

/* top.css */


/*-------------------------------------------------
///	top	
-------------------------------------------------*/

body {
	background: url(../common/img/bg_top_body.jpg) repeat-x left top;
}


/*-------------------------------------------------
///	IPDCフォーラムについて	
-------------------------------------------------*/

#FirstCol dl.top_info {
	background: #FAFEF5;
	border: #42781F 2px solid;
	border-bottom: none;
	padding: 10px 15px;
	text-align: left;
	width: 516px;
}

* html #FirstCol dl.top_info {
	width: 550px;
}

#FirstCol dl.top_info dt {
	border-bottom: #3D9909 2px dotted;
	margin-bottom: 8px;
	padding-bottom: 6px;
}

#FirstCol dl.top_info dd {
	font-size: 14px;
}

#FirstCol .border_bottom {
	background: url(../img/img_border_topcontents.jpg) no-repeat;
	width: 550px;
	height: 5px;
	font-size: 0;
	margin-bottom: 25px;
}


/*-------------------------------------------------
///	What's New	
-------------------------------------------------*/

#FirstCol h3 {
	margin-bottom: 12px;
}

#FirstCol dl.top_news {
	text-align: left;
	padding: 10px;
	border-bottom: #3D9909 1px dotted;
	clear: both;
}

#FirstCol dl.top_news dt {
	width: 120px;
	float: left;
	font-weight: bold;
}

#FirstCol dl.top_news dd {
	margin-left: 120px;
	zoom: 1;
}


/*-------------------------------------------------
///	書類アイコン	
-------------------------------------------------*/

.mail {
	background-image: url(../common/img/mail.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}

.word {
	background-image: url(../common/img/word.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}

.pdf {
	background-image: url(../common/img/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}	