/* **** 全体 **** */

* { 
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
}
a {  color: #0000CC; text-decoration:none;}
a:link {  color: #0000CC; text-decoration:none;}
a:visited {  color: #0000CC; text-decoration:none;}
a:hover {  background-color: #E1FEB1; color: #0000CC}
body {  background-color: #EFEFEF; color: #000000;margin:8px 0 0 8px;}
body.index {
	/* index.htmではbodyのマージン無し */
	margin-left: 0px;
	margin-top: 0px;
}
p { margin-top:2px;margin-bottom:10px;}
ol,ul {
	margin: 0px 0px 0px 20px;
}
img.center {
	/* 文中で高さが中央に来るように */
	vertical-align: middle;
}
img.spacer { 
	/* 画像の上と左に空間を用意。 */
	margin-top: 10px;
}
.red { 
	/* 注意喚起用 */
	color:#FF0000;
}
.mini { 
	/* 小文字 */
	font-size:small;
}
.mb0 { 
	/* 下マージン0 */
	margin-bottom:0;
}
.mb30 { 
	/* 下マージン30px */
	margin-bottom:30px;
}
.mb15 { 
	/* 下マージン15px */
	margin-bottom:15px;
}





/* **** レイアウト **** */

div.copyright { 
	/* index下のコピーライト用 */
	width:570px;
	font-size:x-small;
	color:#999999;
	margin-top:5px;
}

div.topimage { 
	/* トップイメージ用 */
	width:592px;
	height:47px;
	background-image: url(images/pagetopimage.jpg); 
}
div.path { 
	/* パンくずリスト用スタイル */
	width:592px;
	height:10px;
	font-size: 10px;
	margin:10px 0 0 0;
}
div.title { 
	/* ページタイトル用スタイル */
	width:592px;
	font-size: x-large;
	font-weight: bold;
	padding:0;
	margin:0 0 10px 0;
}
div.lead { 
	/* リード文のためのスタイル。 */
	width:592px;
	font-size:medium;
	color:#666666;
	margin: 1px 0 20px 0;
}
table.lead { 
	/* リード文の下のテーブル（項もくじ）用スタイル。 */
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 15px;
	border:1px solid #666666;
	border-collapse: separate;
	border-spacing: 2px;
	background-color:#CCCCCC;
}
table.lead tr td { 
	font-size: small;
	line-height: 150%;
	border:1px solid #000000;
	background-color:#FFFFFF;
	padding: 4px;
}
div.honbun { 
	/* 横幅100%のスタイル。 */
	width:592px;
	font-size:medium;
	color:#000000;
	margin: 0;
}
div.title2 {
	/* 項タイトルのスタイル。 */
	font-size: large;
	font-weight: bold;
	color: #000000;
	margin: 40px 0px 7px 0;
	padding:4px 6px 4px 6px;
	background-color:#CCCCCC;
	width:500px;
}
div.title2 div.square {
	/* 項タイトル内部の上に移動する▲のスタイル。 */
	font-size: large;
	font-weight: bold;
	color: #000000;
	right:10px;
	clear: both;
	float:right;
	text-align:right;
	width:1em;
}
div.title2 div.square a { color: #000000; text-decoration:none;}
div.title2 div.square a:link { color: #000000; text-decoration:none;}
div.title2 div.square a:visited { color: #000000; text-decoration:none;}
div.title2 div.square a:hover { color: #0000CC; background-color:transparent;} 




/* **** 手順 **** */
div.tejun {
	/* 手順を包むスタイル。 */
	width:592px;
	margin: 0 0 30px 0;
}

div.tejun div.num {
	/* 手順番号用スタイル。 */
	width:25px;
	font-size: large;
	font-weight: bold;
	color: #0066CC;
	line-height: 100%;
	font-style: italic;
	vertical-align: top;
	text-align: right;
	margin: 2px 5px 0 0;
	clear: both;
	float:left;
}
div.tejun div.numtitle {
	/* 手順のタイトル用スタイル。 */
	width: 562px;
	font-size: medium;
	font-weight: bold;
	margin: 0;
	clear: none;
	float:right;
}
div.tejun div.body { 
	/* 手順説明後の本文用スタイル。主に枠を提供。 */
	width:552px;
	font-size: small;
	margin: 0px 0 0 40px;
	clear:right;
}
span.num {
	/* 本文内の手順番号用スタイル。 */
	font-weight: bold;
	color: #0066CC;
	font-style: italic;
}
div.title3 {
	/* 本文内のタイトルのスタイル。 */
	font-size: inherit;
	font-weight: bold;
	color: #000000;
	margin: 20px 0px 7px 0;
	padding:3px 4px 3px 4px;
	background-color:#CCCCCC;
	width:400px;
}




/* **** 参考 **** */
div.sanko {
}
div.sanko div.top {
	margin: 20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url(images/sankotop.gif);
	background-repeat: no-repeat;
}
div.top div{
	margin: 0px 0px 0px 70px;
	padding:0px;
	font-size: small;
	font-weight: bold;
	line-height: 150%;
}
div.sanko div.main {
	margin: 0px;
	padding:0px;
	background-image: url(images/sankomain.gif);
}
div.main div{
	margin: 0px;
	padding:8px 8px 8px 8px;
	font-size: small;
	line-height: 150%;
}




/* **** 注意 **** */
div.chui {
}
div.chui div.top {
	margin: 20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url(images/chuitop.gif);
	background-repeat: no-repeat;
}
div.top div{
	margin: 0px 0px 0px 70px;
	padding:0px;
	font-size: small;
	font-weight: bold;
	line-height: 150%;
}
div.chui div.main {
	margin: 0px;
	padding:0px;
	background-image: url(images/chuimain.gif);
}
div.main div{
	margin: 0px;
	padding:8px 8px 8px 8px;
	font-size: small;
	line-height: 150%;
}




/* **** 困ったときには **** */
div.faq {
	width:592px;
	margin: 40px 0px 0px 0;
}

div.faq div.question {
	/* 質問のスタイル。 */
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 7px 0;
	padding:4px 6px 4px 6px;
	background-color:#666666;
	width:500px;
}
div.question div.square {
	/* 項タイトル内部の上に移動する▲のスタイル。 */
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	right:10px;
	clear: both;
	float:right;
	text-align:right;
	width:1em;
}
div.question div.square a { color: #FFFFFF; text-decoration:none;}
div.question div.square a:link { color: #FFFFFF; text-decoration:none;}
div.question div.square a:visited { color: #FFFFFF; text-decoration:none;}
div.question div.square a:hover { color: #0000CC; background-color:transparent;} 

div.faq div.answertitle {
	/* 答えタイトルのスタイル。 */
	font-size: medium;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 7px 20px;
	padding:4px 6px 4px 6px;
	background-color:#CCCCCC;
	width:480px;
}
div.faq div.answer {
	/* 答えのスタイル。 */
	width:552px;
	font-size: small;
	margin: 0px 0 20px 40px;
}




/* **** 詳細 **** */
img.kwsk {
	/* 詳細の画像用スタイル */
	margin: 10px 0px 0px 15px;
}

table.kwsktop { 
	/* 詳細説明トップ用テーブルのスタイル。 */
	border-style:none;
	width:400px;
	border-collapse: separate;
	border-spacing: 5px;
}
table.kwsktop tr td { 
	width:100px;
	text-align: center;
	border-style:none;
	background-color:transparent;
	padding:0px;
}
table.kwsktop tr th { 
	font-size: small;
	font-weight: bold;
	text-align: left;
	text-align: center;
	color:#000000;
	line-height: 130%;
	border-style:none;
	background-color:#CCFFCC;
	padding:5px;
}


table.kwsk { 
	/* 詳細の説明表スタイル。 */
	border-width:2px;
	border-color:#000000;
	border-style: solid;
	clear: both;
	width:592px;
	margin-top:20px;
}
table.kwsk tr td { 
	font-size: small;
	line-height: 130%;
	border-width:1px;
	border-color:#CCCCCC;
	border-style: solid;
	background-color:#FFFFFF;
	padding:5px;
}
table.kwsk tr th { 
	font-size: small;
	font-weight: bold;
	text-align: left;
	line-height: 130%;
	border-width:1px;
	border-color:#CCCCCC;
	border-style: solid;
	background-color:#CCCCCC;
	padding:5px;
}




/* **** ※注記 **** */
.note { 
	/* 本文と同じサイズの字下げ。 */
	line-height: 120%;
	font-size:inherit;
	padding-left:1.5em;
	text-indent:-1.5em;
	margin: 0px;
}
.notemini { 
	/* １つ小さいサイズの字下げ。 */
	line-height: 120%;
	font-size:smaller;
	padding-left:1.5em;
	text-indent:-1.5em;
	margin: 0px;
}




/* **** テーブル **** */
table.green { 
	/* 緑のテーブルのスタイル。 */
	border-width:2px;
	border-color:#009933;
	border-style: solid;
}
table.green tr td { 
	font-size: small;
	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;
	line-height: 130%;
	border-width:1px;
	border-color:#CCFFCC;
	border-style: solid;
	background-color:#CCFFCC;
	padding:5px;
}

table.none { 
	/* 入れ子のテーブルに色が付いてしまったときのスタイル。 */
	border-width:0px;
	border-style:none;
	padding:0px;
	margin: 0px;
}
table.none tr td { 
	border-width:0px;
	border-style:none;
	background-color:transparent;
	padding:0px;
	margin: 0px;
}

table.black { 
	/* 黒のテーブルのスタイル。 */
	border-width:2px;
	border-color:#000000;
	border-style: solid;
}
table.black 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.black 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;
}










/* **** CSS Document **** */


