/* CSS Document */

@charset "utf-8";


.subject {
	font-size: 140%;
	color: #CBB785;
}

.picbox {
	width: 250px;
	height: 110px;
	text-align: center;
	border: dashed 2px #ACACAE;
	padding: 1em;
	margin: 3px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	background-color: #655349;
}

.picbox_single {
	width: 300px;
	height: 110px;
	text-align: center;
	border: dashed 2px #ACACAE;
	padding: 1em;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	background-color: #655349;
}

.specialbox {
	margin-top: 20px;
	margin-bottom: 20px;
}

.special {
	width: 500px;
}

.special th {
	font-size: 120%;
	text-align: left;
	border-bottom: 1px dotted #FFF;
}

.special td {
	text-align: left;
}

b {
	border-bottom: 1px dotted #FFF;
}

.align_left {
	text-align: left;
}
