/* 基本設定 */
body {
		margin: 0px;
		padding: 0px;
		color: #666666;
		font-size: 11pt;
		line-height: 13pt;
		font-family: "MS UI Gothic", Osaka, sans-serif;
}
td {
		color: #555555;
		font-size: 11pt;
		line-height: 13pt;
		vertical-align: top;
		font-family: "MS UI Gothic", Osaka, sans-serif;
}
A:link,A:visited {
		color: #444499;
		font-size: 11pt;
		text-decoration: underline;
}
A:hover,A:active {
		color: orangered;
		font-size: 11pt;
		text-decoration: underline;
}
.body_contents {
		width: 610px;
		padding: 10px 10px;
}


/* レッスン用 */
.subject {
		padding: 0px 10px;
		color: #ffffff;
		background-color: #555577;
		text-align: left;
		font-size: 12pt;
		line-height: 14pt;
		font-weight: bold;
		border: 1px outset #9999dd;
}
.menu01 {
		width: 140px;
		height: 17px;
		text-align: left;
		font-size: 10pt;
		word-spacing:14pt;
		font-weight: bold;
		line-height: 10pt;
		color: #ffffff;
		background-color: #483d8b;
		border: 1px solid #483d8b;
		margin: 0px 0px;
		padding: 0px 0px;
}
.menu02 {
		width: 120;
		height: 15px;
		text-align: right;
		vertical-align: middle;
		color: #483d8b;
		background-color: #ffffff;
		margin: 0px 0px;
		padding: 0px 3px;
}
.menu03 {
		color: #ffffff;
		background-color: #8899cc;
		border: 2px outset #8899cc;
		padding: 1px 20px;
}
.source {
		padding: 5px 20px;
		text-align: left;
		font-size: 11pt;
		font-family: "MS UI Gothic", Osaka, sans-serif;
		line-height: 14pt;
		vertical-align: top;
		color: #383d8b;
		background-color: #e8edfb;
		border: 2px inset #a8addb;
}
.back {
		text-align: right;
}
.contents {
		border:1px solid #555577;
		padding: 10px 10px;
}


/* 関数用 */
.title {
	margin 0px 0px;
	padding:3px 10px;
	width:590;
	color:#ffffff;
	font-size:13pt;
	font-weight:bold;
	background-color:#66bbbb;
	border:2px outset #66bbbb;
}

.introduction {
	margin 0px 0px;
	padding:10px 10px;
	width:590;
	color:#666666;
	border:1px solid #66cccc;
}

.relation_link {
	margin 0px 0px;
	width:610;
	line-height:16pt;
}

.sample_title {
	margin 0px 0px;
	padding:1px 10px;
	width:590;
	color:#ffffff;
	font-weight:bold;
	background-color:#7777bb;
	border:1px outset #7777bb;
}

.sample {
	margin 0px 0px;
	padding:0px 0px 20px 20px;
	width:590;
	vertical-align:top;
	color:#666666;
	line-height: 15pt;
	background-color:#ffffee;
	border:1px outset #7777bb;
}

/* 関数検索ページ用 */
.part {
	padding: 5px 0px 2px 10px;
	background-color: #7777aa;
	color: #ffffff;
	font-size: 12pt;
	font-weight:bold;
	line-height:10pt;
	border:2px outset #7777aa;
}