@charset "shift_jis";

/* body（各シート共通）-------------------------------------------------------------------- */

*{
	margin:0px;
	pading:0px;
	font-size:100%;
}
body{
	color:#000000;
	background-image:url(image/back.gif);
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:14px;
	font-weight:normal;
	text-align:center;
	line-height:130%;
	letter-spacing:0.1em;
}
a:link{color:#0000FF;}
a:visited{color:#0000CC;}
a:active{color:#00FF99;}
a:hover{color:#0066FF;}
a { outline: none; }


img{
	border-style:none;
	display:block;
}



h2{
	background-image:url(image/h2.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:26px;
	padding:17px 0px 14px 10px;
	margin-bottom:10px;
}
h3{
	background-image:url(image/h3.gif);
	background-repeat:no-repeat;
	color:#C6006E;
	padding:13px 0px 15px 25px;
	margin-bottom:10px;
}




div#main{
	width:1150px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(image/back_main.gif);
	background-repeat:repeat-y;
}

div#header{
	background-image:url(image/header.jpg);
	background-repeat:no-repeat;
	color:#FF0000;
	padding:233px 0px 50px 120px;
	font-size:24px;
	text-align:left;
}
div#container{
	width:1050px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
div#container p{margin-bottom:20px;}



/*=============================*/
/*テーブルメニューの設定*/
/*=============================*/
#winTBM{width:1050px;}
#winTBM td{
	vertical-align:top;
	line-height:130%;
}
#winTBM ul{margin-left:20px;}


#link_header{
	border:double 5px #666666;
	padding:10px;
	text-align:center;
	margin:20px 0px 30px 0px;
}


/*=============================*/
/*pre code*/
/*=============================*/
pre{
	background-image:url(image/precode.gif);
	background-repeat:repeat-y;
	color:#3B260D;
	padding:0px 10px 0px 30px;
	word-wrap:break-word;
}
pre span{font-weight:bold;}


/*=============================*/
/*テーブル/サンプルの設定*/
/*=============================*/
.sampTB{
	width:1050px;
	table-layout:auto;
	border:solid 1px #000000;
	border-collapse:separate;
	border-spacing:0.3em;
	letter-spacing:0.1em;
}
.sampTB th{
	width:300px;
	border:solid 1px #707070;
	background-color:#BFBFBF;
	padding:5px;
	fonr
} 
.sampTB td{
	border:solid 1px #707070;
	padding:5px;	
}

.sampTB caption{
	background-color:#535353;
	padding:5px 0px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:3px;
}

/*行が3つある場合*/
.sampTB1{
	width:1050px;
	table-layout:auto;
	border:solid 1px #000000;
	border-collapse:separate;
	border-spacing:0.3em;
	letter-spacing:0.1em;
}
.sampTB1 th{
	width:200px;
	border:solid 1px #707070;
	background-color:#BFBFBF;
	padding:5px;
	fonr
} 
.sampTB1 td{
	border:solid 1px #707070;
	padding:5px;	
}

.sampTB1 caption{
	background-color:#535353;
	padding:5px 0px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:3px;
}
.sampTB1 td.widthset{width:420px;}


/*=============================*/
/*サンプル表示*/
/*=============================*/
div.Sample{
	background-color:#CEEFFF;
	padding:20px;
}
div.Sample > p{
	font-weight:bold;
	letter-spacing:0.2em;
	background-color:#ABE4FF;
}





/*=============================*/
/*olｇとul*/
/*=============================*/
ol{margin-left:30px;}
ol li{margin-bottom:10px;}

/*=============================*/
/*ページTOPの設定*/
/*=============================*/
.jump{font-size:12px; margin:40px 0px 30px 0px; text-align:right;}
#jump{font-size:12px; margin:40px 0px 0px 0px; text-align:right;}


/*=============================*/
/*スペースの設定*/
/*=============================*/
.s30{margin-top:30px;}
.btm30{margin-bottom:30px;}

/*=============================*/
/*decoの設定*/
/*=============================*/
.deco{
	color:#FF0000;
	font-weight:bold;
}


.use h3{margin-top:30px;}





