@charset "utf-8";
@import "reset.css";
@import "base.css";

/* #main-graphic */
#main-graphic{
	background: transparent url("../images/bg-main-graphic.png") no-repeat 50% 0;
	clear: both;
	height: 336px;
	margin: 0 auto 7px auto;
	overflow: hidden;
	padding: 17px;
	text-align: left;
	width: 952px;
}



/* #container */
#container{
	background: transparent url("../images/bg-home-container.gif") no-repeat 50% 100%;
	margin: 0 auto 7px auto;
	padding: 0 0 17px 0;
	text-align: left;
	width: 986px;
}
#article{
	float: left;
	width: 493px;
}
#news{
	float: right;
	width: 493px;
}
#container h2{
	margin: 0 0 14px 0;
}
.hentry{
	margin: 0 0 14px 0;
	padding: 0 28px;
	width: 434px;
}
.published{
	color: #333;
	font-size: 12px;
	line-height: 20px;
}
.entry-title{
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 4px 0;
	text-shadow: 1px 1px 1px #ccc;
}
.entry-title a{
	text-decoration: none;
}
.entry-title a:hover{
	text-decoration: underline;
}
.entry-content{
	font-size: 14px;
	line-height: 20px;
}
