@charset "UTF-8";
@import url("../common/css/contents.css");
/* ---------- CSS ---------- */
/* コンテンツ名 */
h2 {
	background-image: url(img/title.gif);
}

h3 {
	font-weight: bold;
}

div#description {
	font-size: 180%;
	font-family: "Palatino Linotype", serif;
}

div#larticle {
	padding: 5px 0 0;
	line-height: 1.6;
}

div#larticle ul {
	font-size: 80%;
	padding: 0 0 0 50px;
	list-style-type: disc;
}
