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

div#rarticle h3 {
	color: #e9794a;
	font-size: 90%;
	font-weight: bold;
}

h3 {
	padding: 0 0 5px;
}

div.original {
	border-left: 5px solid #000033;
	border-bottom: 1px dotted #404040;
	padding: 5px 0 5px 15px;
	margin: 0 0 15px;
	width: 620px;
	font-size: 95%;
	background-color: #303030;
}

div.midicopy {
	border-left: 5px solid #330000;
	border-bottom: 1px dotted #404040;
	padding: 5px 10px 5px;
	margin: 0 0 10px;
	width: 220px;
	font-size: 85%;
	background-color: #303030;
}

div.title {
	font-weight: bold;
	line-height: 1.4;
}

div.module {
	font-size: 80%;
	font-weight: bold;
	line-height: 1.6;
}

div.state {
	font-size: 80%;
	font-family: "Palatino Linotype", serif;
	font-weight: bold;
	line-height: 1.6;
}

div.description {
	font-size: 80%;
	line-height: 1.6;
}
