@import "../css/public.css";
/* ＯＳバージョン  */
div.osversion {
	font-size: 12px;
	text-align:right;
	margin-right:  10px;
	}

/* タイトルの属性 */
H2 {
	font-size: 20px;
	color: #000000;
	background-color: transparent;
	font-style: italic;
	text-align: left;
	line-height: 24px;
	margin-top: 0px;
	margin-right:  10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000080;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	padding: 4px;
	margin-bottom: 0px;
	}

/* H1用インデント */ 
div.indent {
	text-align: left;
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 250px;
	padding: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000080;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	}

/* 内容 */
div.contents {
	line-height: 24px;
	text-align: left;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 30px;
	}

/* 内容　箇条書き  */
div.contents li {
	margin-top: 15px;
	}
	

/* コマンド */
span.command {
	font-weight:bold;
	}

/* レジストリ */
span.regtext {
	font-size: 12px;
	font-weight:bold;
	}

/* 入力値 */ 
span.input {
	font-weight:bold;
	color: red;
	}
	
/* キーワード */
span.keyword {
	font-weight:bold;
	color: blue;
	}

/* メッセージ */
div.msgtext {
	font-weight:bold;
	color: blue;
	padding: 4px;
	border-width: 2px;
	border-style: solid;
	margin-top: 30px;
	margin-bottom: 30px;
	}

/* 一覧 */
div.techniquelist{
	line-height: 150%;
	font-size: 16px;
	margin-top: 30px;
	margin-left: 50px;
	margin-bottom: 150px;
	}

/*行スペース */
span.linespace {
	margin-bottom : 100px
	}

/* Google AdSense */

div.centeradsense{
	text-align:right;
	margin-top : 30px;
	margin-bottom : 30px;
	margin-right :-5px;
	}
div.bottomadsense{
	margin-top : 30px;
	margin-bottom : 30px;
	}
div.rightadsense{
	text-align:right;
	}

table td.adsense {
		vertical-align: top;
		height: 900px;
}
table td.contents {
		vertical-align: top;
}

div.leftadsense{
	text-align:center;
	}

div.PageControl {
	text-align:right;
	padding-right:  10px;
	}

div.body {
	padding-right:  0px;
	}
