@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;
	
	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;
}

/*-------------------------------------------------
///	2011･4･11追加	
-------------------------------------------------*/

#ThirdCol dl.top_info {
	background: #FAFEF5;
	border: #42781F 2px solid;
	
	padding: 10px 15px;
	text-align: left;
	width: 200px;
}

#top_banner_1 {
	width:255px;
	top:-200px;
	left:-200px;
	position: relative;
}


#top_banner_2 {
	width:251px;
	height:38px;
	float:right;
}

#contents_top {
	width: 797px;
	margin: 0 auto;
	padding-top: -30px;
	padding-bottom: 34px;
}

/*-------------------------------------------------
///	2011･6･3追加	
-------------------------------------------------*/

#top_banner_3 {
	width:176px;
	top:-80px;
	left:-250px;
	position: relative;
}


/*-------------------------------------------------
///	書類アイコン	
-------------------------------------------------*/

.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;
}	

