﻿@import url(base.css);


/* 全体 */

div.campaignBox {
	background: #ffffff;
	border-right: #a9c3da 10px solid;
	border-left: #a9c3da 10px solid;
	margin: 0px;
	width: 723px;
	_width: 743px;
}

div.contentBox h3{
	margin: 0px;
}

/* ヘッダ */

div.contentHeader {
	position: relative;
	width: 723px;
	height: 123px;
	margin: 0px;
	padding: 0px;
	background: #a9c3da;
	overflow: hidden;
}

div.contentHeader p.topImage {
	background: url(../image/header-image.jpg) no-repeat left top;
	width: 723px;
	height: 231px;
	position: absolute;
	left: 0px;
	top: 1px;
	margin: 0px;
}

p.topImage {
	text-align: center;
	padding-top: 93px;
}

/* トップメニュー */

ul.topMenu {
	background: #115982 url(../image/menu-image.jpg) repeat-x scroll left top;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 723px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.topMenu li {
	float: left;
	line-height: 30px;
	color: white;
	background: transparent url(../image/stick.jpg) no-repeat scroll left center;
	margin-left: 5px;
	padding-left: 5px;
	font-size: 14px;
}

ul.topMenu li#top {
	background: none;
	margin-left: 35px;
	_margin-left: 15px;
}

ul.topMenu li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

/* コンテンツボックス */

div.contentBox {
	padding: 10px 10px 20px;
	background: url('../image/contentBox-image.jpg') repeat-x left top;
	overflow: hidden;
}

p.topicPath {
	font-size: 80%;
	line-height: 250%;
	margin-top: 0px;
}

p.koji {
	text-align: center;
}

/* お問い合わせ */

div.addressBox {
	background: url('../image/address.jpg') no-repeat left top;
	width: 491px;
	height: 88px;
	_height: 138px;
	margin-top: 10px;
	margin-left: 11px;
	padding-top: 50px;
	position: relative;
}

div.addressBox h3 {
	display: none;
}

div.addressBox address {
	margin: 0px 20px 20px;
}

div.addressBox p {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 10px;
	bottom: 5px;
}

div.addressBox a {
	color: navy;
}

.text-field-number{
	width:30px;
}

.fig-mail-number, .fig-address1, .fig-address2{
	width:auto;
	padding:0px 0px 3px 3px;
	line-height:1.5;
}

.required{
	color:#FF0000;
}

#address {
	width: 300px;
}

#mailadd {
	width: 300px;
}

#inquiry_contents {
	font-size: 100%;
}

/* ガイドブック */

div.guidebook {
	background: url('../image/guidebook.jpg') no-repeat left top;
	width: 194px;
	height: 271px;
	position: relative;
}

div.guidebook h3 {
	display: none;
}

div.guidebook p.iwate-guidebook {
	text-align: center;
	margin: 0px;
	padding-top: 45px;
}

div.guidebook p.comment {
	margin: 0px;
	position: absolute;
	right: 5px;
	bottom: 5px;
}

div.guidebook a {
	color: green;
}

/* ロゴマークのダウンロード */

div.logomark {
	width: 194px;
	height: 191px;
	background: url('../image/logo-downlord.jpg') no-repeat left top;
}

div.logomark h3 {
	display: none;
}

div.logomark p {
	text-align: center;
	margin: 0px;
	padding-top: 40px;
}

/* QRコード */

div.qr {
	width: 194px;
	height: 191px;
	background: url('../image/qrcode.jpg') no-repeat left top;
	margin-top: 10px;
}

div.qr h3 {
	display: none;
}

div.qr p {
	text-align: center;
	margin: 0px;
	padding-top: 40px;
}

div.qr p.comment {
	color: #984f86;
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
}


/* お問い合わせ */

div.otoiawase {
	width: 667px;
	margin: auto;
	min-height: 700px;
}

div.otoiawase h3 {
	background: transparent url(../image/otoiawaseTitle-image.jpg) no-repeat scroll left top;
	width: 667px;
	height:51px;
	text-indent: -9999px;
}

div.otoiawase h3.enq {
	background: transparent url(../image/enq_ttl01.gif) no-repeat scroll left top;
	width: 667px;
	height:51px;
	text-indent: -9999px;
}

p.otoiawaseComment {
	margin-top: 50px;
	font-size: 90%;
}

div.otoiawaseBox {
	border: 2px #5b6ab5 solid;
	padding: 30px 50px;
	background: transparent url(../image/otoiawaseBox-image.jpg) repeat-x scroll left top;
}

/* 080627追加 */

table.form_contact {
	border: 1px solid #003399;
	border-collapse: collapse;
	width: 100%;
	font-size: 85%;
}

table.form_contact th {
	border: 1px solid #003399;
	border-collapse: collapse;
	padding: 6px;
	text-align: left;
	font-weight: normal;
	background-color: #DDEEFF;
	width : 140px;
}

table.form_contact td {
	border: 1px solid #003399;
	border-collapse: collapse;
	padding: 6px;
}

.underline {
	text-decoration: underline;
}

.deepblue {
	color: #003399;
	font-weight: bold;
}

