@charset "UTF-8"; /* PublishCharset into mt-config.cgi */

/*
 * File      : styles-site.css
 * Version   : 4.00
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 * 2.06 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brought property for the title together.
 * 2.07 2006.06.01: add .archive-list class selector.
 * 3.00 2006.06.27: Update for Movable Type 3.3.
 * 3.01 2006.07.07: correct class selector.
 * 4.00 2007.05.11: XHTML 1.0 Strict.
 *
 * Copyright (C) 2005-2007 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
}
body {
    font-size: 100%;
}
html>body {
    font-size: 12pt;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #069;
    text-decoration: none;
}
a:hover {
	color: #069;
	text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    border: none;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input {
    padding: 1px;
}
#search {
    width: 140px;
}


/* タイトルバナー */

#banner00 {
    margin: 0px;
    padding-top: 2px;
    border-bottom: 0px solid #ffffff;
	font-size:14px;
	color: #f3fa9e;
/*     background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/	
    text-align: center;
	width: 800px;
}

#banner01 {
	margin: 0px;
	padding: 0px;
	font-size:14px;
	color: #cc3300;
	/*     background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/	
    text-align: center;
	background-color: #ffffff;
}


/* ヘッダ 枠組み*/
#header {
    border-bottom: 0px solid #ffffff;
    background-position: right top;
    background-image: url("images/top00.gif");
    text-align: left;
    height:62px;
	width: 800px;
	text-indent:-700em;
}

#header a,
#header a:link,
#header a:visited {
    background: transparent;
    font-size: 16px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}

/* タイトルバナー下の説明 */
.blog-description {
    background: transparent;
    font-size: 12px;
	text-indent:-700em;
}
/* ヘッダ 枠組み終了*/



/* ヘッダ モジュール header-module01*/
div#header01 {
    border-bottom: 0px solid #ffffff;
    margin:auto;
	width: 800px;
}			
/* ヘッダ モジュール header-module01終了*/


/* ヘッダ モジュール header-module02*/
div#header02 {
    border-bottom: 0px solid #ffffff;
    margin:auto;
	width: 800px;
}			
/* ヘッダ モジュール header-module02終了*/



/* フッタ モジュール*/

div#footer {
    border-bottom: 0px solid #ffffff;
    margin:auto;
    height: 50px;
	width: 800px;
	background-color:#FFFFFF;
}

div.footer-inner
{
	width:800px;
	font-size:14px;
	font-weight:normal;
	color:#333333;
	padding:10px 0;
	margin:0 auto;
}
				
/* フッタ モジュール終了*/



/* メニューバー(上部） */

#banner02 {
    margin: auto; /* （重要）センタリング */
	padding: 0px;
	background-color: #ffffff;
    height:35px;
	width: 630px;
}

#nav {
    margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: bottom;
	height:35px;
	width: 630px;
	float: left;
}

#nav a {
	font-size: 12px;
	font-weight: bold;
	color: #0000ff;
	text-decoration: none;
	background-image: url(images/tag.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 35px;
	width: 105px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:  0px;
}

#nav a:hover {
    color:#cc3300;
    background-image:url(images/tag.gif);
    background-repeat: no-repeat;
    /* background-position: 0 -25; */
}

#nav li {
    float: left;
	width: 105px;

}


div.block1 {
   float: left;
   width: 105px;
}
div.block2 {
   float: left;
   width: 525px;
}


/* メニューバー(下部） */
#banner03 {
    margin: auto; /* （重要）センタリング */
	padding: 0px;
	background-color: #ffffff;
    height:35px;
	width: 735px;
}

#nav02 {
    margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: bottom;
	height:35px;
	width: 525px;
	float: left;
	text-align:center;
}

#nav02 a {
	font-size: 12px;
	font-weight: bold;
	color: #0000ff;
	text-decoration: none;
	background-image: url(images/tag2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 35px;
	width: 105px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:  0px;
}

#nav02 a:hover {
    color:#cc3300;
    background-image:url(images/tag2.gif);
    background-repeat: no-repeat;
}

#nav02 li {
    float: left;
	width: 105px;

}


/* メニューバー(下部左）*/
#nav03 {
    margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: bottom;
	height:35px;
	width: 105px;
	float: left;
	text-align:center;
}

#nav03 a {
	font-size: 12px;
	font-weight: bold;
	color: #0000ff;
	text-decoration: none;
	background-image: url(images/tag1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 35px;
	width: 105px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:  0px;
}

#nav03 a:hover {
    color:#cc3300;
    background-image:url(images/tag1.gif);
    background-repeat: no-repeat;
    /* background-position: 0 -25; */
}

#nav03 li {
    float: left;
	width: 105px;

}

/* メニューバー(下部右）*/
#nav04 {
    margin: 0;
	padding: 0;
	list-style-type: none;
	height:35px;
	width: 105px;
	float: left;
	text-align:center;
}

#nav04 a {
	font-size: 12px;
	font-weight: bold;
	color: #0000ff;
	text-decoration: none;
	background-image: url(images/tag3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 35px;
	width: 105px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:  0px;
}

#nav04 a:hover {
    color:#cc3300;
    background-image:url(images/tag3.gif);
    background-repeat: no-repeat;
    /* background-position: 0 -25; */
}

#nav04 li {
    float: left;
	width: 105px;

}



/* パンくずリスト*/
.navi01
{
	color:#666666;
	font-size:10px;
	font-weight:normal;
	padding:2px 0px 2px 0px;
	margin-top:3px;
	margin-bottom:3px;
	text-align:left;
}

.navi01 a
{
	color:#009900;
	background-color:#ffffff;
}
/* パンくずリスト終了*/



/* メニューバー終了(下部右）*/


.images01 {
    margin:auto;
	padding:0px;
	background-color:#ffffcc;
	width:100%;
	}

.images02 {
    margin: 0px;
    padding: 10px 5px 10px 5px;
	background-color:#ffffcc;
    font-size: 12px;
}

.images03 {
    margin: 0px;
    padding: 0px;
	color:#336666;
    font-size: 14px;
	line-height: 2; /* 行間の幅 */
}

/* at_first.htmlのbody*/
.images04 {
    margin: 0px;
    padding: 0px;
	color:#336666;
    font-size: 14px;
	line-height: 4; /* 行間の幅 */
}

/* エントリー日付 */
.date {
    margin: 8px 0;
    padding-left: 5px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 83.3%;
    font-weight: bold;
    line-height: 2.0;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #fff;
    background: #1A881A;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0px;
    color: #36414d;
    background: #fff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 83.3%;
    line-height:1.5;
}

/* 段落 */
.entry p {
    margin: 15px 0;
}

/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {
    list-style-type: circle;
}

/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 8px;
}

/* テキストエリア */
.entry textarea {
    width: 97%;
}

/* 引用 */
blockquote {
	width: 480px;
	padding: 10px;
	border: 1px solid #666;
	background-color: #FFF;
	line-height: 1.5em;
	color: #600;
	text-align: left;
	margin-left: 150px;
	margin-top: 20px;
}
.quotetitle { /* 引用文タイトル */
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}

html>body pre {
    width: 87%;
}

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.entry-header {
    margin: 15px 0px 5px 0px;
    padding-left: 5px;
    border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
    color: #ffffff;
	background-color:#1A881A;
    font-size: 120%;
    font-weight: bold;
	text-align:left;
}

.entry-header01 {
    margin: 15px 0px 5px 0px;
    padding-left: 5px;
    border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
    color: #ffffff;
	background-color:#ffffff;
    font-size: 120%;
    font-weight: bold;
	text-align:left;
}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    text-align: right;
    font-size: 83.3%;
}

/* タグ */
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 0px;
	padding:5px;
    text-align: center;
    font-size: 12px;
	background-color:#FFFFCC;
}

#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 100%;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    border: 1px solid  #666666;
    color: #444;
    background: #f6f6f6;
    text-align: center;
    font-size: 75%;
    line-height: 2.0;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #444;
    font-size: 75%;
    line-height: 1.5;
	text-align:left;
}
.side ul,
.side ol {
    padding-left: 18px;
}
html>body .side ul {
    padding-left: 14px;
}
.side ul li {
    list-style-type: circle;
}
.side ul li ul {
    padding-left: 0px;
}
.side li li {
    list-style-type: none;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}


.side02 {
width:183px;
height:250px;
background-color:#ffffff;
background-image: url("images/top004.gif");
}
.side02-inner {
padding:47px 7px 5px 32px;
font-size:14px;
font-weight:normal;
text-align:left;
line-height:175%;
color:#4141A0;
}


.side03 {
width:180px;
height:340px;
background-color:#ffffff;
background-image: url("images/what02.jpg");
background-repeat: no-repeat;
}
.side03-inner {
padding:60px 7px 5px 25px;
font-size:14px;
font-weight:normal;
text-align:left;
line-height:175%;
color:#4141A0;
}

/*
a.side03-inner_link:link,a.side03-inner_link:visited{
 display:block;
 width:85px;
 height:65px;
 background:url(images/what03.jpg) no-repeat;
 position:absolute;
 top:1850px;
 left:100px;
 text-indent:-9999px;
}
a.side03-inner_link:hover{
 display:block;
 width:85px;
 height:65px;
 background:url(images/what03.jpg) no-repeat;
 position:absolute;
 top:1850px;
 left:100px;
 text-indent:-9999px;
}
*/

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 125%;
    font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 125%;
}
ul#tags li.taglevel3 {
    font-size: 116.6%;
}
ul#tags li.taglevel4 {
    font-size: 108.3%;
}
ul#tags li.taglevel5 {
    font-size: 100%;
}
ul#tags li.taglevel6 {
    font-size: 91.6%;
}

/* 検索 */
fieldset {
    border: none;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}

/* クレジットバナー */
.powered {
    margin-top: 0px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}
.powered ul,
.powered li {
    list-style: none;
}

/* コメント・トラックバック */
#trackbacks,
#comments {
    margin: 10px 0;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.comments-head {
    margin: 15px 0;
    padding-left: 5px;
    color: #fff;
    background: #8fabbe;
    font-size: 91.6%;
    font-weight: bold;
    line-height: 2.0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
   font-weight: bold;
}
#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}
#comment-text {
    width: 266px;
}
#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}
#comments-open-footer {
    text-align: center;
}
.comments-open label {
    display: block;
}

/* カラム切り替え */
body.layout-three-column,
body.layout-two-column-left,
body.layout-one-column {
    margin-left:auto;
    margin-right:auto;
	margin-bottom:0;
    text-align: center;
	background-position:top;
	background-repeat:repeat-x;
	background-image: url(images/back01.gif);
	width: 100%;
}
body.layout-two-column-right {
    margin-left:auto;
    margin-right:auto;
	margin-bottom:0;
    text-align: center;
	width: 100%;
}

.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}

/* 3カラム用 */
.layout-three-column #box {
	width: 800px;
	margin-right: auto; /* （重要）センタリング */
	margin-left: auto; /* （重要）センタリング */
	padding: 0 0 0px 0;
	border-bottom: 0px solid #669;
	border-left: 0px solid #669;
	border-right: 0px solid #669;
	text-align: center;
}

/* 2カラム用 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 665px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    text-align: left;
    background-color: #fff;
}

/* 1カラム用 */
.layout-one-column #box {
	width: 800px;
	margin-right: auto; /* （重要）センタリング */
	margin-left: auto; /* （重要）センタリング */
	margin-bottom: 0;
	padding: 0;
	text-align: center; /* （重要）センタリング */
	margin-top: auto;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #669;
	border-bottom-color: #669;
	border-left-color: #669;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.layout-one-column #container {
    margin: auto; /* （重要）センタリング */
	width: 800px;
	text-align: center;
}

/* 3カラム固定レイアウト（トップページで使用） */
.layout-three-column #content {
	float: left;
	width: 360px;
	border-bottom: 0px solid #669;
	border-left: 0px solid #669;
	border-right: 0px solid #669;
	text-align: center;
	background-color: #FFFFCC;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
	width: 220px;
	background-color:#ffffcc;
	float: left;
}

.layout-three-column #links-left,
.layout-three-column #links-right {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	float: left;
}

/* 2カラム固定レイアウト(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
}

/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 185px;
}
.layout-two-column-left #links-left {
    padding: 15px 15px 0;
}

/* 1カラム固定レイアウト */
.layout-one-column #content-ffffcc {
    background-color:#FFFFCC;
}

/* フッタ */
.layout-one-column #footer {
    text-align: center;
}
.layout-one-column-liquid #footer {
    padding-bottom: 15px;
    text-align: center;
}


input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

#box::after {
    height: 0;
    display: block;
    content: " ";
    visibility: hidden;
    clear: both;
}
#box {
    width: 100%
    /*\*/*/
    overflow: hidden;
    /**/
}



/* 案内 */
#annai {
    text-align: left;
	width: 670px;
}


/* ---------- table ---------- */


/* 表全体のデザイン基本形 */
table.sample {
   margin:auto;
   border-spacing: 0px;   /* セルの間隔をなくす */
   font-family: Verdana,sans-serif;   /* フォントの指定 */
   font-size: 12px;   /* 文字サイズを普通に */
   text-align:left;
}
/* セルのデザインのうちヘッダと中身の共通部分 */
table.sample th, table.sample td {
   border-width: 1px;   /* セルの枠線は太さ1ピクセル */
   border-style: solid;   /* セルの枠線は実線 */
   padding: 2px;   /* セル内側の余白は2ピクセル */
}
/* ヘッダセルのデザイン */
table.sample thead th {
   border-color: #ccffcc #7ca866 #7ca866 #ccffcc;   /* ※1 */
   background-color: #bceaa8;   /* ※1 */
}
table.sample tbody th {
   border-color: #ffffcc #aca866 #aca866 #ffffcc;   /* ※2 */
   background-color: #eceaa8;   /* ※2 */
}
/* セルのデザイン */
table.sample td {
   border-color: #ffffff #aca899 #aca899 #ffffff;   /* ※3 */
   background-color: #ecead8;   /* ※3 */
}


/* トップページ　展示場へお越しください　で使用 */
table.sample1 {
   border-spacing: 0px;   /* セルの間隔をなくす */
   font-family: Verdana,sans-serif;   /* フォントの指定 */
   font-size: smaller;   /* 文字サイズを小さめに */
   margin: auto;     /* 標準のセンタリング方法 */
   text-align: left;     /* IE用方法の弊害対策用 */
}
/* セルのデザインのうちヘッダと中身の共通部分 */
table.sample1 th, table.sample td {
   border-width: 1px;   /* セルの枠線は太さ1ピクセル */
   border-style: solid;   /* セルの枠線は実線 */
   padding: 2px;   /* セル内側の余白は2ピクセル */
}
/* ヘッダセルのデザイン */
table.sample1 thead th {
   border-color: #ccffcc #7ca866 #7ca866 #ccffcc;   /* ※1 */
   background-color: #ff9999;   /* ※1 */
}
table.sample1 tbody th {
   border-color: #ffffcc #aca866 #aca866 #ffffcc;   /* ※2 */
   background-color: #eceaa8;   /* ※2 */
}
/* セルのデザイン */
table.sample1 td {
   border-color: #999999 #aca899 #aca899 #999999;   /* ※3 */
   background-color: #ffffff;   /* ※3 */
}


/* トップページ　対象エリア　で使用 */
table.sample2 {
   border-spacing: 0px;   /* セルの間隔をなくす */
   font-family: Verdana,sans-serif;   /* フォントの指定 */
   font-size: smaller;   /* 文字サイズを小さめに */
   margin: auto;     /* 標準のセンタリング方法 */
   text-align: left;     /* IE用方法の弊害対策用 */
}
/* セルのデザインのうちヘッダと中身の共通部分 */
table.sample2 th, table.sample td {
   border-width: 1px;   /* セルの枠線は太さ1ピクセル */
   border-style: solid;   /* セルの枠線は実線 */
   padding: 2px;   /* セル内側の余白は2ピクセル */
}
/* ヘッダセルのデザイン */
table.sample2 thead th {
   border-color: #ccffcc #7ca866 #7ca866 #ccffcc;   /* ※1 */
   background-color: #33cc66;   /* ※1 */
}
table.sample2 tbody th {
   border-color: #ffffcc #aca866 #aca866 #ffffcc;   /* ※2 */
   background-color: #eceaa8;   /* ※2 */
}
/* セルのデザイン */
table.sample2 td {
   border-color: #ffffcc #aca899 #aca899 #ffffcc;   /* ※3 */
   background-color: #ffffff;   /* ※3 */
}


/*  table3は６代目がお伝えしたいことで使用 */


/* トップページ まみうだ石材ってどんな会社 で使用 */
table.sample7 {
   border-spacing: 0px;   /* セルの間隔をなくす */
   font-family: Verdana,sans-serif;   /* フォントの指定 */
   margin: 0;
   padding: 0;
   width: 180px;
   background-color:#1a881a;
}
/* セルのデザインのうちヘッダと中身の共通部分 */
table.sample7 th, table.sample td {
   border-width: 1px;   /* セルの枠線は太さ1ピクセル */
   border-style: solid;   /* セルの枠線は実線 */
   padding: 2px;   /* セル内側の余白は2ピクセル */
}

/* ヘッダセルのデザイン */
table.sample7 thead th {
   border-color: #ccffcc #7ca866 #7ca866 #ccffcc;   /* ※1 */
   background-color:#1a881a;
}
table.sample7 tbody td {
   border-color: #ffffcc #aca866 #aca866 #ffffcc;   /* ※2 */
   background-color: #99ff66;   /* ※2 */
}
/* セルのデザイン */
table.sample7 td {
   border-color: #ffffff #aca899 #aca899 #ffffff;   /* ※3 */
   background-color:#1a881a;
}


/* トップページ content で使用 */
table.sample8 {
   background-color:#ffffff;
   margin: auto;
   padding: 0;
   font-size:14px;
   text-align:center;
   width: 300px;
   line-height: 1.5; /* 行間の幅 */   
}



/*  クリーニング　で使用 */
table.sample10 {
   margin: auto;/* tableのセンタリング方法 */
   padding: 0;
   font-size:14px;
   color:#333333;
   text-align:center; 
}


/*  芸術家紹介で使用 */
table.sample11 {
   margin: auto;/* tableのセンタリング方法 */
   padding: 0;
   background-color:#f2f2d5;
   font-size:14px;
   color:#333333;
   text-align:center; 
}


/* 寺紹介で使用 */
table.sample12 {
   border-spacing: 0px;   /* セルの間隔をなくす */
   font-family: Verdana,sans-serif;   /* フォントの指定 */
   font-size: 12px;   /* 文字サイズを小さめに */
}
/* セルのデザインのうちヘッダと中身の共通部分 */
table.sample12 th, table.sample td {
   border-width: 1px;   /* セルの枠線は太さ1ピクセル */
   border-style: solid;   /* セルの枠線は実線 */
   padding: 2px;   /* セル内側の余白は2ピクセル */
}
/* ヘッダセルのデザイン */
table.sample12 thead th {
   border-color: #ccffcc #7ca866 #7ca866 #ccffcc;   /* ※1 */
   background-color: #aaaaaa;   /* ※1 */
}
table.sample12 tbody th {
   border-color: #ffffcc #aca866 #aca866 #ffffcc;   /* ※2 */
   background-color: #ffe5c7;   /* ※2 */
}
/* セルのデザイン */
table.sample12 td {
   border-color: #ffffff #aca899 #aca899 #ffffff;   /* ※3 */
   background-color: #ffe5c7;   /* ※3 */
}


table.sample13 {
   background-image:url(image/menu_back_g.gif);
   font-size:14px;
   text-align:center;
   width:800px;
}


/* おもい入れアルバムで紹介で使用 */
table.sample14 {
   margin:auto;
   border-spacing: 0px;   /* セルの間隔をなくす */
   font-family: Verdana,sans-serif;   /* フォントの指定 */
   font-size: 12px;   /* 文字サイズを小さめに */
   width:640px;
   text-align:center;
}
/* セルのデザインのうちヘッダと中身の共通部分 */
table.sample14 th, table.sample td {
   border-width: 1px;   /* セルの枠線は太さ1ピクセル */
   border-style: solid;   /* セルの枠線は実線 */
   padding: 2px;   /* セル内側の余白は2ピクセル */
}
/* ヘッダセルのデザイン */
table.sample14 thead th {
   border-color: #ccffcc #7ca866 #7ca866 #ccffcc;   /* ※1 */
   background-color: #aaaaaa;   /* ※1 */
}
table.sample14 tbody th {
   border-color: #ffffcc #aca866 #aca866 #ffffcc;   /* ※2 */
   background-color: #ffe5c7;   /* ※2 */
}
/* セルのデザイン */
table.sample14 td {
   border-color: #ffffff #aca899 #aca899 #ffffff;   /* ※3 */
   background-color: #946a9a;   /* ※3 */
}

/* ---------- table end---------- */

/* メニューバー(電話番号画像）*/
.denwa {
	float:left;
	background-color:#ffffcc;
	margin: 0px;
	width: 580px;
	text-align:left;
	padding-top: 10px;
}

/* メニューバー(ＮＨＫが来た）*/
.nhk {
	font-size:14px;
	color:#333333;
	background-color:#ff9900;
	margin: 0;
	width: 180px;
	border-width: 2px;   /* セルの枠線は太さ1ピクセル */
	border-style: solid;   /* セルの枠線は実線 */
	border-color:#993399;
	padding-top: 15px;
	padding-bottom: 10px;
	line-height: 20px;
}


/* メニューバー(日テレが来た）*/
.ntv {
	font-size:14px;
	color:#333333;
	background-color:#ccff66;
	margin: 0;
	border-width: 2px;   /* セルの枠線は太さ1ピクセル */
	border-style: solid;   /* セルの枠線は実線 */
	border-color:#336633;
	width: 180px;
	padding-top: 15px;
	padding-bottom: 10px;
	line-height: 20px;
}

/* メニューバー(はじめての方へ）*/
.hajimete {
	font-size:14px;
	background-color:#CF0;
	border-width: 1px;   /* セルの枠線は太さ1ピクセル */
	border-style: solid;   /* セルの枠線は実線 */
	border-color:#999999;
	width: 130px;
	height: 45px;
	padding-top: 25px;
	padding-left: 50px;
	background-image: url(images/wakaba_mark.gif);
	background-repeat: no-repeat;
}

/* メニューバー(社長画像）*/
.syatyo {
   font-size:14px;
   color:#333333;
   background-color:#ffffff;
   margin: 0;
   padding: 0;
   width: 180px; 
   border-width: 0px;   /* セルの枠線は太さ1ピクセル */
   border-style: solid;   /* セルの枠線は実線 */ 
   text-align: left;
}


/* メニューバー(６代目が伝えたいこと）*/

/* 
table.sample3 {
   background-position: right top;
   background-image:url("images/newimage/top004.gif");
   margin: 0;
   padding: 50px 0;
   width: 183px;
   height: 250px;   
}
*/

.sidetitle02 {
    margin-top: 3px;
    border: 1px solid  #666666;
    color: #fff;
    background: #6699ff;
    text-align: center;
    font-size: 100%;
    line-height: 2;
}

/*
#nav05 {
    margin:0;
	padding-left: 25px;
	padding-right: 2px;
	font-size:14px;
    color:#006600;
	background-position: bottom;
	width: 160px;
	float: left;
	text-align:left;
}
*/


/* メニューバー(６代目が教える墓石作りのポイント）*/
/* 
.point {
   font-size:14px;
   color:#006600;
   background-color:#ccff66;
   margin: 0;
   padding: 0;
   width: 180px; 
}
*/

.sidetitle03 {
	margin-top: 3px;
	border: 1px solid  #666666;
	color: #fff;
	background: #ff9933;
	text-align: center;
	font-size: 100%;
	line-height: 25px;
}



#nav06 {
    font-size:14px;
	color:#cc3300;
    margin: 0;
	padding-left: 25px;
	padding-right: 2px;
	background-position: bottom;
	background-color:#ffffff;
	border-color:#006600;
	border-width: 1px;
	width: 160px;
	float: left;
	text-align:left;
}

/*
.6daime {
   background-position: right top;
   background-image:url("images/newimage/top004.gif");
   margin: 0;
   padding: 50px 0;
   width: 183px;
   height: 250px;   
}
*/

/* メニューバー(まみうだ概要）*/

.sidetitle04 {
	margin-top: 3px;
	border: 1px solid  #666666;
	color: #fff;
	background: #009933;
	text-align: center;
	font-size: 100%;
	line-height: 25px;
	padding: 5px;
}

#nav07 {
    font-size:14px;
    margin: 0;
	padding-left: 25px;
	padding-right: 2px;
	color:#333333;
	background-color:#ffffff;
	background-position: bottom;
	width: 160px;
	text-align:left;
}

/*
.mamiuda {
   margin: 0;
   padding: 0px ;
   background-image:url(images/what01.jpg)
   width: 180px;  
   height: 340px;
}
*/

/* メニューバー(tel）*/
.tel {
   font-size:14px;
   color:#006600;
   background-color:#ffffcc;
   margin: 0;
   padding: 0;
   width: 180px; 
}


/* トップページ各項目bar*/

.bar {
   background-color:#ffffcc;
   margin: 0;
   padding: 0;
   width: 180px; 
}


/* メニューバー(思い入れl）*/
.omoiire {
	font-size:14px;
	color:#333333;
	background-color:#ffffff;
	width: 270px;
	border-width: 0px;   /* セルの枠線は太さ1ピクセル */
	border-style: solid;   /* セルの枠線は実線 */
	border-color:#cc3333;
	text-align:center;
	padding-bottom: 15px;
	line-height: 20px;
}


/* メニューバー(お客様）*/
.okyakusama {
	font-size:14px;
	color:#333333;
	background-color:#ffffff;
	margin: 0;
	width: 180px;
	border-width: 3px;   /* セルの枠線は太さ1ピクセル */
	border-style: solid;   /* セルの枠線は実線 */
	border-color:#cc3333;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 18px;
}

/* メニューバー(クリーニング）*/
.cleaning {
	font-size:14px;
	color:#333333;
	background-color:#ff9900;
	margin: 0;
	width: 180px;
	border-width: 2px;   /* セルの枠線は太さ1ピクセル */
	border-style: solid;   /* セルの枠線は実線 */
	border-color:#993399;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 18px;
}
/* メニューバー(職人募集）*/
.bosyu {
	font-size:14px;
	color:#333333;
	margin: 0;
	width: 180px;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 18px;
	background-color: #FF6633;
	border: 3px solid #999999;
	height: 150px;
}

/* メニューバー(記念碑）*/
.kinenhi {
	font-size:14px;
	color:#333333;
	margin: 0;
	width: 180px;
	border-width: 2px;   /* セルの枠線は太さ1ピクセル */
	border-style: solid;   /* セルの枠線は実線 */
	border-color:#999999;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 18px;
}

/* メニューバー(戒名）*/
.kaimyo {
	font-size:14px;
	color:#333333;
	background-color:#b3d3a6;
	margin: 0;
	width: 180px;
	border-width: 2px;   /* セルの枠線は太さ1ピクセル */
	border-style: solid;   /* セルの枠線は実線 */
	border-color:#003366;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 18px;
}

/* メニューバー(リフォーム）*/
.reform {
	font-size:14px;
	color:#333333;
	background-color:#669999;
	margin: 0;
	width: 180px;
	border-width: 2px;   /* セルの枠線は太さ1ピクセル */
	border-style: solid;   /* セルの枠線は実線 */
	border-color:#b3d3a6;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 18px;
}

/* メニューバー(寺）*/
.tera {
	font-size:14px;
	color:#333333;
	background-color:#ccff66;
	margin: 0;
	width: 180px;
	border-width: 3px;   /* セルの枠線は太さ1ピクセル */
	border-style: solid;   /* セルの枠線は実線 */
	border-color:#1a881a;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 25px;
}

/* メニューバー(交流）*/
.kouryu {
	font-size:14px;
	color:#333333;
	background-color:#99ff66;
	width: 180px;
	padding-top: 15px;
}

/* メニューバー(パット）*/
.pet {
	font-size:14px;
	color:#333333;
	background-color:#FFCC99;
	margin: 0;
	width: 180px;
	border-width: 2px;   /* セルの枠線は太さ1ピクセル */
	border-style: solid;   /* セルの枠線は実線 */
	border-color:#CC6600;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 18px;
}

/* メニューバー(個人情報）*/
.kojinjoho {
	font-size:14px;
	color:#333333;
	font-size:14px;
	background-color:#ffcc33;
	margin: 0;
	padding: 0;
	width: 180px;
	border-width: 1px;   /* セルの枠線は太さ1ピクセル */
	border-style: solid;   /* セルの枠線は実線 */
	border-color:#999999;
	line-height: 30px;
}


/* メニューバー(サイトマップ）*/
.sitemap {
	font-size:14px;
	color:#333333;
	background-color:#ffcc33;
	margin: 0;
	padding: 0;
	width: 180px;
	border-width: 1px;   /* セルの枠線は太さ1ピクセル */
	border-style: solid;   /* セルの枠線は実線 */
	border-color:#999999;
	line-height: 30px;
}

/* メニューバー(検索）*/
.kensaku {
   font-size:14px;
   color:#333333;
   background-color:#ffffff;
   margin: 0;
   padding: 0;
   width: 180px;  
   border-width: 1px;   /* セルの枠線は太さ1ピクセル */
   border-style: solid;   /* セルの枠線は実線 */
   border-color:#666666; 
}

/* メニューバー(弥三郎まみうだ先代）*/
.yasaburo {
	font-size:14px;
	color:#336666;
	/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
	background-color:#FFFFCC;
	font-weight: bold;
	width: 800px;
	height:auto;
	text-align: center;
	float: none;
	margin: auto;
	padding-top: 15px;
}

.yasaburo02 {
   font-size:14px;
   color:#333333;
    margin: auto; /* （重要）センタリング　*/
	padding: 0px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
	background-color:#ffffff;	
	text-align: center;
    line-height: 2.0;
}

/* メニューバー(まみうだリンク）*/
.mamiudalink {
   font-size:14px;
   color:#333333;
    margin: auto; /* （重要）センタリング　*/
	padding: 0px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
	background-color:#ffffff;	
	text-align: center;
    line-height: 2.0;
}


/* 日テレのページ */
.ntv02 {
	font-size:14px;
	color:#333333;
	background-color:#ffffcc;
	width:800px;
	text-align:center;
	margin-top: 20px;
}

/* 各ページタイトル部分 */
#title01 {
	font-size:14px;
	color:#333333;
	margin: 0px;
	padding: 15px 0px 10px 0px;
	width: 800px;
	/*    background-position: left; 
    background-repeat: no-repeat;*/
    background-image: url("images/cleaning/menu_back_g.gif");
	background-color:#ffffff;
	text-align: center;
	line-height: 2.0;
	border: thin solid #CCCCCC;
}

#title02 {
	font-size:14px;
	color:#333333;
	margin: auto;
	width: 800px;
	/*    background-position: left; 
    background-repeat: no-repeat;*/
    background-image: url("images/cleaning/menu_back_g.gif");
	background-color:#ffffff;
	text-align: center;
	line-height: 2.0;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border: thin solid #CCCCCC;
}


div.blocka {
   margin: 0;
   padding: 0;
   float: left;
}

/* 各ページタイトル部分終了 */


/* ---------- color ---------- */

.redff0000
{
	color:#ff0000;
}

.redcc3300
{
	color:#cc3300;
}
/* ---------- color_end ---------- */

/* ---------- size ---------- */
.font10 {
	font-size: 10px;
}

.font10006699 {
	font-size: 10px;
	color: #006699;
}

.font10cc3300 {
	font-size: 10px;
	color: #cc3300;
}

.font12 {
	font-size: 12px;
}
.font12000000 {
	font-size: 12px;
	color: #000000;
}
.font12006699 {
	font-size: 12px;
	color: #006699;
}
.font12cc3300 {
	font-size: 12px;
	color: #CC3300;
}

.font120000FF {
	font-size: 12px;
	color: #0000FF;
}
.font12ff0000 {
	font-size: 12px;
	color: #ff0000;
}

.font12009900 {
	font-size: 12px;
	color: #009900;
}
.font12666666 {
	font-size: 12px;
	color: #666666;
}
.font12333333 {
	font-size: 12px;
	color: #333333;
}

.font14 {
	font-size: 14px;
}

.font14000000 {
	font-size: 14px;
	color: #000000;
}
.font14006699 {
	font-size: 14px;
	color: #006699;
}
.font14cc3300 {
	font-size: 14px;
	color: #CC3300;
}

.font14ff0000 {
	font-size: 14px;
	color: #ff0000;
}

.font14666666 {
	font-size: 14px;
	color: #666666;
}

.font14333333 {
	font-size: 14px;
	color: #333333;
}

.font1499ffcc {
	font-size: 14px;
	color: #99ffcc;
}

.font14663333 {
	font-size: 14px;
	color: #663333;
}


.font14336666 {
	font-size: 14px;
	color: #336666;
}

.font14cc3366 {
	font-size: 14px;
	color: #cc3366;
}

.font14663366 {
	font-size: 14px;
	color: #663366;
}

.font14990066 {
	font-size: 14px;
	color: #990066;
}
.font14ffff00 {
	font-size: 14px;
	color: #ffff00;
}

.font16cc3300 {
	font-size: 16px;
	color: #cc3300;
}

.font16336666 {
	font-size: 16px;
	color: #336666;
}
.font16333333 {
	font-size: 16px;
	color: #333333;
	line-height: 2.0;
}
.font18333333 {
	font-size: 18px;
	color: #333333;
	line-height: 1.5;
}
.font18cc3300 {
	font-size: 18px;
	color: #cc3300;
	line-height: 1.5;
}
.font18336666 {
	font-size: 18px;
	color: #336666;
	line-height: 1.5;
}
.font18000000 {
	font-size: 18px;
	color: #000000;
	line-height: 1.5;
}
/* ---------- size_end ---------- */



div.blockc {
   margin: 0;
   padding: 0;
   float: left;
   width: 225px;
   height: 20px;
}


/* おもい入れのページのバー */
.bar01 {
   background-color:#ffffcc;
   margin: 0;
   padding: 0;
   width: auto; 
}

/* 内容説明終了 */


/* トップページ商品一覧レイアウト  */

div.blog {
    font-size:100%;
    margin:auto;
	padding-top:0px;
	width:800px;
	text-align:center;
	}

div.blog dl.item-data {
	margin:2px;
    width:260px;
	height:20em;
	border:1px solid #006600;
	text-align:center;
	float:left;
	}
	
div.blog dl.item-data dt {
    text-align:left;
	margin:10px 10px 5px 10px;
	padding:2px 0 5px 2px;
	font-size:80%;
	font-weight:bold;
	color:#ffffff;
	background-color:#006600;
	}
	
div.blog dl.item-data dd.item-text {
    text-align:left;
	font-size:80%;
	line-height:140%;
	margin:0 10px 10px 10px;
	}

div.blog dl.item-data dd.item-price {
    color:#cc3300;
	background-color:#ffffff;
	font-size:80%;
	line-height:100%;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px;
	margin: 0 10px 10px 10px;
	}

 /*トップページ商品一覧レイアウト ここまで*/
 


/*新着記事（トップページで使用） */
.new{
	text-align: center;
	margin-left: 40px;
	background-color: #FFFFFF;
	width: 80%;
}
/* お客様の声ページの帯 */
.body0111{
	font-size:16px;
	color:#FF6666;
	background-color:#FFFFFF;
	width:800px;
	float: none;
	background-image: url(images/mame.gif);
	background-position: 28%;
	background-repeat: no-repeat;
	line-height: 50px;
	font-weight: bold;
	margin: auto;
}
.body0112{
	font-size:14px;
	color:#666666;
	background-color:#ffff99;
	width:800px;
	float: none;
	margin: auto;
	padding-bottom: 10px;
}
.body0113{
	font-size:14px;
	color:#666666;
	width:800px;
	float: none;
	background-image: url(images/message/hakuho_006.jpg);
	background-repeat: no-repeat;
	margin: auto;
	padding-top: 170px;
	height: 400px;
}
.reijyou {
	margin:auto;
	font-size:16px;
	color:#666666;
	font-weight: normal;
	padding-left: 120px;
	text-align: left;
	line-height: 30px;
}
.reijyou_bar1 {
	font-size:18px;
	color:#333333;
	font-weight: bold;
	text-align: left;
	background-color: #33CCCC;
	height: 35px;
	width: 630px;
	padding-left: 20px;
	padding-top: 12px;
	border: 1px solid #666666;
	margin-top: auto;
	margin-left: 100px;
	margin-bottom: auto;
}
.reijyou_bar2 {
	font-size:18px;
	color:#333333;
	font-weight: bold;
	text-align: left;
	background-color: #9999FF;
	height: 35px;
	width: 630px;
	padding-left: 20px;
	padding-top: 12px;
	border: 1px solid #666666;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 100px;
}
.reijyou_bar3 {
	font-size:18px;
	color:#333333;
	font-weight: bold;
	text-align: left;
	background-color: #FFCC99;
	height: 35px;
	width: 630px;
	padding-left: 20px;
	padding-top: 12px;
	border: 1px solid #666666;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 100px;
}
.reijyou_box {
	margin:auto;
	font-size:14px;
	color:#666666;
	font-weight: normal;
	padding-left: 120px;
	text-align: left;
	line-height: 30px;	
}

/* 表シンプル形03 */
table.sinple03 {
	background-color:#ffffec;
	margin: auto;
	padding: 0;
	font-size:14px;
	color:#333333;
	text-align:left;
	line-height: 30px;
}

/* top_omoiire.htmlおもい入れのお墓づくりのプロセス*/
.omoiire_box{
	font-size: 12px;
	color: #333333;
	height: 160px;
	line-height: 25px;
}
/* top_nhk.htmlのblockquote*/
.ntv_box{
	font-size: 12px;
	color: #333333;
}

