/*
Theme Name: 遥花の菜園
Theme URI: http://www..com/
Description: 1カラムのレイアウト。幅950px
Version: 1.0
*/

/*************** リンク定義 ***************/

/*** リンク設定 ***/

a:link{
	color:#0066CC;
}

a:visited{
	color:#0066CC;
}

a:active{
color: #0066CC;
}

a:hover{
	color: #000000;
	text-decoration: none;
}

#contents .entry-title a:link{
	color: #0066CC;
}

#contents .entry-title a:visited{
	color: #0066CC;
}

#contents .entry-title a:hover{
	color: #000000;
	text-decoration: none;
}



/*************** body ***************/

body{
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', verdana, Arial, 'trebuchet ms', sans-serif, 'ＭＳ Ｐゴシック';
	word-wrap: break-word;
        background:url("../images/bg.png") left top repeat-x; 
}

img{
	border: 0;
}

body.layout-two-column-right div#main-container,
body.layout-two-column-left div#main-container,
body.layout-one-column div#main-container
{
	margin: 4px auto;
        padding: 0;
	width: 950px;
	background: #FFF;   
}

body.layout-three-column div#main-container
{
	margin: 0 auto;
	padding: 0;
	width: 950px;
	background: #F7F7F7;
}

/*************** ヘッダー  ***************/

body.layout-two-column-right div#banner,
body.layout-two-column-left div#banner,
body.layout-one-column div#banner
{
	position: relative;
	margin: 0 auto;
	text-align: left;
        width: 950px;
        height: 110px;
        padding-top: 5px;
		background:url("../images/bg_header.png") center top no-repeat;
}

body.layout-three-column div#banner
{
	position: relative;
	margin: 0 auto;
	text-align: left;
        width: 950px;
        height: 110px;
        padding-bottom: 15px;
}


/*** h1 ---- ヘッダー内サイトタイトル ***/

div#banner h1, div#banner h2{
	font-size: small;
        font-weight: normal;
	margin: 0px 0px 0px 0px;
        padding: 5px 0px 0px 20px;
}

div#banner h3{
	font-size: large;
        font-weight: normal;
	margin: 0px 0px 0px 0px;
        padding: 15px 0px 0px 20px;
}

/*** ヘッダー内サブタイトル ***/

div#banner-description{
        text-align: right;
		margin: 0px 0px 0px 0px;
		padding: 15px 15px 10px 0px;
}

div#banner-description2{
        text-align: right;
		margin: 0px 0px 0px 0px;
		padding: 5px 15px 5px 0px;
}

/*** ヘッダー内リンク ***/

div#banner a{
	color: #FFF;
	text-decoration: none;
}

div#banner a:hover{
	color: #0066CC;
	text-decoration: underline;
}

/*** ヘッダー内ロゴ ***/

#banner_logo a{
	float: left;
	padding: 2px 0px 0px 20px;
}

/*** ヘッダー内上部メニュー ***/
#global_menu{
	margin: -50px 0px 0px 180px;
}


/****** 上部画像 ******/

body.layout-two-column-right div#banner-image,
body.layout-two-column-left div#banner-image,
body.layout-one-column div#banner-image
{
	margin: 0px autox 0px auto;
	width: 948px;
}

body.layout-three-column div#banner-image
{
	margin: 0px auto 0px auto;
}

/*** ページの先頭へ ***/

div.page-top{
	margin: auto 0px auto 0px;
        text-align: right;
        color: #666;
}

* html div#page_top{
	margin: 20px 0px 25px 0px;
        text-align: right;
        width: 918px;
        border-bottom: 1px dotted #DD76A6;
}

/*** 区切り線 ***/
.line {
       width: 888px;
        border-bottom: 1px solid #999;
        margin:5px 0px 0px 0px;
}

/*** ページナビ***/

.page-navigation{
	margin: 2px 0px 4px 0px;
	float: left;
        font-size: small;
}

* html .page_navigation{
	margin: 0px 0px 0px 0px;
	float: left;
}

/*** アバウトページタイトル ***/

.about-title {
        width: 888px;
        border-bottom: 1px solid #999;
        margin:20px 0px 0px 0px;
}

/*** サイトマップ ***/

div#sitemap {
         font-size: small;
         line-height:1.5em;
}

/*************** メイン（左中右カラム）  ***************/

div#main{
	margin:0px;
}

/*************** コンテンツ（中央カラム） ***************/

/****** 中央カラムレイアウト ******/

body.layout-one-column #contents{
	width:950px;
	float:left;
        margin-top: 0px;
        margin-bottom: 17px;
        background: #FFF;   
}

body.layout-two-column-right #contents{
	width:670px;
	float:left;
}

body.layout-two-column-left #contents{
	width:670px;
	float:right;
        padding-top: 10px;
}

body.layout-three-column #contents{
	width:430px;
	float:left;
	position: relative;
	top: 0px;
	left: 280px;
}

/****** コンテンツ内定義 ******/

div.contents-main{
	padding:0px 0px 0px 0px;
}

/*** コンテンツ内見出し ***/

div.contents-title{
	margin: 20px 0px 20px 00px;
}

div.contents-title2{
	margin: 30px 15px 30px -15px;
}

/****** エントリーボディイメージ ******/
.entry-body img{
       padding: 0px 5px 5px 0px;
}


/*** エントリーボディ内 h2 ***/
/*** コメント内 h2 ***/
/*** トラックバック内 h2 ***/

.entry-body h2,
.comment h2,
.trackback h2 {
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	font-size: small;
	border-top: double #999;
	height:1%;
}

/*** エントリーボディ内 h3 ***/
/*** コメント内 h3 ***/
/*** トラックバック内 h3 ***/

.entry-body h3,
.comment h3,
.trackback h3 {
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	font-size: small;
	border-bottom: 2px solid #999;
	height:10%;
}

/*** エントリーボディ内 h4 ***/
/*** コメント内 h4 ***/
/*** トラックバック内 h4 ***/

.entry-body h4,
.comment h4,
.trackback h4 {
	margin: 15px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	font-size: small;
        font-weight: normal;
        color: #222;
	line-height:2.2em;
	height:1%;
}

.entry-body p{
	height:1%;
	padding: 20px auto 20px auto;
}

/*** エントリーボディ内 blockquote ***/

.entry-body blockquote{
	margin: 0px 10px;
	padding: 5px 5px 5px 5px;
	border:1px dotted #999;
	height:1%;
}

/*** エントリー以外 blockquote ***/

.info,
.comment blockquote{
	margin: 0px 10px;
	padding: 5px 5px 5px 5px;
	border:1px dotted #999;
	height:1%;
}

/*** エントリーボディ内 ol ul ***/
/*** コメント内 ol ul ***/
/*** トラックバック内 ol ul ***/

.entry-body ul,
.comment ul,
.trackback ul,
.entry-body ol,
.comment ol,
.trackback ol {
	margin-left: 0;
	padding-left: 0;
}

.entry-body li,
.comment li,
.trackback li {
	margin-left: 30px;
}

/*** コンテンツ内パンくず ***/

.pankz{
	margin-top:5px;
	padding: 0px 0px;
	font-size: x-small;
	text-align:right;
}

/*** コンテンツ内ページナビ ***/

.posts-navi{
	padding: 0px 15px 15px 15px;
}

/*** コンテンツ内タイトル ***/

.page-title{
	margin-top:0px;
	padding: 5px 0px 5px 0px;
}

/****** エントリー ******/

div.entry{ 
	float: left;
        width: 285px;
        margin: 5px 0px 15px 15px;
        padding: 0px 0px 0px 15px;
        font-size: small;
        color: #000;
        border-left: 1px dotted #999;
}

/****** エントリー ******/

div.single-entry{ 
	float: left;
        width: 903px;
        margin:5px 0px 15px 15px;
        padding: 0px 15px 0px 15px;
        font-size: small;
        color: #000;
}

/****** エントリーイメージ ******/
.entry img{
        float: left;
        margin:0px 5px 15px 0px;
}

/*** エントリーボトム ***/

div.entry-bottom {
         margin: 5px auto 5px auto;
}

/*** エントリーアンカー ***/

div.anchorLink {
	 margin: 0px 0px 15px 0px;
}

/****** 見出し上日付 ******/

.entry-date{
	text-align:right;
	font-size: x-small;
}

/****** エントリーヘッダー ******/
/*** h2 ---- コンテンツ内の見出し ***/

#contents h1.entry-title,contents h2.entry-title{
	margin: 2px 0px 0px 10px;
	padding: 5px 5px;
	font-size: small;
	height:1%;
	font-weight:bold;
}

#contents h3.entry-title{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 30px;
	font-size: medium;
	height:1%;
        /*border: 3px double #F7BED6;*/
       background: url(images/entry-header-bg.gif) left center no-repeat;
}

#contents h4.entry-title{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 15px 0px;
	font-size: medium;
	height:1%;
}

/*************** タイトルバー ***************/

div.title_bar{
	padding: 0px 0px 5px 0px;
}

/****** エントリーボディ ******/
/****** コメント ******/
/****** トラックバック ******/

.entry-body,
.comment,
.trackback
{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	line-height:1.5;
}

/****** エントリーボディ（注意書き） ******/
.notice {
        margin: 5px 0px 5px 0px;
	font-size: x-small;
        line-height:1.5em;
}

/****** テーブル ******/
/****** フォームテーブル ******/

table.table010 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 600px;
  border-collapse: collapse;
  border:  solid 1px #F1F1F1;
  font-size: 100%; 
}

table.table010 caption {
  margin-top: 1em;
  text-align: left;
}

table.table010 tr,
table.table010 td {
  border: solid 1px #F1F1F1;
  padding: 6px 8px;
  background-color: #F9F9F9;
}

/****** カンパニーテーブル ******/

table.table011 {
  margin:15px 0px 30px 0px;
  width: 600px;
  border-collapse: collapse;
  border:  solid 2px #FFF;
  font-size: 100%; 
}

table.table011 tr,
table.table011 td {
  border:  solid 2px #FFF;
  padding: 3px 10px 3px 10px;
}

/****** 物件テーブル ******/

table.table012 {
  margin:15px 0px 30px 0px;
  width: 630px;
  border-collapse: collapse;
  border:  solid 1px #F1F1F1;
  font-size: 100%; 
}

table.table012 tr,
table.table012 td {
  border:  solid 1px #F1F1F1;
  padding: 3px 10px 3px 10px;
}

.imgtxt {
   margin: 5px 0px -2px 0px;
}

/******* フォーム上部キャプション ******/

div.form-caption {
  width: 600px;
  font-size: 100%;
  line-height:1.5;
  padding: 15px 0px 30px 0px;
}

/****** テーブル650px ******/

table.table650 {
  margin-top: 0em;
  margin-bottom: 0em;
  width: 650px;
}

table.table650 tr,table.table650 td {
  padding: 0px 0px 0px 0px;
  vertical-align:top;
  background-color: #FFF;
}


/*************** タグ ***************/

div.entry-tags{
	margin: 0px 0px 2px 0px;
}

/****** タグヘッダー ******/

div.entry-tags-header{
	padding:0px 0px 5px 7px;
	margin:0px 0px 5px 0px;
	font-size: small;
	background-color:transparent;
	border-bottom:1px dotted #999999;
	height:1%;
}

div.entry-tags ul.entry-tags-list{
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 7px;
}

div.entry-tags ul.entry-tags-list li{
	display:inline;
	padding:0px 5px 0px 0px;
}

/*** エントリー内ページ分割ナビ ***/

div.entry-body-link-pages-navi{
	margin-top:5px;
	padding: 0px;
	text-align: center;
}

/****** 投稿時間 ******/

div.posted {
	font-size: x-small;
	border-top: 1px solid #F7BED6;
	text-align: right;
        height:1%;
}

/*** ページコメント ***/

div.page-comment{
        font-size: small;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height:1.5;
}

/****** トラックバック、コメント、コメント書き込み ******/

/****** コメントRSS ******/
div.comments-rss
{
	font-size: x-small;
	text-align: right;
	margin-top: 5px;
}

 /***  見出し ***/

div.trackbacks-title,
div.comments-title,
div.comments-open-title,
div.comments-active-title,
div.retrieval-result-title
{
	padding:5px;
	font-size: small;
	color: #222;
	background: #FFF;
	border: 1px solid #999;
	height:1%;
}

#trackbacks,
#comments,
#comments-open,
#comments-active,
.retrieval-result
{
	margin-bottom:30px;
}

div.comments-sys,
div.retrieval-result{
	margin-top:5px;
}

/*** トラックバック情報 ***/

.trackbacks-info {
	margin: 10px 0px 0px 0px;
}

/*** トラックバックNotice ***/

.trackbacks-notice {
	margin: 0px 0px 0px 10px;
}

/*** コメントNotice ***/

.comment-notice {
	margin: 0px 0px 0px 10px;
}

/*** コメントヘッダー ***/

.comment-header {
	padding: 10px 0px 0px 10px;
}

/*** コメントフッター ***/

.comment-footer {
	font-size: x-small;
	padding-left:10px;
	margin-bottom: 30px;
	border-top: 1px dotted #999;
}

/*** コメントボトム ***/

.comment-bottom {
	border-bottom: 1px solid #999;
}


/*** コメントフォーム ***/

#comment-form *
{
	margin: 0;
	padding: 0;
}

#comment-form{
	margin:5px 0px 0px 5px;
}

/*** フォームボタンt ***/

#form-button{
	padding-left:120px;
}

/*************** サイドレイアウト  ***************/

body.layout-one-column div#left-side,
body.layout-one-column div#right-side
{
	display:none;
}

body.layout-two-column-right div#left-side,
body.layout-two-column-right div#right-side
{
	width:220px;
	float:right;
}

body.layout-two-column-left div#left-side,
body.layout-two-column-left div#right-side
{
	width:220px;
	float:left;
        padding: 0px 20px 0px 20px;
}

body.layout-three-column div#left-side
{
	width:220px;
	float:left;
	position: relative;
	top: 0;
	left: -410px;
}

body.layout-three-column div#right-side
{
	width:220px;
        float:right;
        padding: 0px 10px 0px 0px;
}

body.layout-two-column-right div.left-content,
body.layout-two-column-right div.right-content,
body.layout-two-column-left div.left-content,
body.layout-two-column-left div.right-content,
body.layout-three-column div.right-content,
body.layout-three-column div.left-content
{
	padding:0px;
}

/*************** サイドバー（左右カラム） ***************/

div.menu *
{
	margin: 0;
	padding: 0;
        text-decoration: none;
}

div.menu
{
	margin: 10px 0px;
        padding:0px 0px 0px 0px;
	font-size: x-small;
        color: #DD76A6;
	background:	transparent;
}

div.menu-address
{
	margin: 10px 0px;
        padding:0px 0px 0px 0px;
	font-size: small;
        color: #222;
	background:	transparent;
}

/*** サイドバー内見出し ***/

div.menu-title{
	padding: 6px 0px 15px 10px;
	font-size: small;
        font-weight: bold;
	color: #FFF;
        background: url("images/bg_bar220.png") no-repeat 0px 0px ;
}

div.menu ul{
	font-size: small;
        list-style-type: none;
        line-height: 1.5em;
}

/*** サイドバーリスト ***/

div.left-menu
{
	margin: 0px 0px;
	padding:0px 0px 10px 10px;
	font-size: x-small;
}
div#left-side ul
{
	margin-top:0px;
	margin-left: 10px;
	padding:5px 0px 5px 0px;
}
div#right-side ul
{
	margin-top:0px;
	margin-left: 10px;
	padding:5px 0px 5px 0px;
}

div#left-side li,
div#right-side li
{
	padding:0px 0px;
}

/*************** サイド上部カレンダー ***************/

div#calendar *
{
	margin: 0;
	padding: 0;
}

div#calendar{
	line-height: 140%;
	margin: 10px 0px;
	border-collapse:collapse;
	border:0px;
	background: #FFF;
}

#calendar table {
	border-collapse: collapse;
	border: 0px;
	width: 220px;
}

#calendar caption{
	padding:8px 0px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:.3em;
}

#calendar th{
	text-align:center;
	font-weight:normal;
}

#calendar td{
	text-align:center;
}

div#calendar-bottom{
	padding-bottom:0px;
}

/*************** サイド画像 ***************/

div.banner-image{
	width:220px;
	padding: 0px 0px 7px 0px;
        margin:0px 0px 0px 0px;
}

div#banner-image a img {
}

div#banner-image a:hover img {
}

div.banner-image-company{
	padding:10px 0px 0px 5px;
        margin:0px 0px 0px 0px;
}

div.banner-title{
	width:220px;
	padding:3px 0px 0px 0px;
        margin:0px 0px 0px 0px;
        font-size: x-small;
}

/*************** 検索 ***************/

div.search{
	padding: 50px 0px 0px 0px;
}


/*************** Feeds ***************/

div.feeds{
	margin-bottom:20px;
}

/*************** フッター ***************/

#footer .footer-menu a:link{
	color: #FFF;
        text-decoration: none;
        
}

#footer .footer-menu a:visited{
	color: #FFF;
        text-decoration: none;
}

#footer .footer-menu a:hover{
	color: #FFCC00;
        text-decoration: underline;
}

body.layout-two-column-left div#footer,
body.layout-two-column-right div#footer,
body.layout-one-column div#footer,
body.layout-three-column div#footer
{
	clear:both;
}

body.layout-two-column-right div#footer,
body.layout-two-column-left div#footer,
body.layout-one-column div#footer
{
	margin: 0 auto;
	
        padding: 5px 0px 5px 0px;
	background: #C81161;
	color: #FFF;
        text-align: center;
}

body.layout-three-column div#footer
{
	margin: 0 auto;
	width: 950px;
	background: #333333;
	color: #FFF;
}

/***フッターメニュー ***/

div.footer-menu{
        margin: 5px 0px 5px 0px;
}

/*** COPYRIGHT ***/

div#copyright{
	/*float:left;*/
        text-align: center;
        color: #999;
	padding:10px 0px 10px 0px;
}

/*** clearfix ***/

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/******************************/
/*\*/
* html .clearfix {
    height: 1em;
}

/*************** アーカイブ ***************/

div.archive-body{
	margin:10px 5px;
}


/*************** ヘッダーナビ ***************/

#contents-navigation {
        padding:  0px;
}

#contents-navigation ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 950px;
        height: 50px;
        background: transparent url(../images/bg_headernavi.png) no-repeat 0px 0px;
}

#contents-navigation ul li {
	margin: 0px 0 0 0px;
	float: left;
        width: 158px;
        /* \*/
	overflow: hidden;
	/* */
        text-indent: -9999px;
        list-style-type: none;
}

#contents-navigation ul li a {
	padding: 30px 0 0 0px;
        padding: 33px 0 0 0px;
	display: block;
	z-index: 10;
	background: transparent url(../images/bg_headernavi.png) no-repeat 0px 0px;
}

* html #contents-navigation ul li a {
	padding: 35px 0 0 0px;
	display: block;
	z-index: 10;
	background: transparent url(../images/bg_headernavi.png) no-repeat 0px 0px;
}

*:first-child+html #contents-navigation ul li a {
	padding:35px 0 0 0px;
	display: block;
	z-index: 10;
	background: transparent url(../images/bg_headernavi.png) no-repeat 0px 0px;
}

body:nth-of-type(1) #contents-navigation ul li a {
	padding: 30px 0 0 ;
	display: block;
	z-index: 10;
	background: transparent url(../images/bg_headernavi.png) no-repeat 0 0;
}

#contents-navigation ul li#mm-top a {background-position: -0px -0px;}
#contents-navigation ul li#mm-about a {background-position: -158px -0px;}
#contents-navigation ul li#mm-kukaku a {background-position: -316px -0px;}
#contents-navigation ul li#mm-syozai a {background-position: -475px -0px;}
#contents-navigation ul li#mm-gaiyou a {background-position: -632px -0px;}
#contents-navigation ul li#mm-contact a {background-position: -790px -0px;}

#contents-navigation ul li#mm-top a:hover {background-position: -0px -50px;}
#contents-navigation ul li#mm-about a:hover {background-position: -158px -50px;}
#contents-navigation ul li#mm-kukaku a:hover {background-position: -316px -50px;}
#contents-navigation ul li#mm-syozai a:hover {background-position: -475px -50px;}
#contents-navigation ul li#mm-gaiyou a:hover {background-position: -632px -50px;}
#contents-navigation ul li#mm-contact a:hover {background-position: -790px -50px;}

#contents-navigation ul li#mm-top.current a {background-position: -0px -50px;}
#contents-navigation ul li#mm-about.current a {background-position: -158px -50px;}
#contents-navigation ul li#mm-kukaku.current a {background-position: -316px -50px;}
#contents-navigation ul li#mm-syozai.current a {background-position: -474px -50px;}
#contents-navigation ul li#mm-gaiyou.current a {background-position: -632px -50px;}
#contents-navigation ul li#mm-contact.current a {background-position: -790px -50px;}
