/* CSS Document */

@import "../labo.css";

@charset "Shift_JIS";

#pagetitle1 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 410px;
}
#pagetitle {
	width: 410px;
	height: 42px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
#pagetitle span {
	position:absolute;
	width: 410px;
	height: 42px;
	background-image: url(images/pagetitle.gif);
	background-repeat: no-repeat;
}
#pagetitle h2 {
	height:42px;
}
#textarea {
	text-align: center;
	width: 410px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#text {
	margin-left: 20px;
}


#text em {
	font-size: 10px;
	font-style: normal;
}
#ryousyuusyo {
	width: 370px;
	margin-top: 30px;
	background-color: #F0F0F0;
}
#ryousyuusyo p {
	padding: 10px;
}

#textarea p {
	margin-top: 1.5em;
}
#textarea h3 {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	margin-top: 2.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #CC0033;
	padding-top: 5px;
	text-align: left;
	line-height: 1.4em;
}