<!--
@charset "Shift_JIS";

@import url(../../style/scrollbar.css);

/* カスタムスタイルシートの定義 */
.name	{
	font-family: Verdana, Arial;
	font-size: 18pt;
	margin-top: 20px;
	margin-left: 20px;
	font-weight: bold;
	}

.name_jp{
	font-family: MS PMincho, serif;
	font-size: 17pt;
	font-weight: normal;
	letter-spacing: 4px;
	}

.html	{
	font-weight: normal;
	}

.title2	{
	font-family: MS PGothic, sans-serif;
	font-size: 16pt;
	color: #FfFfFf;
	letter-spacing: 1px;
	line-height: 20pt;
	background-color: #C0C0C0;
	}

.file	{
	font-family: Verdana, Arial;
	font-size: 9pt;
	color: #000000;
	margin: 10px 10px 15x 10px;
	line-height: 15pt;
	}

.kaisetu{
	margin: 10px;
	font-family: MS PGothic, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	letter-spacing: 1px;
	}

.subt	{
	font-family: MS PGothic, sans-serif;
	font-size: 11pt;
	color: #CCCCCC;
	letter-spacing: 1px;
	background-color: #666666;
	}

.mark	{
	font-size: 18pt;
	background-color: #999999;
	}

.subt2	{
	font-size: 12pt;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 4px;
	}

.honbun	{
	margin: 20px;
	margin-bottom: -10px;
	padding-top: 5px;
	font-size: 11pt;
	line-height: 22px;
	color: #000000;
	}

.space2	{
	margin: 20px 20px 35px 17px;
	margin-left: 17px;
	font-family: MS PGothic;
	letter-spacing: 1px;
	}

.space3	{
	margin-left: 4px;
	margin-bottom: 25px;
	}

.sample	{
	font-family: Courier New, Courier, Arial;
	margin: 15px;
	padding: 4px;
	padding-left: 10px;
	background-color: #e0e0e0;
	}

.comment{
	letter-spacing: 0px;
	font-size: 10pt;
	color: #777777;
	}

.copy	{
	font-size: 9pt;
	font-family: Verdana, Arial;
	letter-spacing: 2px;
	line-height: 8pt;
	text-align: right;
	padding-bottom: 5px;
	}

.back	{
	font-family: Verdana, Arial;
	font-size:9pt;
	text-align: right;
	}

.command{
	font-family: Courier New, Courier, Arial;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	}

/* HTMLタグの再定義 */
body	{
	margin: 0px;
	color: #444444;
	background-color: #F5F5F5;
	}

li	{
	font-family:	MS PGothic, sans-serif;
	font-size:	11pt;
	color:		#000000;
	line-height:	18pt;
	}

hr	{
	color:		#C0C0C0;
	}
/* CSSの擬似クラスタ */
a	{
	color: #666666;
	text-decoration: none;
	}

a:hover	{
	color: #000000;
	text-decoration: underline;
	}
-->