@charset "utf-8";
/*
Theme Name: phoenix-i-o
Theme URI: http://www.phoenix-i-o.com/
Description: phoenix-i-o
Version: 1.0
Author: wavy
*/

* {
	margin:0;
	padding:0;
}

body {
	height:100%;
	font: 14px/1.4 "ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",arial,"Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	margin:0;
	padding:0;
	background:#f7f7f7;
        color:#33313e;
}

a:link{
	color:#666561;
	text-decoration:underline;
}

a:visited{
	color:#666561;
	text-decoration:underline;
}

a:hover{
	color:#ef6400;
	text-decoration:underline;
}

a:active{
	color:#666561;
	text-decoration:underline;
}

u {
	font-weight:bold;
	color:#dc6918;
	text-decoration:none;
}

strong {
	font-weight:bold;
}

p {
	line-height:23px;
	padding:0 8px 0 7px;
}

ol,ul {
	margin:0 0 0 30px;
	padding:0;
}

table.basic-table {
	margin:10px 5px;
	border:solid 1px #dedede;
	border-collapse:collapse;
}

table.basic-table th {
	color:#8f827c;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px 10px 10px;
	border:solid 1px #dedede;
	border-collapse:collapse;
	background:#f9f9f9;
}

table.basic-table td {
	padding: 10px 10px 10px 10px;
	border: solid 1px #dedede;
	border-collapse:collapse;
}

.strong-form {
  border: solid 1px #565455;
  background: #1a1a1a;
  text-align: center;
}

/* ラップ */
div#wrap {
	width:100%;
	min-width:980px;
}

/* ヘッダーラップ */
div#headwrap {
	position:relative;
	background: url("") #e9e9e9;
	height:110px;
	width:100%;
}

/* ヘッダーインフォ */
div#header-info {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:3px 1px;
	background:#999999;
}

div#header-info .innerbox {
	width:980px;
	margin:0 auto;
	padding:2px 0 3px 0;
	font-size:0.8em;
}

div#header-info .text {
	float:left;
}

/* ヘッダーロゴ */

div#header-logo {
	background:url() repeat-x bottom;
}

div#header-logo .innerbox {
	position:relative;
	width:980px;
	height:86px;
	padding:20px 0 0 0;
	margin:0 auto;
}

div#header-logo .sitelogo {
	position:absolute;
	bottom:0;
	left:0;
}

div#header-logo .rightLogo {
	position:absolute;
	bottom:0;
	right:0;
}

div.clear {
	clear:both;
}

/* トップナビ */
div#topnav {
	height:45px;
	width:100%;
	float:left;
	background:url("images/topnav-bg.png") 0 0 repeat #dafff8;
}

div#topnav ul {
	width:980px;
	margin:0 auto;
}

div#topnav li {
	float:left;
	font-size:0.9em;
	color:#ffffff;
	text-align:center;
	list-style-type:none;
	background:url("images/topnav-li.png") 0 0 repeat #0f6759;
	border-right:1px solid #237368;
}

div#topnav li a {
	display:block;
	width:195px;
	color:#ffffff;
	line-height:45px;
	text-decoration:none;
}

div#topnav li a:hover {
	background:url("images/topnav-li2.png") 0 0 repeat #0f6759;
}

/* TOP画像 */
div#topwrap {
	position:relative;
	height: 300px;
	width: 980px;
	border-bottom: none;
	padding:0;
	margin:0 auto;
}

div#topwrap .top-image {
	position:absolute;
	height:300px;
	width:980px;
	background:url(images/top-image.png) #c0c3bc;
}

div#topwrap .top-image p#desc {
	text-indent:-9999px
}

/* トップメインコンテンツ */
div#top-main-wrap {
	padding:0;
	margin:0 auto;
	width:980px;
	background:#ffffff;
	border:1px solid #ebebeb;
}

div#top-main {
	width:820px;
	padding:20px 30px;
	margin:5px auto;
}

div#top-main h2 {
	color:#333333;
	font-size:18px;
	font-weight:bold;
	line-height:36px;
	background:url("images/h2_800.png") 0 0 no-repeat;
	margin:20px 5px 10px 5px;
	padding:1px 10px 5px 15px;
}

div#top-main h3{
	color:#333333;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	background:url("images/h3_800.png") 0 0 no-repeat;
	margin:30px 5px 10px 5px;
	padding:1px 10px 5px 15px;
}

/* コンテナー */
div#container {
	width:980px;
	margin:0 auto;
}

/* サイドバー */
div#sidebar {
	float:right;
	width:250px;
	margin:10px 0 10px 5px;
	background:#ffffff;
	border:1px solid #ebebeb;
}

div#sidebar #map {
	padding:20px;
}

#sidebar p {
	font-size:15px;
	margin-bottom: 20px;
	padding:0px 20px;
}

div#sidebar h2 {
	color:#333333;
	font-size:24px;
	font-weight:bold;
	border-bottom:2px solid #b6b6b6;
	margin:20px 5px 10px 5px;
	padding:0px 10px 5px 5px;
	text-align: center;
}

/* コンテンツ */
div#content {
	float:left;
	width:690px;
	padding:0 15px 25px 15px;
	margin:10px 0;
	background:#ffffff;
	border:1px solid #ebebeb;
}

div#content h1 {
	color:#333333;
	font-size:24px;
	font-weight:bold;
	border-bottom:2px solid #b6b6b6;
	margin:20px 5px 10px 5px;
	padding:0px 10px 5px 5px;
}

div#content h2 {
	color:#333333;
	font-size:18px;
	font-weight:bold;
	line-height:36px;
	background:url("images/h2_650.png") 0 0 no-repeat;
	margin:20px 5px 10px 5px;
	padding:1px 10px 5px 15px;
}

div#content h3{
	color:#333333;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	background:url("images/h3_650.png") 0 0 no-repeat;
	margin:30px 5px 10px 5px;
	padding:1px 10px 5px 15px;
}

#breadcrumbs {
	line-height:16px;
	padding:4px 10px 0px 260px;
}

#next-left {
	margin:30px 0px;
	float:left;
}

#next-right {
	margin:30px 0px;
	float:right;
}

/* ページリンク */
span.oldpage
{
	float: left
}

span.newpage
{
	float: right
}

p.pagelink a
{
	float-size: 0.75em;
	color: #0c8bcd
}

p.pagelink
{
	overflow: hidden;
	width: 100%
}


/* フッターラップ */
div #footer {
	clear:both;
	background:#117c6c;
	padding:6px 0
}

address {
	padding:15px 0px 10px 0px;
	color:#ffffff;
	font-size:0.75em;
	font-style:normal;
	font-family:Verdana,sans-serif;
	text-align:center;
}

/* リンク */
.pageselector {
	margin-top: 20px;
	text-align: center;
}

.selectedpage {
	margin: 0px 4px 0px 4px;
	padding: 7px;
}

.unselectedpage {
	margin: 0px 4px 0px 4px;
	padding: 7px;
	font-color:#407b99
}

.previousnextactive {
	margin: 0px 7px 0px7px;
	padding: 7px;
}

.previousnextinactive {
	margin: 0px 7px 0px 7px;
	padding: 7px;
	color: #b1b7b3;
}

/* お問い合わせ */
.wpcf7 p {
	margin-top: 10px;
}