@charset "utf-8";


/*==================================================
	◆ コンテンツ
==================================================*/


/*=========================
	◆ ヘッダー
=========================*/

.header{
	width:820px;
	height:auto;
	margin:0 auto;
	padding-top:27px;
	padding-bottom:25px;
	position:relative;
}

.headline{
	width:266px;
	height:24px;
}





/*=========================
	◆ パンくず
=========================*/

.topics_path{
	width:870px;
	height:22px;
	background:url(../img/common/bg_topics_path.png) no-repeat;
}

.topics_path_list{
	width:820px;
	height:22px;
	line-height:22px;
	margin:0 auto;
}

.topics_path_list p{
	color:#000;
	font-size:11px;
}

.topics_path_list a{
	color:#000;
	text-decoration:none;
}

.topics_path_list a:hover{
	text-decoration:underline;
}
				
