@charset "utf-8";
/* CSS Document */

#newsArea {
	background:#FFF;
	width:576px;
	margin:0 0 30px 5px;
	position:relative;
	padding:55px 12px 20px 12px;
}
#newsArea h3 {
	position:absolute;
	top:15px;
	left:-5px;
}

#newsArea dl {
	border-bottom:1px dashed #808080;
	padding:12px 14px;
}
#newsArea dt {
	float:left;
	width:110px;
}
#newsArea dd {
	float:left;
	width:438px;
}

#osusume {
	width:600px;
	margin:0 0 15px 5px;
}
.box {
	background:#FFF;
    border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
	position:relative;
}
#osusume h3 {
	padding:0 0 20px 0;
	line-height:0;
}
#osusume h4 {
	position:absolute;
	top:-13px;
}
#osusume p {
	padding:50px 14px 20px 57px;
}
#osusume p img {
	float:right;
}
#photo {
	margin:0 0 30px 5px;
}
#photo li {
	float:left;
	margin:0 27px 0 0;
}
#photo li.right {
	margin:0 0 0 0;
}

#hanbai {
	width:600px;
	margin:0 0 30px 5px;
}
#hanbai div.left {
	width:290px;
	float:left;
}
#hanbai div.right {
	width:290px;
	float:right;
}
#hanbai h3 {
	padding:0 0 27px 0;
	line-height:0;
}
#hanbai h4 {
	position:absolute;
	top:-15px;
}
#hanbai p {
	padding:77px 15px 20px 55px;
	font-size:11px;
}

