/*--------------------------------------------------------------------
/- file   : contact.css
/- admin  : 
/- update : 20080825
/- desc   : css for modern browser
/--------------------------------------------------------------------*/

@media screen, print { /* MacIE除外用 */

/************* お知らせ *************/

body#information div.informationList {
	margin-bottom: 1.5em;
	padding: 0px 0px 2px 0px;
	border-bottom: #F1EBDE solid 1px;
}

body#information div.informationList ul li.border {
	padding-top: 18px;
	background: url(../images/common/imgDotlineHolizon.gif) left top repeat-x;
}

body#information div.informationList ul{
	margin-top: 0em;
}
body#information div.informationList li{
	margin-top: 0.2em;
	padding-left: 2px;
	padding-bottom: 9px;
	list-style: none;
}
body#information div.informationList li span.date{
	float: left;
	width: 9em;
	padding-left: 8px;
}
body#information div.informationList li span.txt{
	float: left;
	width: 45em;
	padding-left: 10px;
	background: url(../images/common/iconLink.gif) 0 6px no-repeat;
}

body#information div.detail {
	margin-bottom: 1.5em;
	padding: 4px 10px;
}

} /* MacIE除外用 */


/*********** Print Only styles ***********/

@media print { /* 印刷用 */
}

@media screen { /* IE5対策 印刷用 */
}

