@charset "utf-8";

@import "/css/common.css";
@import "/css/contents.css";

/*----------------------------------------------------------------

サイトマップ用CSS

----------------------------------------------------------------*/

/*--------------------------------------------------------
コンテンツ
--------------------------------------------------------*/
#contents h2 {
	margin-bottom:10px;
}

#contents p {
	margin-bottom:10px;
}

#contents table {
	margin-bottom:25px;
	width:340px;
}

#contents th,
#contents td {
	padding:5px;
	border:1px solid #333;
}

#contents th {
	width:100px;
	vertical-align:middle;
}
