@charset "utf-8";

/* banner */
/**************************************/
body.tpl-s div#banner {
	background      : url(main-img-s.jpg) right top no-repeat;
}


div#main h1{
	position        : absolute;
	top             : 96px;
	left            : 0px;
	margin          : 0px 0px 0px 0px;
	padding         : 10px 0px 0px 0px;
	border-top      : 1px solid #262626;
	color           : #ffffff;
	line-height     : 120%;
}

body.tpl-s div#main h1{
	position        : absolute;
	top             : 80px;
	left            : 0px;
	margin          : 0px 0px 0px 0px;
	padding         : 10px 0px 0px 0px;
	border-top      : 1px solid #262626;
	color           : #ffffff;
	line-height     : 120%;
}


/* contents */
/**************************************/

div#contents p.date{
	margin          : 20px 0px 0px 0px;
	text-align      : right;
	top             : 135px;
}

