* { 
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	line-height: 150%;

}


a {  color: #999999; text-decoration:none;}
a:link {  color: #999999; text-decoration:none;}
a:visited {  color: #999999; text-decoration:none;}
a:hover {  color: #000000}

.exist {  }
.hide { display:none; }


body {  background-color: #FFFFFF; color: #000000;}
body.index {
	/* index.htmではbodyのマージン無し */
	margin-left: 0px;
	margin-top: 0px;
}

div.link { 
	/* リンク場所用 */
	position:absolute;
	top:10px;
	left:10px;
	width:200px;
	height:500px;
	margin:0px;
}
/* *** パンくずリストはなくす　***
div.path { 
	position:absolute;
	top:10px;
	left:225px;
	width:565px;
	height:15px;
	font-size:x-small;
	color: #000000;
	line-height: 150%;
	margin:0px;
}
*/

div.topimage { 
	/* トップイメージ用 */
	position:absolute;
	top:0px;
	left:225px;
	width:565px;
	height:120px;
	background-image: url(images/pagetopimage.jpg); 
}
div.title { 
	/* ページタイトル用スタイル */
	position:absolute;
	top:135px;
	left:225px;
	width:565px;
	height:30px;
	font-size: x-large;
	font-weight: bold;
	/* color: #FFFFFF; */
	padding:4px 6px 4px 0px;
	/* background-color: #000000;  */
	margin:0px;
}
div.title2 {
	position:absolute;
	top:180px;
	left:225px;
	width:565px;
	height:20px;
	font-size: large;
	font-weight: bold;
	color:#999999;
	padding:4px 6px 4px 0px;
	margin:0px;
}
div.body {
	position:absolute;
	top:220px;
	left:225px;
	width:565px;
	height:200px;
	font-size: medium;
	line-height: 150%;
}
div.body2 {
	position:absolute;
	top:180px;
	left:225px;
	width:565px;
	height:200px;
	font-size: medium;
	line-height: 150%;
}
div.lead { 
	/* リード文のためのスタイル。 */
	position:absolute;
	top:180px;
	left:225px;
	width:565px;
	height:40px;
	font-size: 13px;
	line-height: 150%;
	color:#999999;
	margin: -5px 0px 20px 5px;
}
div.title3 {
	width:530px;
	height:20px;
	margin: 10px 0px 10px 0px;
	background-image: url(images/title3_back.gif);
}
div.title3 div{
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	margin: 4px 0px 4px 6px;
}


table.lead { 
	/* リード文の下のテーブル（項もくじ）用スタイル。 */
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 15px;
}
table.lead tr td { 
	font-size:medium;
	line-height: 150%;
}



p { margin-top:2px;margin-bottom:10px;}

.body {  line-height: 150%; font-size: small}
.bodyb {  line-height: 150%; font-size: small; font-weight: bold;}
.red {color: #FF0000}

.mini {  font-size: x-small; line-height: 140%}
.grstitle {  font-size: medium; line-height: 130%; background-image: url(parts/sectLine.gif); background-position: bottom; background-repeat: repeat-x; background-color: #ffffff; font-weight: bold}
.puti { font-size: xx-small; line-height: 120%}
.minis { font-family: "ＭＳ ゴシック", "Osaka−等幅"; font-size: x-small; line-height: 140% }



table.title2 { 
	/* ページ内の項タイトル用テーブル。 */
	margin: 10px 0px 10px 0px;
	background-image: url(images/title2_back.gif);
	width:530px;
	border-width:2px;
	border-color:#006699;
	border-style: solid;
}
table.title2 tr td { 
	font-size: medium;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: normal;
	padding-top: 3px;
	padding-bottom: 3px
}
div.num {
	/* 手順番号用スタイル。 */
	width:25px;
	font-size: large;
	font-weight: bold;
	color: #999999;
	line-height: 100%;
	font-style: italic;
	vertical-align: top;
	text-align: right;
	margin-left: 15px;
	margin-right: 5px;
	clear: both;
	float:left;
}
span.numbody {
	/* 手順番号の横の手順説明用スタイル。 */
	line-height: 150%;
	font-size: small;
	font-weight: bold;
}
div.numbody { 
	/* 手順説明後の本文用スタイル。主に枠を提供。 */
	font-size: small;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 45px;
	clear: both;
	width:500px;
}
img.spacer { 
	/* 画像の上と左に空間を用意。 */
	margin-top: 20px;
	margin-left: 10px;
}
img.center {
	vertical-align: middle;
	padding:0px 3px 0px 3px;
}
img.appli { 
	/* ソフト詳細説明画像のスタイル。横に表が置ける。 */
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	float:left;
}
table.appli { 
	/* ソフト詳細説明画像のところに表をおく場合のスタイル。 */
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	float:left;
	border-width:2px;
	border-color:#000000;
	border-style: solid;
}
table.appli tr td { 
	font-size: small;
	color:#000000;
	line-height: 130%;
	border-width:1px;
	border-color:#CCCCCC;
	border-style: solid;
	background-color:#FFFFFF;
	padding:5px;
}
table.appli tr th { 
	font-size: small;
	font-weight: bold;
	color:#000000;
	line-height: 130%;
	border-width:1px;
	border-color:#CCCCCC;
	border-style: solid;
	background-color:#CCCCCC;
	padding:5px;
}
table.apps { 
	/* ソフト詳細説明のサムネイル、起動方法などのテーブル用スタイル。 */
	margin-top: 10px;
	margin-bottom: 20px;
}
table.appm { 
	/* ソフト詳細説明の説明表スタイル。 */
	border-width:2px;
	border-color:#000000;
	border-style: solid;
	clear: both;
	width:555px;
}
table.appm tr td { 
	font-size: small;
	color:#000000;
	line-height: 130%;
	border-width:1px;
	border-color:#CCCCCC;
	border-style: solid;
	background-color:#FFFFFF;
	padding:5px;
}
table.appm tr th { 
	font-size: small;
	font-weight: bold;
	text-align: left;
	color:#000000;
	line-height: 130%;
	border-width:1px;
	border-color:#CCCCCC;
	border-style: solid;
	background-color:#CCCCCC;
	padding:5px;
}
table.green { 
	/* ソフト詳細説明の説明表の中にもう一つテーブルをおくときのスタイル。 */
	border-width:2px;
	border-color:#009933;
	border-style: solid;
}
table.green tr td { 
	font-size: small;
	color:#000000;
	line-height: 130%;
	border-width:1px;
	border-color:#CCFFCC;
	border-style: solid;
	background-color:#FFFFFF;
	padding:5px;
}
table.green tr th { 
	font-size: small;
	font-weight: bold;
	text-align: left;
	color:#000000;
	line-height: 130%;
	border-width:1px;
	border-color:#CCFFCC;
	border-style: solid;
	background-color:#CCFFCC;
	padding:5px;
}
.note { 
	/* 本文と同じサイズの字下げ。 */
	line-height: 120%;
	font-size: small;
	padding-left:1.5em;
	text-indent:-1.5em;
	margin: 0px;
}
.notemini { 
	/* １つ小さいサイズの字下げ。 */
	line-height: 120%;
	font-size: x-small;
	padding-left:1.5em;
	text-indent:-1.5em;
	margin: 0px;
}
table.none { 
	/* 入れ子のテーブルに色が付いてしまったときのスタイル。 */
	border-width:0px;
	border-style:none;
}
table.none tr td { 
	border-width:0px;
	border-style:none;
	background-color:transparent;
	padding:5px;
}
table#chui tr td {
	padding:0px;
	border:none;	
}

div.faq {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	margin: 40px 0px 7px 0px;
	padding:4px 6px 4px 6px;
	background-color: #999999;
	width:553px;
}
div.faq2 {
	font-size: medium;
	font-weight: bold;
	line-height: 150%;
	color:#000000;
	margin: 10px 5px 5px 5px;
	padding:4px 6px 4px 6px;
	background-color:#99FFFF;
	width:543px;
}
div.faq3 {
	font-size: small;
	line-height: 150%;
	color:#000000;
	margin: 5px 5px 15px 15px;
	padding:0px 6px 4px 6px;
	width:533px;
}

ol,ul {
	margin: 0px 0px 0px 20px;
}

/* **** 参考 **** */
div.sankotop {
	margin: 20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url(images/sankotop.gif);
	background-repeat: no-repeat;
}
div.sankotop div{
	margin: 0px 0px 0px 70px;
	padding:0px;
	font-size: small;
	font-weight: bold;
	line-height: 150%;
}
div.sankomain {
	margin: 0px;
	padding:0px;
	background-image: url(images/sankomain.gif);
}
div.sankomain div{
	margin: 0px;
	padding:8px 8px 8px 8px;
	font-size: x-small;
	line-height: 150%;
}
/* **** 参考(終わり) **** */

/* **** 注意 **** */
div.chuitop {
	margin: 20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url(images/chuitop.gif);
	background-repeat: no-repeat;
}
div.chuitop div{
	margin: 0px 0px 0px 70px;
	padding:0px;
	font-size: small;
	font-weight: bold;
	line-height: 150%;
}
div.chuimain {
	margin: 0px;
	padding:0px;
	background-image: url(images/chuimain.gif);
}
div.chuimain div{
	margin: 0px;
	padding:8px 8px 8px 8px;
	font-size: x-small;
	line-height: 150%;
}
/* **** 注意(終わり) **** */


span.error {
	font-style: italic;
	color:#FF0000;
}
img.remocon { 
	/* リモコン画像のスタイル。横に表が置ける。 */
	float:left;
}
table.remocon { 
	/* リモコン画像の右に表をおく場合のスタイル。 */
	margin: 0 0 0 10px;
	float:left;
	border-width:2px;
	border-color:#000000;
	border-style: solid;
	width:355px;
}
table.remocon tr td { 
	font-size: small;
	color:#000000;
	line-height: 130%;
	border-width:1px;
	border-color:#CCCCCC;
	border-style: solid;
	background-color:#FFFFFF;
	padding:5px;
}
table.remocon tr th { 
	font-size: small;
	font-weight: bold;
	color:#000000;
	line-height: 130%;
	border-width:1px;
	border-color:#CCCCCC;
	border-style: solid;
	background-color:#CCCCCC;
	padding:5px;
	vertical-align: top;
	text-align: left;
}
