@charset "utf-8";
/* CSS Document */

body {
	font-size: 16px;
	color: #069;
	margin: 0px;
	line-height: 25px;
}

.s1 {
	font-size: 15px;
	text-decoration: none;
	color: #003366;
	border: 2px solid #003366;
	padding-right: 15px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	background: none;
}

.s1:hover {
	font-size: 15px;
	text-decoration: none;
	color: #996600;
	border: 2px solid #996600;
	padding-right: 15px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	background-color: #CCEEFF;
}

.title {
	font-size: 18px;
	font-weight: bolder;
	color: #930;
}

.memo {
	font-size: 15px;
	color:#666666;
}

a:link {
	/*color: #006699;*/
	/*color:#808080;*/
	text-decoration: none;
}
a:hover {
	/*color: #996600;*/
	color:#ff3300;
	text-decoration: underline;
}
a:visited {
	/*color: #006699;*/
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}


div.image-left {
	float:left;
	margin:0 8px 8px 0;
}

.imgborder {
	border: 1px solid #808080;
	margin: 20px;
	padding: 10px;
}

.nameborder {
	font-size:16px;
	color:#006699;
	font-weight:bolder;
}

.titleborder {
	font-size:16px;
	color:#9966CC;
	font-weight:bolder;
}

.align2word {
	text-indent: -30px;
}

.align3word {
	text-indent: -45px;
}
.teach2013_ContentBorder {
	border: 1px solid #000;
	/*border:5px solid #eaeaea;*/
	
}
