/* CSS Document */

@charset "utf-8";

.subject {
	font-size: 140%;
	color: #CBB785;
}

.picbox {
	width: 200px;
	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;
}

.menubox {
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu {
	width: 650px;
	margin: 3px;
}

.menu th {
	font-size: 120%;
	width: 400px;
	text-align: left;
	margin: 10px;
	border: 2px dotted #CBB785;
	color: #CBB785;
}

.menu td {
	text-align: left;
	color: #FFF;
}

.menutag {
	width: 2px;
	background-color: #CBB785;
}

.strong_a {
	color: #CBB785;
}

.strong_b {
	font-size: 120%;
	color: #CBB785;
}

.optional {
	background-color: gray;
}

b {
	border-bottom: 1px dotted #FFF;
}
