/* CSS Document */

#nporapper{
	margin-top: 50px;
	text-align: center;
	padding-left: 10px;
	}


/*widthは並べたい枚数にあわせて調整*/
#npobanner{
/*    background-color:#ffffff;  */
}
/*widthは写真の大きさにあわせて調整
font-sizeは固定した方が良い*/
dl{
	margin-right:3px;
	margin-bottom:1em;
	padding:0px;
	float:inherit;
	width:120px;
	font-size:12px;
	margin-top: 0px;
	margin-left: 0px;
	border: 1px solid #333333;
}
dt{
    margin:0px;
    padding:0px;
}
dd{
	margin:0px;
	padding:4px 0.5em;

    border-color::#7F2D00;
}
/*heightは行数＋αにしておく。
コメントの文字数はあらかじめ決めておきましょう。*/


dd.name{
	height:1.2em;
	background-color:#333333;
	font-weight: bold;
	color: #FFFFFF;
   /* height:2.2em;*/
}
dd.comment{
	height:3.4em;
	background-color:#f6eec9;
	text-align: left;
}
/*dd.date{
    height:1.2em;
}*/


#topics{
    width:350px;
}


dt.dates{
height:1.2em;
text-align: left;
}	
	
	dd.com{
	text-align: left;
	}
	
	
	.dl-chnge{
	margin-right:3px;
	margin-bottom:1.5em;
	padding:0px;
	float:inherit;
	width:360px;
	font-size:12px;
	margin-top: 0px;
	margin-left: 0px;
}

.dt-change{
	margin:0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	background-color: #CC6600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.dd-change{
	margin:0px;



    border-color::#7F2D00;			padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 11px;
}






#inforapper{
	width:100%;
	float:inherit;
	margin-top: 20px;
	}


  div.info{
    width:450px;
    background-color:#FFFFFF;
    border:#7F2D00 2px solid;
}

p.info-top-left{
	position:relative;
    background:url(img/info_img/left_top.jpg) no-repeat left top;
	width:30px;
/*    margin:0em;
    padding:1em;
    position:relative;
    top:2px;
    left:2px;  */
} 
p.info-top-middle{
    background:url(img/info_img/mid_top.jpg) no-repeat center top;
	width:388px;
	height:40px;
/*    margin:0em;
    padding:1em;
    position:relative;
    top:2px;
    left:2px;  */
} 
p.info-middle-middle{
    background-color:#FFFFFF;
	width:388px;
/*    margin:0em;
    padding:1em;
    position:relative;
    top:2px;
    left:2px;  */
} 
p.info-top-right{
    background:url(img/info_img/left_top.jpg) no-repeat right top;
	width:30px;
/*    margin:0em;
    padding:1em;
    position:relative;
    top:2px;
    left:2px;  */
} 
p.info-side-left{
    background:url(img/info_img/left_mid.jpg) repeat-y ;
	width:30px;
/*    margin:0em;
    padding:1em;
    position:relative;
    top:2px;
    left:2px;  */
} 
p.info-side-right{
    background:url(img/info_img/right_mid.jpg) repeat-y ;
	width:30px;
/*    margin:0em;
    padding:1em;
    position:relative;
    top:2px;
    left:2px;  */
} 
p.info-bottom-left{
    background:url(img/info_img/left_bott.jpg) no-repeat left bottom;
	width:30px;
/*    margin:0em;
    padding:1em;
    position:relative;
    top:2px;
    left:2px;  */
} 
p.info-bottom-right{
    background:url(img/info_img/right_bottom.jpg) no-repeat right bottom;
	width:30px;
/*    margin:0em;
    padding:1em;
    position:relative;
    top:2px;
    left:2px;  */
} 
p.info-bottom-middle{
    background:url(img/info_img/bottom.jpg) repeat-x ;
	width:10px;
	height:30px:
/*    margin:0em;
    padding:1em;
    position:relative;
    top:2px;
    left:2px;  */
} 
ul .liarc {
	list-style-image: url(img/archivesicon.gif);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999900;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
