@charset "utf-8";

/*----------------------------------
	import
----------------------------------*/
@import url("reset.css");/* ブラウザリセット用CSS */
@import url("share.css");/* 共通用CSS */
@import url("advanced.css");/* 拡張用CSS */



/*----------------------------------
	news
----------------------------------*/
#aside #kiefer{
	background: url(img/news/bg_kiefer.png) no-repeat;
	width: 270px;
	height: 422px;
	position: absolute;
	top: 199px;
	left: -172px;
	z-index: 2;
}

#aside #monster01{
	background: url(img/news/bg_monster.png) no-repeat;
	width: 311px;
	height: 301px;
	position: absolute;
	top: -500px;
	left: 1182px;
	z-index: 2;
}


#main #mainContents #mainInner{
	padding-top: 11px!important;
}


/* neswList --------------------------------------------*/
#newsList{
	background: url(img/news/bg_list.png) no-repeat center top;
	width: 688px;
    height: 227px;
	margin: 0px auto 30px;
    overflow: hidden;
}

#newsList .contents{
    width: 632px;
    height: 178px;
    margin: 25px auto 0;
    /*overflow-y: scroll;*/
	overflow-y: auto;
}

#newsList table{
	width: 98%;
}

*:first-child+html #newsList table{
	width: 95%;
}

#newsList td{
	border-bottom: 1px dotted #a19084;
	vertical-align: top;
	color: #fff;
    font-size: 13px;
}

#newsList td.category{
	width: 60px;
    text-align: center;
    padding-top: 7px; 
}

#newsList td.new{
	width: 26px;
    text-align: center;    
    padding-top: 8px; 
}

#newsList td.new img{
	vertical-align: top;
}

*:first-child+html #newsList td.new{
    padding-top: 7px; 
}

#newsList td.date{
	width: 84px;
    text-align: center;    
    padding-top: 5px; 
}

#newsList td.title{
    padding: 4px 10px 5px 8px;
    text-align: left;    
}

#newsList a{
	color: #fff;
}

#newsList a:hover{
	color: #ff9900;
}

#newsList tr.current_show{
	background: #555;
}

#newsList td#nothing_news
{
	border:none;
	padding:20px;
}



/* article --------------------------------------------*/
#newsArticles /* 最新情報記事を囲むid */
{
	position: relative;	/* ajax処理にて記事をabsoluteで操作するのでrelativeに */
	overflow: hidden;
}

.article{
	width: 674px;
	/*margin: 0 auto;*/
	margin-left: 20px;
	text-align: left;
}

.articleDate{
	background: url(img/news/bg_article_date.png) no-repeat;
	height: 39px;
	text-align: right;
}

.articleDate p{
	padding: 5px 10px 0 0;
	color: #962800;
	font-size: 12px;
	font-weight: bold;
}

.articleHeader{
	background: url(img/news/bg_article_header.png) repeat-y;
	min-height: 67px;
}

.article .category{
	margin-left: 25px;
}

.article p.articleTitle{
	color: #ffffff;
	padding: 10px 25px;
}

.articleBody{
	background: url(img/news/bg_article_body.png) no-repeat;
	padding: 15px 25px 35px;
	min-height: 244px;
}


/* img_area --------------------------------------------*/
.articleBody .areaImg{
	padding: 20px 0 10px;
}

.articleBody .areaImg .box{
	width: 208px;
	float: left;
	text-align: center;
}
.articleBody .areaImg .boxImg{
	width: 200px;
	height: 150px;
}

.articleBody .areaImg .box p{
	padding: 2px 10px 2px;
    font-size: 12px;
    line-height: 1.2;
	text-align: left;
}

.articleBody .areaImg .box p.captionExpand{
	padding: 0px;
	height: 12px;
	font-size: 10px;
	text-align: center;
}

/* SNS --------------------------------------------*/
.btShareArea{
	background: url(img/news/bg_sns.png) no-repeat;
	width: 192px;
	height: 40px;
	margin: 0px 0 0 auto;
	text-align: center;
	overflow: hidden;
}

.btShareArea img{
	margin: 7px 6px 0;
}



/* pager --------------------------------------------*/
#pager{
	text-align: center;
	margin-bottom: 20px;
}

#pager a{
	color: #402000;
}

#pager a:hover{
	color: #ff0000;
}



/*---------------------------------------------------------
	news article
---------------------------------------------------------*/
em.small { font-size: 11px; font-weight: normal;}
em.large { font-size: 15px; font-weight: bold;}
.note { font-size: 11px; line-height: 1.5;}
.hide { display: none; }
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.alignLeft { text-align: left; }
.alignRight { text-align :right }
.alignCenter { text-align: center; }
.decimal { margin: 0 0 0 1.5em; list-style: decimal; }
.disc { margin: 0 0 0 1.5em; list-style: disc; }
.vMid { vertical-align: middle; }
.vTop { vertical-align: top; }
.vBottom { vertical-align: bottom; }













