﻿@charset "utf-8";
/*
	Theme Name: テンプレートNo.015-2（2カラム用）
	Description: NTTコミュニケーションズが提供するおまかせ！ホームページ制作更新パック用のテンプレートです。本テンプレートの著作権はNTTコミュニケーションズ株式会社に帰属します。
	Author: NTT Communications
	Tags: クールカジュアル, 信頼できる, すがすがしい
*/


/* ResetCSS.
Based on work by Eric Meyer:
http://meyerweb.com/eric/tools/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/*Clearfix*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix{ zoom: 1; } /* IE7 */


/* Common Structure
-------------------------------------------------------------- */
body {
	text-align:center;
	font-size: 80%;
	font-family: 'HiraKakuPro-W6', 'Hiragino Kaku Gothic Pro', 'MS PGothic', sans-serif;
	color:#000;
	background: url(images/bg_body.jpg) left top repeat-x;
}
#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background-color:#FFF;
}
#container-inner {
}
#header {
	width: 960px;
	margin: 0 auto 20px auto;
	background: url(images/bg_container.gif) left top repeat-y;
}
#header-inner {
	width: 960px;
	margin: 0 auto;
}
#header-top {
	width: 960px;
	min-height: 85px;
	height:auto !important;
	height: 85px;
	margin:0;
	padding:0;
	border:none;
	background: #002192 url(images/bg_header.jpg) left top repeat-x;
}
#header-main {
	float: left;
	width: 550px;
	padding-top: 18px;
	padding-left: 27px;
}

/* searchform
-------------------------------------------------------------- */
#header_right {
	float: right;
	width: 350px;
	padding-top: 20px;
	padding-right: 20px;
	text-align: right;
}
#header_right .search-switch { color: #fff; font-size: 80%; }
#header_right form {
	padding-bottom:20px;
}
#header_right input {
	vertical-align: middle;
}
.search-switch {
	font-size: 75%;
}
.search-input {
	background:#fff;
	border:1px #a6a6a6 solid;
	height:16px;
	margin:0 0 0 2px;
	padding:2px;
	width:120px;
}
.search-submit {
}

#header_right .pt {
	padding-bottom:20px;
}
/* Content
-------------------------------------------------------------- */
#sidebar {
	float: left;
	width: 230px;
}
#main-content {
	width: 720px;
	float:right;
}
#content {
	padding: 0;
	background-color:#FFF;
}
#content-inner {
	padding: 0;
}
#footer {
	background: url(images/bg_footer.gif) left top repeat-x;
	width: 960px;
	margin: 0 auto;
}
#footer-inner {
	width: 960px;
	margin: 0;
	height: auto;
	padding-top: 10px;
	padding-bottom: 30px;
}

/* Common Elements
-------------------------------------------------------------- */
/* ヘッダーロゴ */
#header-main h1,
#logo {
	margin-bottom: 5px;
	font-size: 26px;
	font-weight: bold;
}
#header-main h1 a,
#logo a {
	text-decoration: none;
	color:#fff;
}
/* ヘッダー内イメージエリアの指定 */
#header-img {
	width: 960px;
	height: 200px;
	background: url(images/bg_header_img.gif) center bottom no-repeat;
	margin: 0;
	padding: 0;
}
#header-img img {
	margin: 0;
	padding: 0;
}
/* ヘッダー内キャッチコピーの指定 */
#header #header-inner #header-top #header-main #desc {
	color: #fff; font-weight: normal;
}

/* グローバルナビゲーション
-------------------------------------------------------------- */
#glonav {
	border: 2px solid #ececec;
	padding:0;
	margin:0;
	width:224px;
	float: left;
}
#glonav li {
	display: block;
	background: #fff url(images/bg_menu.jpg) left bottom repeat-x;
	line-height:1.4;
	width: 224px;
	z-index:1;
}
#glonav li a {	
	display: block;
	overflow:hidden;
	width:auto;
	padding: 1.1em 10px 1.0em 35px;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	color:#000;
	background: url(images/icon_arrow.gif) 15px center no-repeat;
}
#glonav li:first-child {
	/* トップページのアイコンのみ変更 対応：IE7以降〜 */	
}
#glonav a:hover {
	text-decoration: underline;
	color:#CD1400;
}
#glonav li.current-menu-item a {
	text-decoration: underline;
	color:#CD1400;
}
#glonav #jsddm {
	 
}
#glonav .menu-menu-container { 
	
}


#glonav:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #glonav { zoom: 1; } /* IE6 */
*:first-child+html #glonav{ zoom: 1; } /* IE7 */


/* サブメニュー2
-------------------------------------------------------------------*/
.dropdown ul li {
 position: relative;
 display: block;
 list-style: none;
}
.dropdown ul ul {
 visibility: hidden;
 position: absolute;
 left: 220px;  /* メニューの幅と同じ値 */
 top: 0;  /* サブメニューのボーダー幅を減算 */
}
.dropdown ul li:hover > ul {
 visibility: visible;
}

/* sub-menu
-------------------------------------------------------------- */
#glonav ul li ul.sub-menu{	
	display: inline;
	z-index:10;
	background-color:#e7e7e7;
	border-top: 1px solid #ccc;
}

#glonav ul li ul.sub-menu li{
	background: #e7e7e7;
	padding:0;
	height:auto;
	border-bottom: 1px solid #ccc;
}

#glonav ul li ul.sub-menu li a{	
	display:block;
	padding: 12px 10px 12px 30px;
	color: #000;/*テキストカラー*/
	background: #e7e7e7 url(images/icon_sub.gif) 14px center no-repeat;/*背景*/
	width:auto;
	overflow:hidden;
}
#glonav ul li ul.sub-menu li a:hover{
	text-decoration: underline;
	color:#CD1400;/*テキストカラー*/
}

#glonav ul.sub-menu li.current-menu-item a {
	text-decoration: underline;
	color:#CD1400;
}

/* サブメニュー入れ子部分の設定 */
#glonav ul.children li { 
	margin:0;
}

#glonav ul.children li a {
	display: block;
	background: #f6f6f6 url(images/icon_gnav.gif) 10px center no-repeat;
	color:#000;
}

#glonav ul.children a:hover {
	text-decoration: underline;
	color:#CD1400;
}
/* 左メニュー追加分ここまで */

/* 汎用パーツ
-------------------------------------------------------------- */
/* 画像系 */
.alignleft {
	float: left;
	margin: 0 20px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
/* 文章 */
#content p {/*本体文章*/
	line-height: 160%;
	font-weight: normal;
	font-size:90%;
}
/* 各ページ */
.pagecontent {
	padding: 0 0 40px 0;
	overflow:hidden;
}
/*見出し・文章*/
#content .h-area {
	clear: both;
}
#content .h-area h1,
#content .h-area h2 {
	/*サブページ見出しLv.１*/
	padding: 6px 10px 6px 15px;
	font-size: 150%;
	font-weight: bold;
	color:#000;
}
#container .h-area h1 {
	background: url(images/bg_h1.jpg) left top repeat-x;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #122e8e;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 25px;
	padding-top:12px;
	padding-bottom:10px;
}
.home #container .h-area h1 {
	/* トップページのみ大見出しのアイコンを変更 */
	
}
#content .pagecontent h2 {
	clear: both;
	background: #fff url(images/bg_h2.gif) 5px top no-repeat;
	border-bottom: 1px solid #606060;
	padding-top: 4px;
	padding-left: 20px;
	padding-bottom: 6px;
	margin-bottom:20px;
	font-size: 130%;
	font-weight: bold;
	color:#000;
}
#content .pagecontent h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 130%;
	color:#000;
}
/* 追加
* html #content .pagecontent h3 { margin:0 0 5px 0; }
*:first-child+html .pagecontent h3 { margin:0; padding: 0; }
 */

#content .pagecontent p {
	margin-bottom: 1em;
}

/* フッターナビ
-------------------------------------------------------------- */
#footer #footer-nav {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#footer-nav ul {
	text-align: left;
    line-height: 1.2;
	padding: 0 0 10px 0;
}
#footer-nav ul li {
	display:inline;
	line-height: 1.5;
	padding: 10px 20px 10px 0;
}
#footer-nav ul li a{
	display:inline-block;
	white-space:nowrap;
	width:auto;
	background: url(images/icon_arrow2.gif) left center no-repeat;
	padding: 0 0 0 12px;
	color:#333;
	text-decoratin: none;
}
#footer-nav ul li:last-child {
	border: none;
}
#footer-nav a:hover {
	text-decoration: underline;
	color:#CD1400;
}
/* フッター入れ子の非表示 */
#footer-nav ul.children {
	display: none;
}

#footer ul.sub-menu {
	display: none;
}
	
/* コピーライト */
#copyright {
	color:#333;
	font-weight: normal;
	margin: 0 15px;
	font-size:80%;
}

/* Each Elements
-------------------------------------------------------------- */
/*TOPページお知らせ用*/
.home-news {
	float: left; 
	margin: 0; 
	padding: 0; 
	width: 720px; 
	height: auto;
}
.home-news dl {
	margin: 0; 
	padding:10px;
}
.home-news dl dt {
	width: 120px; 
	float: left; 
	display: block; 
	margin: 0; 
	padding: 0; 
	line-height: 1.5;
}
.home-news dl dd {
	border-left: 1px solid #ccc; 
	margin: 0 0 0 120px; 
	padding: 0 0 0 15px; 
	line-height: 1.5; 
}

#main-content .home-news dl.bg-gray{
	background-color: #f4f4f4;
}

.home-news a.dl-link{ 
	font-size:110%;
}

/* tableデザイン：デフォルト */
table#table01 {
	width: 90%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
table#table01 thead {
	padding: 5px;
	background: #C0C0C0;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
table#table01 tfoot {
	padding: 5px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
table#table01 tbody {
	padding: 5px;
	text-align: center;
}
table#table01 th {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
    text-align: center;
}
table#table01 td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
    text-align: center;
}
table#table02 {
	width: 90%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
table#table02 thead {
	padding: 5px;
	background: #C0C0C0;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}
table#table02 tfoot {
	padding: 5px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}
table#table02 tbody {
	padding: 5px;
	text-align: left;
}
table#table02 th {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
    text-align: left;
}
table#table02 td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
    text-align: left;
}
table#table03 {
width: 90%;
/* border: 5px transparent solid; */
border-collapse: collapse;
border-spacing: 0;
}
table#table03 thead {
	padding: 5px;
	background: #C0C0C0;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
table#table03 tfoot {
	padding: 5px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
table#table03 tbody {
	padding: 5px;
	text-align: center;
}
table#table03 th {
	padding: 5px;
	border: 5px transparent solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
    text-align: center;
}
table#table03 td {
padding: 5px;
/* border: 5px transparent solid;*/
/* border-width: 0 0 1px 1px; */
text-align: center;
}
table#table04 {
width: 90%;
/* border: 5px transparent solid;*/
border-collapse: collapse;
border-spacing: 0;
}
table#table04 thead {
	padding: 5px;
	background: #C0C0C0;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}
table#table04 tfoot {
	padding: 5px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}
table#table04 tbody {
	padding: 5px;
	text-align: left;
}
table#table04 th {
	padding: 5px;
	border: 5px transparent solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
    text-align: left;
}
table#table04 td {
padding: 5px;
/*border: 5px transparent solid;*/
border-width: 0 0 1px 1px;
text-align: left;
}


/* 問合せフォーム：デフォルト */
div.wpcf7 {
	margin: 0;
	padding: 0;
}
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
	border: 2px solid #f00;
}
span.wpcf7-form-control-wrap {
	position: relative;
}
span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: inline;
}
span.wpcf7-list-item {
	margin-left: 0.5em;
}
.wpcf7-display-none {
	display: none;
}
div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}
div.wpcf7 .watermark {
	color: #888;
}





/* 検索結果h3改行 */
.search-page-result h3 { float: left; clear: left; margin: 0 0 5px 0; padding: 0; }
*:first-child+html .search-page-result { width: 640px; }

/* サンプルサイト　コンテンツ用スタイル（不用の場合削除）
-------------------------------------------------------------- */
.table-wrap1 {
	 background-color:#cae4ff;
	 padding:10px;
	 margin:0 0 0 10px;
	 width:680px;
}


.table-finance1 {
	 background-color:#cae4ff;
	 padding:10px;
	 width:680px;
}

.table-finance1 .td-fin {
	 border:1px solid #ccc;
	 border-top:0;
	 background-color:#fff;
	 padding:10px;
}

.table-wrap1 td { 
	font-size:90%;
}

.table-wrap1 ul { 
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:1px dotted #ccc;
}

.table-wrap1 ul li { 
	background:url(images/icon_arrow.gif) left center no-repeat;
	padding-left:15px;
	line-height:1.8;
}

.link-arrow {
	background:url(images/icon_arrow.gif) left center no-repeat;
	padding-left:15px;
	width:180px;
}

.finance-wrap1 { 
	margin:0;
	padding:0 10px;
	width:700px;
 }

.finance-img { 
	float:left;
	width:200px;
	height:150px;
	margin:0 20px 0 0;
	padding:0;
}

.finance-txt { 
	margin:0;
	padding:0;
	width:460px;
	float:right;
	text-align:left;
 }

a.link-class { color:#0052b2; }
a.link-class:link { color:#0052b2; }
a.link-class:visited { color:#0052b2; }
a.link-class:active { color:#CD1400; }
a.link-class:hover { color:#CD1400; }

table.f-table{
	width:720px;	
}

.f-td1{
	width:17%;
	vertical-align:top;
	border-right: 1px solid #ccc;
	padding:0 10px;
	line-height:1.5 ;
	font-size:90%;
}

.f-td2{
	width:3%;
	vertical-align:top;
}

.f-td3{
	width:80%;
	vertical-align:top;
	padding:0 10px 0 20px; 
	line-height:1.5;
	font-size:90%;
	background:url(images/f_table_arrow.gif) 0 0.5em no-repeat; 
}

.bg-gray{
	background-color: #f4f4f4;
}

.sp {
	height:10px;
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
}

.f-td3 a{ 
	font-size:110%;
}







