﻿#seigohyo{
	width:755px;
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
	color:#4f4946;
}

#seigohyo p{
	margin:20px 0px 20px 0px;
	font-size: 12px;
	line-height:150%!important;
}


/*==========================================================
	テーブル
============================================================*/
#seigohyo table{
	margin:5px 0px 20px 0px;
	clear: both;
	font-size: 12px;
	border: 1px solid #999999;
	border-collapse: collapse;/*隣接するセルのボーダーを重ねて表示*/
}
#seigohyo th{
	padding: 5px;
	font-weight: normal;
	background: #E6F1CD;
	border: 1px solid #999999;
	text-align: left;
	line-height:130%!important;
}
#seigohyo td{
	padding: 5px;
	border: 1px solid #999999;
	vertical-align: top;
	line-height:150%!important;
}
#seigohyo p table{
	margin-left: 0px!important;
	width: 100%;
}
#seigohyo td p,#seigohyo th p{
	margin:0px!important;
	padding: 0px!important;
}

#seigohyo h1{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	font-size: 86%;
	font-weight: bold;
	border-top: 3px solid #;
	border-bottom: 1px solid #999999;
	line-height: 130%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

/*==========================================================
	リスト
============================================================*/


#seigohyo ul{
	margin:5px 0px 50px 40px;
	list-style-position: outside;
}
#seigohyo li{
	list-style-type: none;
	margin-bottom:10px;
	line-height:150%!important;
	padding-bottom: 10px;
	padding-left: 20px;
	background: url(images/listtop_mark.gif) no-repeat 0px 7px;
}

