@charset "UTF-8";

/*seminar
--------------------------------------------------------------------------------------------------------*/
#main h3{
	color: #7e1c51;
	font-size: 150%;
	line-height: 100%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #7e1c51;
	border-left-color: #7e1c51;
	padding-bottom: 3px;
	padding-left: 7px;
	margin-bottom: 20px;
	margin-top: 40px;
	letter-spacing:1px;
}

#main h4{
	color: #7e1c51;
	font-size: 133%;
	font-weight: bold;
	letter-spacing:1px;
	margin-bottom: 10px;
}

ul.detail{
	margin-left: 25px;
	margin-bottom: 20px;
}

ul.detail li{list-style-type: disc;}

.info{
	font-size: 116%;
}

.info th{
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	font-weight: bold;
}

.info td{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: top;
}

/*バックナンバー*/
#backnumber{
	background-color: #f7f1f4;
	padding: 15px;
	margin-top: 30px;
	border: 1px dotted #7e1c51;
}

#backnumber p{
	font-size: 116%;
	font-weight: bold;
	background-color: #e3cdda;
	margin-bottom: 15px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#backnumber li{
	float: left;
	margin-right: 30px;
	line-height: 240%;
}

#backnumber li a{
	display: block;
	text-decoration: underline;
	background-image: url(../images/sitemap/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
}

#backnumber li a:hover{text-decoration: none;}