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

/* feature detail page layout*******************************************************************/

#colWrap01 {
	height: 400px;
	
}

/* Left column *******************************************/
#leftcol {
	width: 350px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
}
#logoBox {
	position: relative;
	height: 160px;
	background: url(../images/news/bg_logo.gif) left top no-repeat;
}
#logoBox .text{
	position: absolute;
	top: 135px;
	right: 115px;
	color: #FFFFFF;
	font-size: 12px;
	height: 20px;
	z-index: 100;
}
#logo {
	position: absolute;
	left: -30px;
	width: 300px;
	height: 160px;
}
/* Right column *******************************************/
#rightcol {
	width: 380px;
	float: left;
	color: #4D4848;
	margin-bottom: 20px;
}
#issuedate {
	margin-bottom: 20px;
}
#issuedate img{
	margin-right: 9px;
}
#yobi {
	display: block;
	height: 40px;
	font-size: 20px;
	color: #000000;
}
h1 {
	font-size: 20px;
	color: #000000;
	height: 70px;
	font-weight: bold;
}
/* 帯の色*/
.obibox20 {
	height: 20px;
	margin-bottom: 10px;
}
.obibox20t {
	height: 20px;
	width: 190px;
	margin-left: 90px;
	margin-bottom: 20px;
}
.obibox20b {
	height: 20px;
	width: 190px;
}
#prev {
	height: 80px;
}
#pagesend {
	margin: 20px 0 0 360px;
}
#banner {
	position: relative;
	margin-top: 20px;
	width: 580px;
	height: 140px;
	background-color: #D9D9D9;
}
#header_bannerWaku {
	position: absolute;
	background-color: #000000;
	height: 60px;
	width: 468px;
	padding: 10px;
	left: -10px;
	top: 20px;
}
#eventInfoWrap {
	margin-top: 50px;
}

/** navi bottom 位置 *********************/
#navi_news_botWrap {
	width: 200px;
	clear: both;
	position: absolute;
	top: -60px;
	left: 60px;
}


/* detail page layout*******************************************************************/

#colWrap02 {
	margin-left: 20px;
	margin-right: 20px;
}
/* Left column 02 *******************************************/
#leftcol02 {
	width: 260px;
	float: left;
}
#flyerIMG {
	width: 240px;
	margin-top: 40px;
}
#flyerIMG p {
	margin-top: 10px;
	line-height: 1.6;
}
.test {
	position: relative;
}
#flyerIMG p a{
	color: #4D4848;
	text-decoration: none;
	font-size: 12px;
}
#flyerIMG p a:hover{
	color: #4D4848;
	text-decoration: underline;
}
.flyerIMGObi {
	position: absolute;
	height: 10px;
	width: 240px;
	left: 0;
	top: -30px;
	background-color: #FFFFFF;
	z-index:1;
	font-size: 0;
}

/* Mid column 02*******************************************/
#midcol02 {
	width: 470px;
	float: left;
}
#midcol02 p{
	margin-right: 40px;
	line-height: 1.4;
	font-size: 14px;
	color: #000000;
	/* except MacIE5.0 \*/
	text-align: justify;
	text-justify: distribute;
	/* end */
}
#midcol02 a{
	color: #000000;
}
#midcol02 a:hover{
	text-decoration: underline;
}
/* Right column *******************************************/
#rightcol02 {
	width: 190px;
	float: left;
	margin-top: -20px;
}
#newsArea{
	color: #4D4848;
	line-height: 1.4;
}
#newsArea p{
	margin-bottom: 20px;
}
#newsArea a{
	color: #4D4848;
	text-decoration: none;
}
#newsArea a:hover{
	color: #4D4848;
	text-decoration: underline;
}
.newsthumb {
	margin: 10px 0;
	position: relative;
}
.newsthumbObi {
	position: absolute;
	height: 10px;
	width: 190px;
	left: 0;
	bottom: 10px;
	background-color: #FFFFFF;
	z-index:1;
	font-size: 0;
}

/*** ページ送り ***/
.bar {
	height: 40px;
	position: absolute;
	left: 390px;
	top: -120px;
	
}
#pagesend_news {
	width: 390px;
	height: 80px;
	position: absolute;
	top: -80px;
	left: 390px;
	font-size: 12px;
}
#pagesend_news a {
	color: #000000;
}
#pagesend_news a:hover {
	color: #000000;
	text-decoration: underline;
}
.pagesend_news_prev {
	float: left;
}
.pagesend_news_prev a {
	display: block;
	width: 140px;
	height: 45px;
	background: url(../images/news/btn_prev_n.gif) left top;
	
	
}
.pagesend_news_prev a:hover {
	background: url(../images/news/btn_prev_n.gif) left -50px;
	
}
.pagesend_news_next {
	float: right;
}
.pagesend_news_next a {
	display: block;
	width: 110px;
	height: 45px;
	background: url(../images/news/btn_next_n.gif) left top;
	
	
}
.pagesend_news_next a:hover {
	background: url(../images/news/btn_next_n.gif) left -50px;
	
}