@charset "utf-8";

h1{
	font-size: 12pt;
}
ul {
	margin-left: 5px;
	list-style-type: square;
}

p.desc{
	padding: 0 20px 0 20px;
}
div.desc{
	width: 560px;
	padding: 0 20px 0 20px;
}

a.title1{
	margin-top:20px;
	margin-bottom:10px;
	font-weight: bold;
	text-decoration: underline;
	color: #006699;
	display: block;
}

div.title1{
	margin-top:20px;
	margin-bottom:10px;
	font-weight: bold;
	text-decoration: underline;
	color: #006699;
}
div.title2{
	margin-top:10px;
	margin-left:20px;
	margin-bottom:10px;
	font-weight: bold;
	font-size: small;
	color: #666666;
	text-decoration: underline;
}

/* 内容紹介リスト */
table.sc{
	margin-top: 5px;
	margin-left:10px;
	width: 350px;
	border-width: 1px;
	border-style: solid;
}
table.dai{
	margin-top: 5px;
	margin-left:20px;
	width: 550px;
	border-width: 1px;
	border-style: solid;
}
td.sc{
	width: 80px;
	padding-left: 5px;
	vertical-align: top;
	background-color: #ffffd9;
	border-width: 1px;
	border-style: solid;
}
td.c{
	border-width: 1px;
	border-style: solid;
}

