@charset "utf-8";

/*スライダー*/

#slider{
	margin-bottom:30px;
	position:relative;
	z-index:100;
	}
	
#slider h2{
	position:absolute;
	left:0;
	bottom:0;
	z-index:100;
	}	

/*左メニュー*/

#aside{
	width:180px;
	float:left;
	position:relative;
	z-index:100;	
	}

#article a{display:block; margin-bottom:10px; text-decoration:none;}
#article a:hover{opacity:0.8;}
#article a b{background:#000; color:#fff; display:table-cell; padding:5px 10px 0; height:60px; font-size:1.6em; line-height:120%; vertical-align:middle; width:230px; text-align: center;}
#article a p{background:#eee; color:#000; display:block; padding:10px; width:230px;}


	
/*コンテンツエリア*/	
	
#article{
	width:690px;
	float:right;
	}	
	
#article strong{font-size:140%; font-weight:bold; display:block;}	
#article dl{ margin-top:20px;}
#article dt{float:left;}
#article dd{margin-left:220px; background:none;}
#article dd b{ font-size:120%; font-weight:bold; display:block; margin:10px 0; color:#369;}
	