@charset "utf-8";
/*
Theme Name: ASTURIAS 2010
Theme URI: http://www.asturias.jp/
Description: ASTURIAS 2010年リニューアルデザイン
Version: 1.0
Author: thaichi
Author URI: http://www.thaichi-ltd.com/
Tags:
*/

/*
==================================================================================

#bg-image

==================================================================================
*/

body.home {
	padding-top: 112px;
	}

#bg-image{
	z-index: 1;
	width: 100%;
	height: 418px;
	background-repeat: repeat-x;
	background-position: center;
	}


/*
==================================================================================

#content

==================================================================================
*/

.home #content{
	padding-bottom: 36px;
	background: url(img/bg_wood.jpg) 30% 90% repeat-x;
	border-top: 7px solid #0a0604;
	}


/*
==================================================================================

#news

==================================================================================
*/

.home #news{
	width: 868px;
	margin: 0 auto;
	}

.home #news h2{
	background: url(img/index_news.png) no-repeat;
	height: 32px;
	margin-top: 32px;
	text-indent: -9000px;
	}

.home #news .more{
	float: right;
	margin-top: -36px;
	_margin-top: -39px;
	}

.home #news .more a img{
	padding: 4px;
}

.home #news .more a:hover img{
	filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;
	}

.home #news ul{
	list-style: none;
	}

/*
==================================================================================

#topics

==================================================================================
*/

.home #topics{
	float: left;
	width: 418px;
	margin-right: 32px;
	}

.home #topics li{
	clear: both;
	padding-top: 13px;
	}

.home #topics img{
	border: 1px solid #7a706a;
	float: left;
	}
.home #topics a:hover img{
	filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6;
	}

.home #topics .text{
	float: left;
	padding-left: 16px;
	width: 300px;
	}

.home #topics h3{
	font-size: 1.2em;
	line-height: 1.4em;
	padding-top: 3px;
	padding-bottom: 8px;
	}
	
.home #topics p{
	line-height: 1.4em;
	color: #b3afab;
	}

.home #topics .text a{
	color: #fff;
	text-decoration: none;
	}

.home #topics .text a:hover{
	text-decoration: underline;
	color: #999;
	}

.home #topics #counter{
	padding-top: 32px;
}	
.home #topics #counter img{
	border: 2px solid #000;
}

/*
==================================================================================

#headline

==================================================================================
*/

.home #headline{
	float: left;
	width: 418px;
	padding-top: 13px;
	}

.home #headline dt{
	width: 84px;
	float: left;
	line-height: 1.2em;
	letter-spacing: 1px;
	padding-top: 2px;
	color: #888888;
	}
	
.home #headline dd{
	width: 333px;
	float: left;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.home #headline a{
	color: #fff;
	text-decoration: none;
	background: url(img/news_arrow.gif) 0px 3px no-repeat;
	padding-left:10px; 
	}

.home #headline a:hover{
	text-decoration: underline;
	color: #999;
	}

.home #headline .serialno{
	clear: both;
	}

.home #headline .serialno img{
	margin-top: 16px;
}

.home #headline .serialno a{
	display: inline;
	padding: 0;
	background: none;
	}

.home #headline .serialno a:hover img{
	filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6;
	}



