@charset "UTF-8";
/* CSS Document */

/*トピックス追加スタイル*/


/*写真用box w170 左フロート*/
.p170_l{
	width:170px;
	float:left;
	margin:5px 9px;
}
.p170_l img{
	margin:0px;
}
.p170_l p{
	text-align:left;
	font-size:90%;
	margin:0px;
}

/*写真用box w170 右フロート*/
.p170_r{
	width:170px;
	float:right;
	margin:5px 9px;
}
.p170_r img{
	margin:0px;
}
.p170_r p{
	text-align:left;
	font-size:90%;
	margin:0px;
}


/*日付等*/
dl.calendar{
	clear:both;
	margin-bottom:10px;
	
}
.calendar dt{
	width:6em;
	float:left;
	clear:left;
	padding-right:0;
}
.calendar dd{
	margin-left:3em;
}
.calendar dd:after { /*回り込み解除ガード*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*--------------------------------------------*/ 
/*カレンダー2*/
dl.calendar2{
	clear:both;
	margin-bottom:10px;
	border-bottom-color:#999999;
	border-bottom-style:dashed;
	border-bottom-width:2px;
}
.calendar2 dt{
	width:9.5em;
	float:left;
	clear:left;
	padding-right:0;
/*	margin-right:5px;	*/
	border-right-color:#5971BF;
	border-right-style:dotted;
	border-right-width:1px;
}

.calendar2 dd{
	margin-left:10em;
}
.calendar2 dd:after { /*回り込み解除ガード*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*--------------------------------------------*/ 
/*カレンダー3*/
dl.calendar3{
	clear:both;
	margin-bottom:10px;
	border-bottom-color:#999999;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-top-color:#999999;
	border-top-style:dashed;
	border-top-width:1px;
}
.calendar3 dt{
	width:6em;
	float:left;
	clear:left;
	padding-right:0;

}

.calendar3 dd{
	margin-left:6em;
}
.calendar3 dd:after { /*回り込み解除ガード*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}