@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright© R-FAITH  All Rights Reserved.

HTML CSS Selectors top

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
#header-wrapper {
	height: 122px;
}
#header-wrapper header nav.nav {
	background-image: none;
	padding-bottom: 0px;
}
#contents-wrapper article {
	width: 1000px;
	padding-bottom: 50px;
}
#contents-wrapper header {
	background-color: #EA2B22;
	height: 400px;
}
#contents-wrapper header > div {
	height: 400px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#contents-wrapper header h2 {
	background-color: #EA2B22;
	text-align: left;
	height: 250px;
	padding-top: 0px;
	position: static;
	width: 730px;
	text-indent: -9999px;
	background-image: url(../img/top/main_visual_logo.png);
	background-repeat: no-repeat;
}
#contents-wrapper header h2:after {
	display: none;
}

#contents-wrapper header div#words {
	min-width:228px;
	height: 150px;
	background-image: url(../img/top/bg_words.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#contents-wrapper header div#words h3 {
	text-indent: -9999px;
	height: 45px;
	width: 228px;
	font-size: 10px;
	line-height: 10px;
}
#contents-wrapper header div#words p {
	font-size: 50px;
	line-height: 50px;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	padding: 10px 10px 0px;
}


/*---------------------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------------------- */
#works-column {
	float: right;
	width: 675px;
}
#works-column h3 {
}
#works-column .works-block {
	padding-bottom: 30px;
}
#works-column .works-block a {
	display: block;
	background-color: #000;
	height: 220px;
	background-image: url(../img/top/btn_works.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 26px;
	overflow: hidden;
}
#works-column .works-block a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;	
}
#works-column .works-block a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#works-column .works-block .detail {
	float: right;
	height: 220px;
	width: 394px;
	background-color: #FFF;
}
#works-column .works-block .detail p {
	width: 375px;
}
#works-column .works-block .image {
	float: left;
	height: 220px;
	width: 255px;
	background-color: #FFF;
}


#side-column {
	float: left;
	width: 310px;
}
#side-column #news-block {
	padding-bottom: 13px;
}
#side-column #news-block dt {
	float: left;
	width: 85px;
	clear: left;
	margin-bottom: 25px;
}
#side-column #news-block dt span.day {
	display: block;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 46px;
	line-height: 46px;
	font-weight: 300;
	color: #000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 12px;
}
#side-column #news-block dt span.date {
	display: block;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	color: #000;
	text-align: center;
}


#side-column #news-block dd {
	float: left;
	width: 184px;
	margin-left: 5px;
	padding-left: 15px;
	border-left: 1px solid #000;
	margin-bottom: 25px;
}


#side-column #twitter-block {
	padding-bottom: 35px;
}


#side-column #banner-block p {
	padding-bottom: 20px;
}









