@charset "utf-8";

/* 全体 */
body {
	background: #685CA8;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
.mac body { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif; }

a { color:#000; }
a:hover { color:#AF0000; }

p { margin:1em 0; }





/* top-content (青いエリア) **********************************************************************/
.top-content {
	background: #1C2787 url(../img/top_content_bg.jpg) repeat-x left top;
	width: 850px;
	margin: 0 auto;
	padding: 0 25px 0px 25px;
}
.top-content p { margin:0; }

/* ヘッダー */
.header { float:left;
	width:850px;
	height:235px;
	background-image:url(../img/top_content_01.jpg) ; }




.header h1 { padding:20px;
	margin-right:0px; }


/* .header { width:850px; background-color:#E20A17; }
/* .header h1 { padding:25px; }


/* ヘッダー */
.header2 { float:left;
	width:850px;
	height:235px;
	background-image:url(../img/top_content_04.jpg) ; }




.header2 h1 { padding:20px;
	margin-right:0px; }





/* bottom-content (白いエリア) *******************************************************************/
.bottom-content-wrap {
	width: 100%;
	background-color: #F7EFD7;
	border-top: 7px solid #cc9900;
}
.bottom-content {
	background-color: #FFF;
	width: 850px;
	margin: 0 auto;
	padding: 0 25px;
	position: relative;
}

/* TEL番号の画像 */
p.bottom-content-office-tel {
	margin: 0;
	text-align: right;
	padding: 1em 0 1em 0;
}

/* 実施企業一覧 */
.companies {
	background: url(../img/companies_bg.jpg) no-repeat center top;
	width: 850px;
}
.companies h3 {
	text-align: center;
	padding: 30px 0 20px 0;
}
.companies-bottom {
	background: url(../img/companies_bottom_bg.jpg) no-repeat center top;
	width: 850px;
	height: 54px;
}
.companies-bottom p {
	text-align: right;
	font-size: 10px;
	margin-right: 50px;
}

/* テーブル */
.companies table {
	width: 750px;
	margin: 0 auto;
	border-top: 1px solid #C19125;
	border-right: 1px solid #C19125;
}
.companies table th,
.companies table td {
	border-bottom: 1px solid #C19125;
	border-left: 1px solid #C19125;
	padding: 0.3em;
	font-size: 12px;
}
.companies table th {
	border-bottom: 2px solid #C19125;
	background-color: #0C3A6B;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}
.companies table td.name {
	width: 250px;
}
.companies table td.area {
	width: 200px;
}
.companies table td.term {
	width: 150px;
}

.companies table td.term2{
	width: 150px;
	font-weight:normal;
	text-align:center!important;
	vertical-align:middle;
}

.companies table td.term2 img{
	width: 90%;
	height: auto;
	margin-top: 2px;
	margin-bottom: 2px;
}

.companies table th.name_t {
	width: 250px;
	background-color: #862580;
}
.companies table th.area_t {
	width: 200px;
	background-color: #862580;
}
.companies table th.term_t {
	width: 150px;
	background-color: #862580;
}



/* フッター */
.footer {
	width: 850px;
	height: 100px;
	border-top: 1px solid #CCC;
	position: relative;
	margin-top: 40px;
}
.footer p { font-size:10px; }
.footer a { text-decoration:none; }

p.footer-link { position:absolute; top:30px; left:0; }
p.copyright   { position:absolute; top:30px; right:0; }



