@charset "utf-8";
/*

Site Name: 大友製作所

File Name: information.css

Description: お知らせ用CSS

Created: 2009/03/16

*/ 
/*-----------------------------------------------------

お知らせ TOP

-------------------------------------------------------*/
/*-----------------------------------------------------

WHAT'S NEW

-------------------------------------------------------*/

div#main div.main_news{

	margin: 0 0  230px 0px;

}

div#main div.main_news dl {
	
	width: 570px;

	margin: 0px 0 50px 0;

	padding: 0 10px 0 10px;

	background: url(../images/news/bg_whatsnew.gif) no-repeat bottom left;

	}

.top_border {

	width: 590px;

	padding-bottom: 15px;

	background: url(../images/news/bg_whatsnew.gif) no-repeat top left;

	}

div#main div.main_news dl dt {

	float: left;

	width: 75px;

	padding: 11px 0 12px 10px;

	}


div#main div.main_news dl dd {

	padding: 11px 0 12px 85px;

	background: url(../images/news/border_whatsnew.gif) repeat-x bottom left;

	}

div#main div.main_news p dl dd.last {

	background: none;

	}


/*-----------------------------------------------------

お知らせ用

-------------------------------------------------------*/

div#main p {
	margin : 0 10px 10px 10px;
}
div#main {
	margin-bottom : 70px;
}

div#main h3{ font-weight:bold; text-align:center;}

div#main h3.newsTitle{ 
	margin:30px 0 30px 0;
}

div.signature { margin-top:30px; float:right; width:215px;}

ul.disc{
	margin: 0 0 10px 12px;
}

ul.disc li{
	list-style-type:disc !important;
	list-style-position:inside;
	}

div.notes{
	margin-left: 1em;
	padding-left: 1em;
	text-indent: -1em;
}


.pdfLink a:link, a:visited{

	text-decoration: none;
	border-bottom: solid 1px #333333;
	}
	

.pdfLink a:hover, a:active{

	text-decoration: none;
	border-bottom: solid 1px #999999;
	}
	

.pdfIcon{
margin-right: 5px;
}