
@charset "utf-8";
/*----------------------------------------
Name: index.css
Date Created:2009/09/20 [t.sato]
Last Updated:2009/09/20 [t.sato]
Copyright:Prudence.inc
----------------------------------------*/

#pageTop, 
#globalNavi li.navi_01 img{
	display:none;
}


/* レイアウト
----------------------------------------*/
#mainColumn {
	width:825px;
	margin-top:20px;
}

#contents {
	background:url(../img/common/globalnavi_img_02.gif) 0 0 repeat-y;
}

#mainImage {
	margin-bottom:20px;
}

#news h3,#service h3,#operation h3 {
	margin-bottom:10px;
}

#news {
	float:left;
	width:550px;
	margin-bottom:15px;
}
#news dt {
	float:left;
	clear:both;
	width:70px;
	padding-left:5px;
}
#news dd {
	padding-left:80px;
	background:url(../img/common/line_dot_01.gif) left bottom repeat-x;
	margin-bottom:7px;
	padding-bottom:7px;
}
#news dd p{
	padding-left:70px;
	background: url(../img/index/index_icon_info.gif) 0 0 no-repeat;
}
#news dd p.release{
	background: url(../img/index/index_icon_release.gif) 0 0 no-repeat;
}
* html body #news dd p{
   display:inline-block; /*IE6 3pxずれを解消*/
}
#news dd .pdf {
	padding:1px 10px;
	background:url(../img/common/icon_pdf.gif) 3px 0 no-repeat;
}
#news p.goList{
	text-align:right;
}


#service {
	float:right;
	width:260px;
	margin-bottom:15px;
}
#service ul li {
	margin-bottom:5px;
}
#operation {
	margin-bottom:30px;
}

#operation li {
	width:275px;
	float:left;
}
#operation li p {
	margin:0 0 5px 15px;
}
#operation li p.detail {
	text-align:right;
}














