@charset "shift_jis";

/*
display
list-style
position
float
clear
width
height
margin
padding
border
background
color
font
text-decoration
text-align
vertical-align
white-space
other text
content
*/

div.newsBox {
	margin: 10px 0px 10px 0px;
	width: 838px;
	border:1px solid #b3b3b3;
	background-color:#f3f3f3;
}

div.newsImg {
	float: left;
	width: 150px;
	height:100px;
	margin:5px 0px 5px 20px;
}

div.newsInfo{
	float: right;
	width: 613px;
	margin: 5px 20px 5px 0px;
}

p.newsDate {
	font-size: 12px;
	font-weight: bold;
}

p.newsDetail {
	font-size:12px;
}



