@charset "utf-8";
/* -----------------------------------------------------------
　テンプレート　20150224作成
--------------------------------------------------------------
 [header]  ヘッダー　幅1020

 [subHeader]  ヘッダー下　メージ画像1020

 [wrap]  幅980

    [content]  ページコンテンツ　編集可能領域(２)　幅690
  
    [side]　ナビゲーションリンク・バナー含む　幅260
  
    [footer]  共通フッター　幅auto (980)
------------------------------------------------------------- */

body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #333;
}
ul, ol, dl { /*ブラウザー間の余白相違解消*/
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
a:link {
	color: #007B99;
	text-decoration: none;
}
a:visited {
	color: #007B99;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
#header li, #side li, #footer li {
	list-style: none;}


/* ヘッダー 
------------------------------------------------------------- */
#header {
	margin: 0 auto 20px auto;
	padding-top: 6px;
	width: 1020px;
	background-color: #FFF;
}
h1{
	display: none; /*テキストのh1タイトルは通常表示しない*/
}
#siteLogo {
	float: left;
	width: 600px;
}

/* ナビゲーション */
#headerNav {
	float: right;
	margin-bottom: 14px;
	width: 396px;
	border-left: 1px solid #4DC5E4;
}
#headerNav li {
	float: left; position: relative;
	border-right: 1px solid #4DC5E4;
}
#headerNav a:link {
	display: block;
	padding: 16px 15px;
	font-size: 0.75em;
	line-height: 1.0;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	}
#headerNav a:visited {
	color: #333;
}
#headerNav a:hover,
#headerNav a:active,
#headerNav a:focus {
	color: #007B99;
}
#headerAdr {
	float: right;
	width: 396px;
}


/* サブヘッダー (イメージ画像エリア)
------------------------------------------------------------- */
#subHeader {
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}


/* 大枠
------------------------------------------------------------- */
#wrap {
	margin: 0 auto;
	width: 980px;}


/* コンテンツ
------------------------------------------------------------- */
#content {
	float: left;
	width: 700px;
}

/* 共通パーツ　テキストリンク */
.textlink:link {
	color: #007B99;
	text-decoration: none;
}
.textlink:visited {
	color: #007B99;
	text-decoration: none;
}
.textlink:hover, .textlink:active, .textlink:focus {
	text-decoration: none;
	background: url(../images/tmp_textlink_bg.gif) repeat-x left bottom;
}

/* 共通パーツ　見出しH2 */
.contsH2ttl {
	padding: 20px 0 50px 0;
}
.contsH2ttlv2 {
	padding: 0 0 20px 0;
	font-size: 110%;
	color: #007B99;
}
/* 共通パーツ　見出しH3 */
.contsH3ttl {
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 120%;
	line-height: 22px;
	background: url(../images/tmp_icon01.png) no-repeat left center;
}
/* 共通パーツ　見出しH4 */
.contsH4ttl {
	margin-bottom: 15px;
	padding-left: 20px;
	font-size: 100;
	line-height: 1.0;
	background: url(../images/tmp_icon02.png) no-repeat left center;
}
/* 共通パーツ　段落テキスト */
.contsTxt {
	margin-bottom: 20px;
	font-size: 72%;
	line-height: 1.8;
}
/* 共通パーツ　工程説明 */
.tmp-kakomi {
	padding: 7px 0;
	border: 1px solid #e6e6e6;
	text-align: center;
	line-height: 1;
	color: #0080FF;
	background: url(../images/tmp_kakomi_bg.gif);
}
.tmp-arrow {
	margin: 10px 0;
	text-align: center;
}

/* 共通パーツ　アセット住所連絡先
------------------------------------------------------------- */
.aset-info {
	margin: 120px 20px 20px 20px;
	font-weight: bold;
}
.aset-info-txt1 {
	margin-bottom: 20px;
}
.aset-info-h3 {
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 90%;
	line-height: 22px;
	background: url(../images/tmp_icon01.png) no-repeat left center;
}
.aset-info-txt2 {
	margin-bottom: 20px;
	font-size: 70%;
	font-weight: normal;
}
.aset-info-txt3 {
	line-height: 1.8;
}

/* サイドエリア
------------------------------------------------------------- */
#side {
	float: right;
	padding-top: 26px;
	width: 260px;
}
#side h4 {
	margin-bottom: 20px;
	padding: 0;
}
#side ul {
	margin-bottom: 40px;
}
#side li {
	margin-bottom: 13px;
	padding: 0;
}
.side-sec1,
.side-sec2,
.side-sec3 {
	margin-bottom: 60px;
}

/* フッター
------------------------------------------------------------- */
#footer {
	clear: both;
	padding: 24px 0 66px 0;
	border-top: 1px solid#E3E3E3;
}
.footer-sec1 {
	margin-bottom: 30px;
	text-align: right;}

/* フッターナビゲーション */
#footerNav {
	float: left;
	margin-bottom: 14px;
	border-left: 1px solid #4DC5E4;
}
#footerNav li {
	float: left; position: relative;
	border-right: 1px solid #4DC5E4;
}
#footerNav a:link {
	display: block;
	padding: 16px 15px;
	font-size: 0.75em;
	line-height: 1.0;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	}
#footerNav a:visited {
	color: #333;
}
#footerNav a:hover,
#footerNav a:active,
#footerNav a:focus {
	color: #007B99;
}
#footer p {
	clear: left;
	font-size: 68%;
	color: #555;
}
