/* text.css */

/* 見出しの設定 */

h1{
	clear:both;
	font-size: large;
	background: url("../img/bg-h1.gif") repeat-x;
	border-width:1px 0px 0px 0px;
	border-style: solid;
	border-color: #666666;
	margin: 10px 0px 5px 0px;
	padding: 5px 10px 5px 10px;
	line-height: 25px;
	text-align: left;
}

h2{ clear:both;
	font-size: small;
	font-weight:bold;
	border-width:1px 0px 1px 0px;
	border-style: solid;
	border-color: #666666;
	background-color:#EEEEEE;
	margin: 15px 0px 5px 0px;
	padding: 4px 8px 4px 10px;
	text-align: left;
}

h3{ 
	clear:both;
	font-size:small;
	font-weight:bold;
	background:#FFFFFF;
	border-width:1px 0px 0px 0px;
	border-style: solid;
	border-color: #666666;
	margin: 15px 0px 5px 0px;
	padding: 6px 10px 2px 10px;
	text-align: left;
}

#cont-c h3{
	font-size:small;
	background:none;
	border-width:1px 0px 1px 0px;
	border-style: solid;
	border-color: #cccccc;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

h4{
	font-size:small;
	font-weight:normal;
	background: url("../img/ic-h4.gif") no-repeat 0px 4px;
	margin: 5px 0px 5px 15px;
	padding: 2px 10px 2px 15px;
	text-align: left;
}

h4.work{
	font-size:small;
	font-weight:normal;
	border-width:0px 0px 1px 0px;
	border-style: dotted;
	border-color: #666666;
	margin: 5px 0px 5px 25px;
	padding: 2px 10px 2px 5px;
	text-align: left;
}

h4.insert{
	color: #000000;
	font-size:small;
	font-weight:bold;
	background: url("../img/ic-h4.gif") no-repeat 0px 4px;
	margin: 5px 0px 5px 30px;
	padding: 2px 10px 2px 15px;
	text-align: left;
}

h5{
	font-size:small;
	font-weight:normal;
	background: url("../img/ic-h5.gif") no-repeat 0px 4px;
	font-weight:bold;
	margin: 5px 0px 5px 15px;
	padding: 2px 10px 2px 15px;
	text-align: left;
}

/* 段落の書式 */

p{
	font-size: small;
	line-height: 125%;
	margin: 5px 20px 5px 30px;	
	text-align: left;
}

#cont-c p{
	margin:5px;
	padding:0px;
}

#headline p{	
	line-height: 100%;
	margin: 2px 20px 2px 20px;
	}
	
table p{
	margin:2px;
	padding:0px;
}

p.link{
	margin: 0px 20px 5px 15px;
	padding:0px 0px 0px 22px;
	background-image:url(../img/icn-arw.gif) ;
	background-position:8px 3px;
	background-repeat:no-repeat;
	text-align: left;
	}

p.center{
	line-height: 125%;
	margin: 5px 10px 5px 10px;	
	text-align: center;
}

p.textright{
	line-height: 125%;
	padding: 5px;
	text-align: right;
}

p.footer{
	color: #ffffff;
	line-height: 100%;
	margin: 0px 10px 2px 10px;
	padding: 5px;
	text-align: center;
}

p.pas{
	margin: 0px 20px 5px 0px;
	padding:0px 0px 0px 30px;
	background-image:url(../img/ic-pas.gif) ;
	background-position:8px 3px;
	background-repeat:no-repeat;
	text-align: left;
	}
	
p.imp{
	margin: 0px 20px 5px 0px;
	padding:0px 0px 0px 30px;
	background-image:url(../img/ic-imp.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	text-align: left;
	}
	
div.kakomi p{
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
}

div.kakomi500 p{
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
}


strong{
	font-weight:bold;
	color:#cc0000;
}

.center{
	text-align:center;
}


/* imageに関する書式 */

img.margin2px{
	position: center bottom;
	margin: 0px 2px;
}

img.margin010px{
	margin: 0px 10px 0px 10px;
}

img.margin10px{
	margin: 10px;
}

img.margin5px{
	margin: 5px 0px 0px 0px;
}

img.f-r-m10px{
	margin: 10px 10px 10px 10px;
	float:right;
}


div.imgcenter{
	text-align: center;
	margin:2px;
}

img.border1px{
border:1px #000000 solid;
}



/* 表に関する書式 */

table{
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;	
	margin:10px 10px 20px 10px;
}


th{
	background-color:#EEEEEE;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:3px;

}

td{
	margin:0px;
	font-size: small;
    font-family:"ＭＳ Ｐゴシック","Osaka",sans-self;
	text-align:left;
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}


/* セルに関するクラス設定 */

#contboxB td{
	text-align:right;
}

#contboxB td.center{
	text-align:center;
}

#td-left td{
	margin:0px;
	font-size: small;
    font-family:"ＭＳ Ｐゴシック","Osaka",sans-self;
	text-align:left;
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}



.border-left{
	padding:5px;
	border-left:1px solid #CCCCCC;
}

td.no-border{
	border:0px;
	}

/* listに関する設定 */

ul{	margin:10px 20px 10px 50px ;
	text-align: left;
	list-style-type:none;
}

li{
	list-style-type:none;
	margin:5px 0px 3px 25px ;
	padding:5px 10px 2px 10px ;
	text-align:left;
	line-height: 115%;
	}


#doclist-doc li{
	list-style-type:none;
	margin:2px 0px 3px 20px ;
	padding:5px 10px 5px 15px ;
	background:url(../img/list-doc.gif) no-repeat center left;
	text-align:left;
	line-height: 100%;
	}

#doclist-ck li{
	list-style-type:none;
	margin:2px 0px 3px 20px ;
	padding:0px 10px 5px 15px ;
	background:url(../img/list-ck.gif) no-repeat top left;
	text-align:left;
	line-height: 100%;
	color:#000000;
	}
	
#doclist-enr li{
	list-style-type:none;
	margin:2px 0px 3px 0px ;
	padding:0px 10px 10px 15px ;
	background:url(../img/list-en.gif) no-repeat top left;
	text-align:left;
	line-height: 100%;
	color:#000000;
	}
	
#doclist-enr li.sub{
	list-style-type:none;
	margin:2px 0px 3px 20px ;
	padding:0px 10px 5px 15px ;
	background: none;
	text-align:left;
	line-height: 100%;
	color:#000000;
	}
	
#doclist-arw li{
	list-style-type:none;
	margin:2px 0px 3px 20px ;
	padding:0px 10px 5px 15px ;
	background:url(../img/icn-arw.gif) no-repeat top left;
	text-align:left;
	line-height: 100%;
	color:#000000;
	}
	
#doclist-arw li.sub{
	list-style-type:none;
	margin:2px 0px 3px 35px ;
	padding:0px 10px 5px 15px ;
	background:url(../img/icn-tri.gif) no-repeat top left;
	text-align:left;
	line-height: 100%;
	color:#000000;
	}

li.list-arw{
	list-style-type:none;
	margin:2px 0px 3px 25px ;
	padding:5px 10px 5px 20px ;
	background:url(../img/icn-arw.gif) no-repeat center left;
	text-align:left;
	line-height: 100%;
	color:#000000;
}

ol{
	list-style-type: decimal;
	margin:10px 20px 10px 50px ;
	text-align: left;
}

ol li{
	list-style-type: decimal;
	padding:0px 10px 5px 0px ;
	text-align:left;
	line-height: 115%;
	}



/* 囲み記事用 */
div#acrobat{ 
	margin: 30px 10px 20px 40px;
	border-style:solid;
	border-color:#003399;
	border-width:1px;
	line-height:1.25;
	width:80%;
	padding:5px;
	text-align: center;
 } 
 
div.w600{
	width:600px;
	text-align:center;
 }
 
div#name{
	padding:5px;
	margin:10px 5px 10px 10px;
	background-color: #FFFFFF;
	border-style:solid;
	border-color: #666666;
	border-width: 1px 1px 1px 1px;
	text-align:left;
	}
	
div#google{
	padding:5px;
	margin:0px;
	text-align:center;
	}
	
.kakomi{
	padding:10px 10px 10px 10px ;
	margin:10px 5px 10px 10px;
	background-color: #FFFFCC;
	border-style:solid;
	border-color: #999999;
	border-width: 1px 1px 1px 1px;
	text-align:left;
	}

.kakomi500{
	width: 500px;
	padding:10px 10px 10px 10px ;
	margin:10px 5px 10px 100px;
	_margin-left:20px;
	background-color: #FFFFCC;
	border-style:solid;
	border-color: #999999;
	border-width: 1px 1px 1px 1px;
	}
 
 /* 回り込みに関する設定 */
 
 .left{
	float:left;
 }
 
 .right{
	float:right;
 }
 
 .right20{
	float:right;
	margin-right: 20px;
 }
 
 .clear{
	clear:both;
 }
 
 
 /* 項目と解説 */
 
dl{
	margin:10px 20px　20px　30px;
	background-color: #FFFFFF;
}

dt{
	margin:10px 0px 0px 0px ;
	padding:2px 10px 2px 10px ;
	border-width:3px 0px 1px 0px;
	border-color: #00CCFF;
	border-style: solid;
	color:#000000;
	font-weight:bold;
	text-align:left;
	line-height: 115%;
	}

dd{
	margin:5px 10px 5px 20px ;
	padding:0px ;
	background:none;
	text-align:left;
	line-height: 115%;
	color:#000000;
	}

#sub dl{
	margin:10px 10px　20px　10px;
	background-color: #FFFFFF;
}
	
	
#sub dt{
	margin:10px 0px 0px 0px ;
	padding:2px 10px 2px 10px ;
	border:0px;
	background-color: #cceeFF;
	border-width: 1px;
	border-style: solid;
	border-color: #00CCFF;	
	}

	
#sub dd{
	margin:0px 0px 5px 0px ;
	padding:5px 10px 5px 10px ;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #00CCFF;	
	}
