body{
	font-size:20px;
	background-image:url(images/header_bg_640.jpg);
}


header{
	height:300px;
}

header a#Link img{
	width:215px;
	height:68px;
	right:20px;
}

#container{
	background-image:url(images/main_visual_640.jpg);
}

section{
	padding-top:20px;
	padding-bottom:20px;
}

section .name{
	border-width: 0 0 1px 0;
}

section .name:before{
	/*content:"";*/
}

section .name .date{
	position:absolute;
	text-align:center;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	font-size:80%;
}

section article img{
	width:80%;
}


