@charset "utf-8";

body{
	line-height: 22px;
}

#contents{
	position: relative;
	top:30px;
	left:133px
	width: 580px;
}

#midashi{
	background-image:url(../img/newsMidashi.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 277px;
	height: 31px;	
	margin-bottom: 35px;
}


/* styleForSunpaNewsList */
dt{
	color: #14a73c;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
}

dd{
	padding-left:60px;
	margin-bottom: 10px;
}

dd.newMark{
	background-image:url(../img/newMark.png);
	background-repeat: no-repeat;
}

dd.normalMark{
	background-image:url(../img/normalMark.png);
	background-repeat: no-repeat;
	background-position-x: 35px;
}

dd a{
	color:#555555;
}

dd a:hover{
 	color: #14a73c;
}  


/* styleForSunpaNews20XX */
h2.year{
	color: #14a73c;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

h3{
	font-size: 15px;
	margin-bottom: 20px;
}

h3.newMark{
	height:100%;
	background-image:url(../img/newMark.png);
	background-repeat: no-repeat;
	padding-left:60px;
}

h3.normalMark{
	height:100%;
	background-image:url(../img/normalMark.png);
	background-repeat: no-repeat;
	padding-left:20px;
}

.parkMark{
	background-image:url(../img/parkMark.png);
	background-repeat: no-repeat;
	padding-left:27px;
}

.newsModule{
	width: 580px;
}

.newsModule p{
	margin-bottom: 20px;
}

.caption{
	width: 270px;
	font-size: 13px;
	text-align: left;
}



.boxOne .caption{
	width: 580px;
	font-size: 13px;
	text-align: center;
}

.innerModule{
	width: 580px;
}

.innerModule .boxLeft{
	float: left;
	width: 270px;
	padding:0 0 13px 5px;
}

.innerModule .boxRight{
	float:right;
	width: 270px;
	padding:0 0 13px 5px;
}

.innerModule .boxOne{
	width: 580px;
	padding:0 0 13px 0;
	text-align: center;
}

/* ie6 */
*html .innerModule .boxLeft,*html .innerModule .boxRight,*html .innerModule .boxOne{ 
	padding-bottom: 10px;
}


*:first-child+html .innerModule .boxLeft,*:first-child+html .innerModule .boxRight,*:first-child+html .innerModule .boxOne{ 
	padding-bottom: 10px;
}

.bold{
	font-weight: bold;	
}

.highlight{
	background-color: #a1ff32;
	padding:10px;
	border-radius: 15px;        /* CSS3‘ˆÄ */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome—p */  
	-moz-border-radius: 15px;   /* Firefox—p */   
}

.returnToList{
	clear: both;
	font-size: 13px;
	width: 580px;
	text-align: right;
}

.borderSolid{
	width: 580px;
	padding:5px 0 35px 0;
}
/* ie6 */
*html .borderSolid{ 
	padding-bottom: 32px;
}

/* ie7 */
*:first-child+html .borderSolid{ 
	padding-bottom: 32px;
}

.innerModule2 .boxLeft{
	float:Left;
	width: 270px;
 	height: 203px;
	padding:0 0 13px 5px;
}

.innerModule2 .boxRight{
	float:right;
	width: 270px;
 	height: 203px;
	padding:0 0 13px 5px;
}

.innerModule3 .boxLeft{
	float:Left;
	width: 270px;
 	height: 392px;
	padding:0 0 13px 5px;
}

.innerModule3 .boxRight{
	float:right;
	width: 270px;
 	height: 392px;
	padding:0 0 13px 5px;
}

.date{
	font-weight: normal;
}


