@charset "UTF-8";
/* CSS Document */

*{
	margin: 0 ;
	padding: 0 ;
	}
	
body{
	margin:0 auto;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width:840px;
		}

/*　↓　ページレイアウト */

#header{
	width:840px;
	margin-top:10px;
		}
		
#content{
	width:838px;
	background-color:#FFFFFF;
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
	}

#main{
	background-color:#FFFFFF;
	width:820px;
	margin:0px 10px;
	font-size:14px;
	color:#333333;
	line-height:1.5;
	text-justify: distribute;
	}

#footer{
	width: 840px;
	margin-bottom:10px;
		}

/*　↓　共通スタイル */

	
/*　↓　ヘッダー部分スタイル */
#header td.renew{
	padding-left:10px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	}


/*　↓　メイン部分スタイル */

#main table{
	margin-bottom: 5px;
	}

#main td{
	text-align: justify;
	text-justify: distribute;
	}

#main td.pr{
	font-size:16px;
	font-family:"メイリオ", "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight:bold;
	padding:10px;
	line-height:1.5;
	text-justify: distribute;
	}
	
#main table.company_name{
	border-bottom:1px dotted #669966;
	border-top:2px solid #669966;
	width: 820px;
	}
	
#main td.company_name{
	background-image:url(../img/company.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 16px;
	font-weight:bold;
	color:#333366;
	height:20px;
	line-height:20px;

}

#main p.intro{
	background-image:url(../img/list_mark.gif);
	border-bottom:1px dotted #669966;
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size:13px;
	color: #990000;
	height:20px;
	line-height:20px;
	text-justify: distribute;
	}

#main td.company_tag{
	border-left:10px solid #FFCC00;
	padding-left: 15px;
	font-size: 12px;
	font-weight:bold;
	color:#333366;
}

#list{
	width:780px;
	margin-bottom: 5px;
	margin-left:20px;
	}

#list table{
	border-collapse: collapse;
	border: 1px solid #669999;
	border-spacing: 0;
	empty-cells :show;
	margin: 10px 0px 10px 0px;
	}
#list th{
	padding: 5px;
	border: 1px solid #669999;
	background-color:#CEDFDC;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: text-top;
	letter-spacing: 2px;
	}

#list td{
	padding: 5px;
	border: 1px solid #669999;
	font-size: 12px;
	text-justify: distribute;
	}

#main table.boshu{
	width:820px;
	border-bottom:1px dotted #999999;
	}

#main td.boshu{
	padding-left:20px;
	font-size: 12px;
	font-weight:bold;
	color: #336666;
	line-height:20px;
	}
	



#main p.pr_img{
	width: 160px;
	float: right;
	font-size: 10px;
	color: #333399;
	padding-left: 5px;
	line-height: 12px;
	}
	
.clear{
	clear:both;
	}


