﻿@charset "utf-8";
/*
	Theme Name: テンプレートNo.005-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:url(images/body_bg.gif) left top repeat;
	font-size: 80%;
	font-family: 'HiraKakuPro-W6', 'Hiragino Kaku Gothic Pro', 'MS PGothic', sans-serif;
	color:#181818;
}
#container {
	margin: 0 auto;
	width: 980px;
	border: none;
	background:url(images/container_bg.png) left top repeat-y;
	text-align: left;
}
#container-inner{
	width:960px;
	margin:0 10px;
}
#header-top {
	height: 111px;
	background: #ececec url(images/bg_header.gif) repeat-x left center;
}
#header-main {
	float: left;
	margin-left: 20px;
	padding-top: 27px;
	width: 600px;
}
#header-img {
	background: url(images/main_image_bg.gif) 0 bottom no-repeat;
	padding-bottom:10px;
}
#header-img img {
	*vertical-align:bottom;
}


/* searchform
-------------------------------------------------------------- */
#header-search {
	float: right;
	width: 300px;
	padding-top: 20px;
	margin-right: 20px;
	*margin-right: 10px;
	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: 30px 20px 20px 10px;
}

#sidebar {
	float: left;
	width: 188px;
	background:url(images/bg_glonav.gif) left bottom no-repeat;
	padding-bottom:6px;
}

#main-content {
	float: right;
	width: 720px;
}

#footer {
	padding: 20px;
	background:url(images/footer_bg.gif) left top no-repeat #e67da2;
	color:#ffffff;
}


/* Common Elements
-------------------------------------------------------------- */
/* ヘッダーロゴ */
#header-main h1,
#logo {
	margin-bottom: 5px;
	font-size: 240%;
	color:#e67da2;
	font-weight: bold;
}
#header-main h1 a,
#logo a {
	text-decoration: none;
	color:#3d3d3d;
}
#desc{
	color:#68182b;
}

/* グローバルナビゲーション */
#glonav {
}
	#glonav ul {
		border-top:2px solid #D0939D;
		padding-bottom:2px;
	}
	#glonav li {
		display: block;
		background:url(images/bdr_glonav.gif) left top no-repeat;
		text-align:center;
		padding:2px 0 0;
		border-top:2px solid #D0939D;
		margin-top:2px;
	}
	#glonav li.current-menu-item a{
		color:#fff;
		background-color:#E67DA2;
	}
	#glonav a {
		display: block;
		padding: 10px 0 10px;
		text-decoration: none;
		font-weight: bold;
		font-size: 110%;
		color:#f36d76;
		background-color:#ffffff;
		margin:0 12px 0 13px;
		_margin-bottom:-16px;
	}
	#glonav a:hover {
		color:#f36d76;
		background-color:#ffe6ee;
	}



/* sub-menu
-------------------------------------------------------------- */
#glonav ul.sub-menu {
	background-image:none;
	padding:0;
	border:none;
	margin-top:2px;
	_margin-top:18px;
}

#footer ul.sub-menu {
	display: none;
}

#glonav ul.sub-menu li {
	margin:0;
	border-top:2px solid #D0939D;
	background-image:none;
	margin-top:2px;
}

#glonav ul.sub-menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	margin:0;
	text-align:center;
	color:#f36d76;
	background-color:#fff;
	_margin-bottom:-16px;
}
#glonav ul.sub-menu a:last-child {
}

#glonav ul.sub-menu a:hover {
		color:#f36d76;
		background-color:#ffe6ee;
}

#glonav ul.sub-menu li.current-menu-item a {
	background-color:#E67DA2;
	color:#fff;
}




/* 画像系 */
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
/* 文章 */
#content p {/*本体文章*/
	line-height: 160%;
	font-size:90%;
}

/* 各ページ */
.pagecontent {
	padding-top:25px;
}

/*見出し・文章*/
#content .h-area {
	clear: both;
	margin-bottom: 10px;
	padding: 2px;
	background: #ffffff;
}
#content .h-area h1,
#content .h-area h2 {/*サブページ見出し１*/
	padding: 6px 12px 6px 30px;
	background: url(images/bg_h.gif) no-repeat left top;
	font-size: 140%;
	font-weight: bold;
	color:#68182b;
}

#content .pagecontent h2 {
	clear: both;
	padding: 12px 12px 13px 12px;
	margin-bottom:10px;
	font-size: 130%;
	font-weight: bold;
	color:#68182b;
	background:url(images/pc_h2_bg.gif) left bottom no-repeat;
}

#content .pagecontent h3 {
	clear: both;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 110%;
	color:#68182b;
}
#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 #ffffff;
	}
	#footer-nav ul li:last-child {
		border: none;
	}
	#footer-nav a {
		text-decoration: none;
		color:#ffffff;
	}
/* コピーライト */
#copyright {
	padding: 1em;
	text-align: center;
	font-weight: bold;
}

/* Each Elements
-------------------------------------------------------------- */

#home-content {
	margin-bottom: 20px;
}
#home-content h2#top-head {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 160%;
	color:#68182b;
}

/*TOPページお知らせ用*/
.home-news {
	padding:20px 0 0 10px;
}
.home-news dl {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background:url(images/dotted.gif) left bottom no-repeat;
	overflow:hidden;
}
	.home-news dt {
		float:left;
		width: 90px;
		font-weight:bold;
		margin-left:20px;
	}
	.home-news dd {
		margin-left: 110px;
		padding-right:20px;
	}

/*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;
}