/*
	ベーシック02ブルー 左メイン テンプレートカスタム
*/

/* 共通フォント */
body {
    font-size: 14px;
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    line-height: 1.4
}

/* 包括 */
#wrap {
    background: none;
  	border-top: 20px solid #1964CB;
}

/* 大見出し */
h1 a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
h1 a:hover {
    color: #333;
}

/* サイト説明 */
#title .description {
    color: #FFF;
    padding: 0;
    position: absolute;
    top: -18px;
    font-size: 12px;
}

/* 記事 */
.mainArticles .article, .mainArticles .gallery, #mainTopics {
    margin-bottom: 30px;
    overflow: visible;
}
.mainArticles .article .article_body {
	padding: 10px;
}
/* 記事見出し */
.mainArticles .article .article_body h3 {
    margin: -9px 0 0 -9px;
    width: 100%;
    margin-bottom: 10px;
  	font-size: 17px;
}
/* 記事画像 */
.mainArticles .article .image {
    padding: 0 10px;
}

/* 新着情報 */
table.infoTbl {
    background-color: #FFFFFF;
    display: block;
    height: 180px;
    margin: 0 auto;
    overflow: auto;
    width: 100%;
}
table.infoTbl th {
    border-bottom: 1px solid #EEE;
    color: #666666;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px;
    text-align: left;
}
table.infoTbl td {
    border-bottom: 1px solid #EEE;
    line-height: 1.2;
    padding: 10px;
}
table.infoTbl td img {
    width: 100%;
}

/* 流れ */
table.flowTbl {
    background-color: #FFFFFF;
    display: block;
    margin: 0 auto;
    width: 100%;
}
table.flowTbl th {
    border-bottom: 1px solid #EEE;
    color: #666666;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px;
    text-align: left;
}
table.flowTbl td {
    border-bottom: 1px solid #EEE;
    line-height: 1.2;
    padding: 10px;
}
table.flowTbl td img {
    width: 100%;
}

/* よくある質問 */
dl.dlqa {
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
dl.dlqa dt {
    background: url("http://sys.amsstudio.jp/region/baggage_ace/tokyo/0000008479/usersimages/0000204846.png") no-repeat scroll;
    font-weight: bold;
    margin: 15px 0 0;
    padding: 2px 0 5px 37px;
}
dl.dlqa dd {
    background: url("http://sys.amsstudio.jp/region/baggage_ace/tokyo/0000008479/usersimages/0000204847.png") no-repeat scroll 0 7px;
    border-bottom: 1px dotted #CCCCCC;
    margin: 0;
    padding: 7px 5px 15px 37px;
    width: auto;
}

/* 会社概要 */
table.companyTable {
    border-collapse: collapse;
    border-spacing: 0;
    border-left: 1px solid #AAAAAA;
    border-top: 1px solid #AAAAAA;
    border-bottom: none;
    width: 100%;
    margin: 0 auto;
}
table.companyTable th {
    background-color: #F3F3F3;
    border-bottom: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    color: #666;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 25%;
}
table.companyTable td {
    width: 75%;
    border-bottom: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    padding: 5px;
}

/* 問い合わせフォーム */
#article_contact, #article_company {
    margin-top: 0;
}
#article_contact_ext {
    font-size: 14px;
}
table.contactTable {
	border-collapse: collapse;
	border-spacing: 0;
	border-left: 1px solid #AAA;
    border-top: 1px solid #AAA;
    border-bottom: none;
	margin: 10px auto;
	width: 100%;
}
table.contactTable th {
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
	color: #666;
    background-color:#F3F3F3;
	height: auto;
	line-height: 150%;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
  	width:30%;
}
table.contactTable td {
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
	height: auto;
	line-height: 150%;
	padding: 10px 15px;
}
table.contactTable label input {
	margin-left: 10px;
  	margin-right: 5px;
}
table.contactTable input.textField {
	border:solid 1px #999;
	width: 100%;
}
table.contactTable .textField {
    width: 100%;
}
table.contactTable input.button {
  	display:block;
    margin: 0 auto;
    font-size: 14px;
}
table.contactTable tr.must th {
    background-position: 150px center;
    background-repeat: no-repeat;
    padding: 0 40px 0 10px;
}
/* お問い合わせ備考欄 */
#article_contact_ext {
    margin-top: -30px;
}
.article_outer {
    border: none;
}

/* 求人票 */
table.jobTbl {
    border-collapse: collapse;
    border-left: 1px solid #CCC;
    border-spacing: 0;
    border-top: 1px solid #CCC;
    margin: 10px auto 0;
    width: 100%;
}
table.jobTbl th {
    background-color: #38E;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    color: #FFFFFF;
    height: auto;
    line-height: 150%;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
  	font-weight:normal;
    width:20%;
}
table.jobTbl td {
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    height: auto;
    line-height: 150%;
    padding-left: 15px;
}

/* 画像リンク */
#mainArticles a:hover img,
#sideBanners  a:hover img,
.freeHtml a:hover img
{
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

/* ページTOPへボタン */
#pageTop{
    background:#333;
    border-radius:5px;
    color:#ffffff;
    padding:15px;
    position:fixed;
    bottom:15px;
    right:15px;
    font-size: 10px;
    z-index:100;
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
    text-decoration:none;
}
#pageTop:hover{
    background:#006;
}