@charset "utf-8";
/* CSS Document */



#pageContents{
	width:740px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#main{
	padding:0px 0px 15px 0px;
}

#pageContents h3{
	padding:0px 0px 12px 0px;
}

#pageContents h3#newsTitle{
	display:block;
	width:730px;
	height:40px;
	font-weight:bold;
	font-size:100%;
	padding:6px 0px 12px 10px;
	background:url(../images/news/news_ttl_bg.png) no-repeat;
	color:#ab4a2c;
}



#pageContents .sectionBox{
	width:740px;
	height:auto;
	margin:0px 0px 15px 0px;
	padding:0px 0px 20px 0px;
	border-bottom:1px dotted #ccc;
}


p.read{
	margin:0px 0px 20px 0px;
}

#pageContents .sectionBox ul{
	height:auto;
	padding:0px 0px 20px 0px;
}

#pageContents .sectionBox ul li{
	margin:0px 0px 12px 0px;
	padding:0px 0px 5px 10px;
	border-bottom:2px dotted #ccc;
	background:url(../../common/images/icon_link.png) left 9px no-repeat;
}





#pageContents .newsBody{
	width:740px;
	height:auto;
	margin:0px 0px 15px 0px;
	padding:0px 0px 20px 0px;
	border-bottom:1px dotted #ccc;
}

#pageContents .newsBody .photo{
	width:315px;
	float:left;
}

#pageContents .newsBody .photo img{
	margin:0px 0px 15px 0px;
}

#pageContents .newsBody .copy{
	width:410px;
	float:right;
}


#pageContents .newsBody .copyAll{
	width:740px;
}

#pageContents .newsBody .downloadArea p{
	
	padding:0px 0px 10px 0px;
}


#pageContents .newsBody .downloadArea{
	
	padding:15px 0px 0px 0px;
}











