/******************************************************************************
 *                                                                            *
 *  default.css                                                               *
 *                                                                            *
 *   Copyright (c) Yamaha Corporation. All rights reserved.                   *
 *                                                                            *
 ******************************************************************************/

body {
	width: 95%;
	line-height: 150%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3",
	"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	padding: 10px;
}

/* text align */
.left   {text-align: left;   }
.center {text-align: center; }
.right  {text-align: right;  }
.just   {text-align: justify;}

/* font */
.red	{color: red; }
.red_sq {
	border-style: solid;
	border-width: 4px;
	border-color: #ff0000;
	color:#000000;
}

/* text indent */
.ind1   {padding-left: 1.5em;  }
.ind2   {padding-left: 3em;    }

h3.section {
	border-bottom: 1px solid #4b1e78;
	border-left: 8px solid #4b1e78;
	padding: 3px 5px;
	margin: 30px 0 0 0;
}
h4.section {
	border-left: 4px solid #4b1e78;
	padding: 0 0 0 5px;
}

h4 span {
	border: 2px solid #4b1e78;
	border-radius: 10px;
	padding: 5px;
}

table {
	margin: 0 10px 10px 10px;
	border:1px solid;
	border-spacing: 0px;
	border-collapse: collapse;
}
table > thead > tr > th {
	padding: 10px;
	border:1px solid;
	text-align: center;
	background-color: rgb(215, 215, 215);
}
table > tbody > tr > td {
	padding: 5px;
	border:1px solid;
}

.c {
	text-align: center;
}

.w {
	width: 300px;
}

hr {
	border:  1px solid rgb(143, 143, 143);
	margin:  30px 0 0 0;

}

dl {
	margin-top: 0px;
	margin-bottom: 30px;
}

dl dd {
	margin-bottom: 10px;
}

#cmd_area {
	font-weight: initial;
	font-size: initial;
	font-family: "Terminal", "‚l‚r ƒSƒVƒbƒN", Arial, Verdana, sans-serif;
	line-height: initial;
	line-height: 120%;
}

#cmd_area ul {
	margin: 0;
}

#cmd_area table {
	border: solid 1px black;
	border-collapse: collapse;
	margin: 5px 0px;
}
#cmd_area th {
	border: solid 1px black;
	padding: 5px;
	background-color: transparent;
}
#cmd_area td {
	border: solid 1px black;
	padding: 5px;
}

#cmd_area p {
	margin: 0 0 15px;
}

dl.terms dt {
	font-weight: bold;
}

dl.cmd dd {
	margin-bottom: 10px;
}

dl.note {
	width: 800px;
	font-size: 85%;
}

ol li.title {
	border-bottom: 1px solid #4b1e78;
	border-left: 6px solid #4b1e78;
	padding: 3px 5px;
}

.desc {
	text-align: left;
	padding-left: 15px;
}

pre {
	width: 850px;
	border: 1px solid #595959;
	border-style: ridge;
	background: #FAFAD2;
	padding: 10px;
	font-size: 95%;
}

.vart {
	font-family: 'Times New Roman', Times, serif;
}
.var {
	font-family: 'Times New Roman', Times, serif;
	margin-left: 5px;
	margin-right: 5px;
}
.prmt {
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
}
.prm {
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
	margin-left: 5px;
	margin-right: 5px;
}
.cmdt {
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
}
.cmdname {
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px; 
}
.prmbox {
	margin: 0 0 20px;
}
