@charset "UTF-8";

/*サイトマップ*/

#contents div{
	width: 610px;
	float: left;
}

#contents div p{
	padding: 0 20px 0 20px;
	font-size: 15px;
	line-height: 23px;
}

#contents div a{
	text-decoration: underline;
	color: #F7941D;
}

#contents div a:hover{
	color: cyan;
}

/*アクティブページ表示設定*/
#header02{ background-position: -160px bottom;}
