@charset "UTF-8";

/* トピックスに関するCSS */



.frame_gray{
	background-color: #e7e7e7;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}



.frame_kiji,.frame_kiji_s{
	background-image: url(../img/gray_dotline.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding-bottom: 10px;
}


.frame_kiji img,.frame_kiji_s img{
	float: left;
	border: 1px solid #CCCCCC;
}

.frame_photo{
	float:left;
	width:200px;
}

.frame_photo img{
	margin-bottom: 10px;
}

.kiji_contents{
	float: right;
	width: 625px;
}

.kiji_contents h3,.kiji_contents_s h3{
	background-color: #e7e7e7;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.kiji_contents h3 a,.kiji_contents_s h3 a{
	font-weight: bold;

}


.kiji_contents h3 .new,.graytitle .new{
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	padding-left: 10px;
}

.kiji_contents h4,.kiji_contents_s h4{
	font-weight: bold;
	padding-top: 5px;
}
.kiji_contents p,.kiji_contents_s p{
	padding-top: 5px;
	padding-bottom: 5px;
}


.kiji_contents ul,.kiji_contents_s ul{
	margin-top: 5px;
}

.kiji_contents li,.kiji_contents_s li{
	background-image: url(../img/gray_dotline.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 4px;
	padding-bottom: 4px;
}












.paragraph_wril, .paragraph_wlir {
	padding: 1em;
}

.paragraph_wril p.writing{ width:65%; float:right; }
.paragraph_wril p.photo  { width:30%; float:left;  }
.paragraph_wlir p.writing{ width:65%; float:left;  }
.paragraph_wlir p.photo  { width:30%; float:right; }

.publicDate {
text-align:right;
}

.url {
	font-style:italic;

}
