/* text.css */

/* 見出しの設定 */

h1{ clear:both;
	font-size: large;
	background: url("../img/bg-h1b.gif") no-repeat center right;
	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: medium;
	font-weight:bold;
	border-width:1px 0px 1px 0px;
	border-style: solid;
	border-color: #666666;
	background-color:#EEEEEE;
	margin: 10px 0px 5px 0px;
	padding: 4px 10px 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: 10px 0px 5px 0px;
	padding: 2px 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 5px 0px;
	text-align: left;
}

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

h4.clear{clear:both;
}

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



h5{
	font-size:small;
	font-weight:normal;
	border-width:0px 0px 0px 4px;
	border-style: solid;
	border-color: #666666;
	font-weight:bold;
	margin: 5px 0px 5px 0px;
	padding: 2px 10px 2px 5px;
	text-align: left;
}

/* 段落の書式 */

p{
	font-size: small;
	line-height: 125%;
	margin: 5px 20px 10px 30px;	
	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;
}

div.textleft{
	text-align: left;
}

div.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;
}

table#tablelist p{
	margin:3px;
	padding:0px;
}

p.new{
	margin: 0px 20px 5px 0px;
	padding:0px 0px 0px 32px;
	background-image:url(../img/ic-new22px.gif) ;
	background-position:4px 4px;
	background-repeat:no-repeat;
	text-align: left;
	}

p.pas{
	margin: 0px 20px 5px 0px;
	padding:0px 0px 0px 32px;
	background-image:url(../img/ic-pas.gif) ;
	background-position:4px 4px;
	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;
	}
	


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

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

strong.red{
	color:#CC0033;
}

.center{
	text-align:center;
}

*>/**/sup { 
	vertical-align: text-top;
	line-height: 4px; 
	}
	
*>/**/sub {
	vertical-align: text-bottom; 
	line-height: 4px; 
	}


/* imageに関する書式 */

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

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

img.margin10px{
	margin: 10px;
}

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


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

/* 水平線に関する書式 */

hr{
	color: #999999;
	width: 80%;
	text-align: center;
}

/* 表に関する書式 */

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

caption{
	color: #666666;
	font-weight:bold;
	_padding: 3px;
	}

th{
	padding:5px;
	background-color:#EEEEEE;
	font-weight: bold;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #cccccc;		
}

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

table.left-table{
	margin-left:75px;
	_margin-left:50px;
	float: left;
	}


#contboxB td{
	text-align:right;
}

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

#contboxB td.textleft{
	text-align: left;
}

td.bg-aqua{
	background-color: #ccFFFF;
	}
	
td.bg-gray{
	background-color: #cccccc;
	}
	

/* listに関する設定 */

ul#navi {
	margin:0;
	padding:2px 10px;
}

ul#navi li{
	display:inline;
	list-style-type:none;
	margin:0;
	padding:5px;
	font-size:small;
	color: #000000;
}

ul#navi a{
	color:#ffffff;
	text-decoration:none;
	border:0;
}

ul#navi a:hover{
	color:#0000ff;
	text-decoration:none;
	border:0;
}

ul.doclist{
	margin:10px 10px 10px 40px ;
	text-align: left;
	list-style-type:none;
}

ul.inlinenavi{
	margin:0px 20px 0px 25px;
	padding:2px 0px 2px 0px;
}

ul.inlinenavi li{
	display:inline;
	list-style-type:none;
	background:url(../img/icn-tri-blue.gif) no-repeat center left;
	margin-left:10px;
	padding:3px 5px 2px 15px;
	font-size:small;
	color: #000000;
}

#doclist-enb li{
	list-style-type:none;
	margin:2px 0px 3px 0px ;
	padding:0px 10px 7px 15px ;
	background:url(../img/list-en.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-red.gif) no-repeat top left;
	text-align:left;
	line-height: 100%;
	color:#000000;
	}
	
#doclist-enr50 li{
	list-style-type:none;
	margin:2px 0px 3px 50px ;
	padding:0px 10px 10px 15px ;
	background:url(../img/list-en-red.gif) no-repeat top left;
	text-align:left;
	line-height: 100%;
	color:#000000;
	}
	
#doclist-enb50 li{
	list-style-type:none;
	margin:2px 0px 3px 50px ;
	padding:0px 10px 10px 15px ;
	background:url(../img/list-en.gif) no-repeat top left;
	text-align:left;
	line-height: 100%;
	color:#000000;
	}

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

li.list-no{
	list-style-type:none;
	margin:10px 0px 3px 25px ;
	padding:0px 10px 2px 10px ;
	text-align:left;
	line-height: 100%;
	color:#000000;
	}

li.list-ck{
	list-style-type:none;
	margin:2px 0px 3px 50px ;
	padding:0px 10px 10px 15px ;
	background:url(../img/icn-listck.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-list2.gif) no-repeat center left;
	text-align:left;
	line-height: 100%;
	color:#000000;
}

ol{
	margin:10px 20px 10px 75px ;
	text-align: left;
}

/* 額田文庫　リストに関する設定 */

div#nukada-list ol{
	text-align: left;
	;
}

div#w220right{
	width: 220px;
	float: right;
}

div#w220right ol{
	margin-left: 20px;
	padding-left:50px;
	width: 250px;
	float: right;
}





/* 項目と解説に関する設定 */

dl{
	margin:10px 5px　20px　5px;
}

dt{
	margin:10px 10px 0px 10px ;
	padding:0px 10px 0px 20px ;
	border:0px;
	background:url(../img/icn-star.gif) no-repeat center left;
	color:#000000;
	font-weight:bold;
	text-align:left;
	}

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

dt.point{
	margin:10px 10px 0px 10px ;
	padding:0px 10px 0px 20px ;
	border:0px;
	background:url(../img/list-en.gif) no-repeat center left;
	background-color:#ffffff;
	color:#000000;
	font-weight:bold;
	text-align:left;
	}
	

/* 囲み記事用 */
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:10px;
	margin:20px 5px 20px 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;
	}

 
 /* 回り込みに関する設定 */
.center{
	text-align: center;
}
 
 .left{
	float:left;
 }
 
 .right{
	float:right;
 }
 
 .clear{
	clear:both;
 }
 

.ul-30{
	padding-left:30px ;
	text-align: left;
	list-style-type:none;
}
