@charset "utf-8";
/*
	Theme Name: テンプレートNo.009-2（2カラム用）
	Description: NTTコミュニケーションズが提供するおまかせ！ホームページ制作更新パック用のテンプレートです。本テンプレートの著作権はNTTコミュニケーションズ株式会社に帰属します。
	Author: NTT Communications
	Tags: Business, Stylish, Simple
*/


/* ResetCSS.
Based on work by Eric Meyer:
http://meyerweb.com/eric/tools/css/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;
	background:#f7f7f7;
	font-size: 80%;
	font-family: 'HiraKakuPro-W6', 'Hiragino Kaku Gothic Pro', 'MS PGothic', sans-serif;
	color:#555555;
}
#container {
	margin: 0 auto;
	width: 980px;
	border: none;
	text-align: left;
}
#container-inner{
	width:960px;
	margin:0 10px;
}
#header-top {
	height: 100%;
	background: #ececec url(images/bg_header.jpg) repeat-x left center;
}
#header-main {
	float: left;
	margin-left: 20px;
	padding-top: 27px;
	padding-bottom:15px;
	width: 580px;
}

/* * html #header-main { margin-left: 10px; }*/

#header #header-inner{
	background:url(images/header_shadow.gif) no-repeat left bottom;
	padding:0 0 15px 0;
}

#header-img {

}
#header-img img {
	*vertical-align:bottom;
}


/* searchform
-------------------------------------------------------------- */
#header-search {
	float: right;
	width: 300px;
	padding-top: 20px;
	margin-right: 20px;
	text-align: right;
}

#header-search 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 {

}


/* Content
-------------------------------------------------------------- */
#content {
	padding:5px 0 0 0;
}

#sidebar {
	float: left;
	width: 228px;
	background:url(images/bg_glonav_t.gif) left top no-repeat;
	padding-top:20px;
}

#main-content {
	float: right;
	width: 712px;
	margin:0;
	padding:20px 0 0 0;
	background:url(images/bg_content.gif) no-repeat left top;
}

* html #main-content { padding:30px 0 0 0; }
*:first-child+html #main-content { padding:30px 0 0 0; }

#footer {
	padding: 20px 20px 20px 20px;
}


/* Common Elements
-------------------------------------------------------------- */
/* ヘッダーロゴ */
#header-main h1,
#logo {
	margin-bottom: 5px;
	font-size: 240%;
	color:#ffffff;
	font-weight: bold;
}
#header-main h1 a,
#logo a {
	text-decoration: none;
	color:#3d3d3d;
}
#desc{
	color:#1d6e99;
}

/* 画像系 */
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

#main-content #home-content .alignright{
	float: right;
	margin:47px 0 20px 20px;
}


.content-section p img.alignright{
	float: right;
	margin:23px 0 20px 20px;
}
/* 文章 */
#content p {/*本体文章*/
	line-height: 160%;
	font-size:90%;
}


/* 各ページ */
.pagecontent{
	padding-top:25px;
	padding-bottom: 20px;
}

.pagecontent-inner {
	padding:20px;
	background: url(images/bg_content_2.gif) repeat-y;
}



#main-content .pagecontent {
	background:url(images/bg_content_btm.gif) no-repeat left bottom;
}

#container #content-inner #main-content #home-content .pagecontent {
	background:none;
	padding-top:10px;
}


/*見出し・文章*/
#content .h-area {
	clear: both;
	padding: 2px;
}
#content .h-area h1,
#content .h-area h2 {/*サブページ見出し１*/
	padding: 0px 0 6px 0;
	background:url(images/bdr_dotline.gif) bottom repeat-x;
	font-size: 140%;
	font-weight: bold;
	color:#6abbdf;
	margin: 0;
}

* html #content .h-area h1 { clear:both; width: 660px; }
*:first-child+html .h-area h1 { clear:both; width: 660px; }

#content #content-inner #main-content .h-area{
	clear: both;
	margin:0 20px;
	padding:0 0 12px 0;
	background:url(images/bdr_dotline.gif) repeat-x left bottom;
	}

#content #content-inner #main-content .h-area h1{
	margin:10px 0 0 0;
	padding: 0px 0px 0px 13px;
	background: url(images/bg_h.gif) no-repeat left center;
}

#content .h-area h2 span{
	padding: 0px 0px 0px 13px;
	background: url(images/bg_h.gif) no-repeat left center;
}

#content .pagecontent h2 {
	clear: both;
	padding: 0 0 8px 10px;
	border-bottom:1px dotted #ccc;
	font-size: 115%;
	font-weight: bold;
	color:#444444;
	margin-bottom: 10px;
	width: 100%;
}

#content .pagecontent h3 {
	margin: 17px 0 10px 0;
	font-weight: bold;
	font-size: 110%;
	color:#444;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 7px;
	background: url(images/h3_09_01.png) no-repeat left top;
	width:100%;
}

* html #content .pagecontent h3 { margin:0 0 5px 0; }
*:first-child+html .pagecontent h3 {  margin:0 0 5px 0; padding-bottom: 10px; }

#content .pagecontent p {

}

/* フッターナビ */
#footer-nav ul {
	text-align: center;
	line-height: 1.2;
}
	#footer-nav ul li {
		display: inline;
		padding: 0 12px;
		border-right: 1px solid #000000;
	}
	#footer-nav ul li:last-child {
		border: none;
	}
	#footer-nav a {
		text-decoration: none;
		color:#4077a7;
	}
	#footer-nav a:hover {
		text-decoration: underline;
		color:#777777;
	}
	
/* フッター入れ子の非表示 */
#footer-nav ul.children { display: none; }
#footer-nav ul.sub-menu { display: none; }		
	
/* コピーライト */
#copyright {
	padding: 1em;
	text-align: center;
	font-weight: bold;
}

/* Each Elements
-------------------------------------------------------------- */
#home-content {
	background:url(images/bg_content_btm.gif) no-repeat bottom;
	padding-bottom: 20px;
}

#home-content-inner {
	background:url(images/bg_content_2.gif) repeat-y;
	padding:10px 20px 0px;
}


#home-content h2#top-head {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 160%;
	color:#5fc2f0;
	padding-bottom:8px;
	background:url(images/bdr_dotline.gif) bottom repeat-x;
}

#container #content-inner #main-content #home-content .h-area{
	clear: both;
	background:none;
	margin:0 0 10px 0;
	padding:2px;
}

/*TOPページお知らせ用*/
.home-news {
	padding:10px 15px 10px 15px;
}
.home-news dl {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	overflow:hidden;
}
	.home-news dt {
		float:left;
		width: 90px;
		margin-left:0;
	}
	.home-news dd {
		margin-left: 110px;
	}

/*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;
}

/* ここから左メニュー追加分 */

.dropdown ul, .dropdown ul * { z-index: 1; }
.dropdown ul, .dropdown ul ul, .dropdown ul li {
  /* メニューの幅 */
}

.dropdown ul li {
 position: relative;
 display: block;
 list-style: none;  /* メインメニュー背景 */
}


.dropdown ul a {}
.dropdown ul a, .dropdown ul a:link, .dropdown ul a:hover, .dropdown ul a:visited {
}
.dropdown ul a:hover {  /* マウスカーソルが乗ったとき */
}
.dropdown ul li li {}
.dropdown ul ul {
 visibility: hidden;
 position: absolute;
 left: 228px;  /* メニューの幅と同じ値 */
 top: -1px;  /* サブメニューのボーダー幅を減算 */
}
.dropdown ul li:hover > ul {
 visibility: visible;
}


/* グローバルナビゲーション */
#glonav ul {
		background:url(images/bg_glonav_b.gif) left bottom no-repeat;
		padding-bottom:18px;
z-index:1;
	}

	#glonav li {
		background:url(images/bg_glonav.gif) repeat-y;
		margin-bottom: 1px;
	}

	* html #glonav li {
		line-height: 0;
		margin-bottom: -3px;
	}
	
/* ie6対応 */
#glonav ul {
_background:url(images/bg_glonav_b.gif) center bottom no-repeat;
_padding-bottom: 20px;
_clear:both;
_width: 220px;
		}
		
#glonav li a {
_float:left;
_clear:both;
_width:171px;
_line-height: normal;
_zoom:1;
}

/* ie6対応ここまで */

/* ie7対応 */	
*:first-child+html #glonav ul {
background:url(images/bg_glonav_b.gif) center bottom no-repeat;
padding-bottom: 20px;
clear:both;
width: 227px;
		}
		
*:first-child+html #glonav ul ul { background-image: none; }
		
*:first-child+html #glonav li a {
float:left;
clear:both;
width:171px;
line-height: normal;
zoom:1;
} 
/* ie7対応ここまで */


#glonav ul ul {
    background-image: none;
	}


	#glonav li.current-menu-item a {
		background:url(images/bdr_glonav_o.gif) left top no-repeat #ffffff;
		color:#fff;
	}
	#glonav a {
		display: block;
		background:url(images/bdr_glonav.gif) left top no-repeat #ffffff;
		text-align:left;
		padding: 19px 20px 18px 37px;
		font-size: 110%;
		color:#4c9abd;
		text-decoration:none;
	}
	
	#glonav a:hover {
        display: block;
		background:url(images/bdr_glonav_o.gif) left top no-repeat #ffffff;
		text-align:left;
		padding: 19px 20px 18px 37px;
		color:#fff;
		text-decoration:none;
	}
	
/* サブメニュー入れ子部分の設定 */

#glonav ul.children li {
margin: 0;
width: 200px;
 }

#glonav ul.children li a {
background-image: none;
    display: block;
	width: 200px;
	padding: 10px;
	margin: 0;
	background-color: #a9e3fd;
color: #757575;
}

#glonav ul.children a:hover {
display: block;
width: 200px;
padding: 10px;
margin: 0;
background-color: #6ab8db;
color: #fff;
}

* html #glonav ul.children a:hover { background-image: none; }

/* メニューの追加分プルダウン設定 */

#glonav ul.sub-menu li {
margin: 0;
width: 200px;
background-color:#E1F2F9;
 }

#glonav ul.sub-menu li a {
background-image: none;
    display: block;
	width: 200px;
	padding: 10px;
	margin: 0;
	background-color: #a9e3fd;
color: #757575;
}

#glonav ul.sub-menu a:hover {
display: block;
width: 200px;
padding: 10px;
margin: 0;
background-color: #6ab8db;
color: #fff;
}

* html #glonav ul.sub-menu li a:hover {
background-image: none;
    display: block;
	width: 200px;
	padding: 10px;
	margin: 0;
	background-color: #6ab8db;
color: #fff;
}

#glonav ul.sub-menu li.current-menu-item a {
background-color: #6ab8db;
color:#fff;
}

/* sub-menu
-------------------------------------------------------------- *

* html #glonav ul.sub-menu {
	margin: -5px 0 2px 0;
}

#footer ul.sub-menu {
	display: none;
}


/* ヘッダーのサブ画像表示 */
#header_right {
	float: right;
	width: 320px;
	height: 80px;
	padding-top: 15px;
	margin-right: 5px;
	text-align: right;
}

#header_right .pt {
	padding-top: 10px;
}

caption{
	line-height:110%;
}

/* 検索結果h3改行 */
.search-page-result h3 { float: left; clear: left; margin: 0 0 5px 0; padding: 0; }
*:first-child+html .search-page-result { width: 640px; }
