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

/*
 * File      : styles-site.css
 * Version   : 3.01
 * 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.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

/* すべて */
body{
	margin: 7px 0px 0px;
	padding: 0px;
	color: #333333;
	font: 14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial;
}

/* 見出し */
h1 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h2 {
	margin: 0px;
	padding: 0px;
	font: 1em Arial, Helvetica, sans-serif;
}

h3{
	color: #666666;
	margin: 0px;
	padding: 0px;
	font: normal 14px "ＭＳ Ｐゴシック", Osaka;
}

h4{
	margin: 0px;
	padding: 0px;
	font: normal 10px "ＭＳ ゴシック", "Osaka－等幅";
	color: #666666;
}

h5{
	margin: 0px;
	padding: 0px;
	font: normal 80%/120% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
}

h6 {
	font-size: 110%;
	color: #0066FF;
	font-weight: normal;
	margin: 5px 0px;
	padding: 0px;
}

/* リンク */
a,
a:link,
a:visited {
	color: #336699;
	text-decoration: none;
}

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

.navBar{
	width: 100%;
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
}

.navBar a,
.navBar a:link,
.navBar a:visited {
	color: #336699;
	text-decoration: none;
}

.navBar a:hover {
	color: #FF9933;
	text-decoration: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#head {
	width: 100%;
	height: auto;
	background-image: url(brand/08new/08obi_r1_c1.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.headcontent {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.blogcaution {
	font-size: 93%;
	line-height: 1.7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	text-align: center;
	color: #903;
	margin-top: 10px;
}

.buttonA {
	height: 21px;
	width: 90px;
}

.buttonS {
	height: 19px;
	width: 107px;
	font-size: 90%;
	padding-bottom: 5px;
}

#contents {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

/************* #globalNav styles **************/

#globalNav{
	width: 850px;
	height: 33px;
	margin: 7px 0px 0px;
	padding: 0px;
}


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

/************* #breadCrumb styles *************/

#breadCrumb{
	height: 18px;
	width: 850px;
	background: url(brand/imgs/boseki_m0116.gif) no-repeat right top;
	text-indent: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* 順序なしリスト */
ul, ol {
	margin: 0px;
	padding: 0px;
}
ul li {
	list-style: none;
}

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

/* フォーム用 */
form {
    margin: 0px;
}
#search-options,
input {
    padding: 1px;
    font-size: 12px;
}

.query {
	width: 700px;
	padding: 10px 25px;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 10px;
}
.query table {
	color: #757EA7;
}
.q-form {
	line-height: 1.4;
	color: #900;
	width: 100%;
	background: #ECEEF4;
	display: block;
}
.a-form {
	line-height: 1.4;
	color: #66C;
	margin-top: 10px;
	margin-bottom: 10px;
}
.kaku {
	color: #666666;
}
.indent {
	text-indent: 16px;
}
/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

/* エントリー全体 */
.blog {
    padding: 7px 10px 10px;
    font-size: 1em;
    background: none;
}
.news-entry {
	margin-top: 7px;
	margin-bottom: 0;
	height: 1em;
	padding: 0;
}
.news-title {
	width: auto;
}
.news-title h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/* エントリー日付 */

.date {
	width: auto;
	font-size: 12px;
}

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

/* エントリー */
.entry {
	margin: 0 5px 0px;
	/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 0.8em;
	line-height:1.2em;
	word-break: break-all;
	padding: 0px;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

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

/* Mainタイトル */
.main-header {
	background: #EAEAEA;
	letter-spacing: 3px;
	text-indent: 10px;
	height: 1.5em;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 5px solid #757EA7;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 2px;
}
.main-header a.foldmark {
    padding-right:3px; /* タイトルとマーク間のパディング */
    text-decoration: none; /* マークの文字装飾（何も表示しない） */
}
.link-header {
	letter-spacing: 3px;
	text-indent: 10px;
	height: 1.5em;
	font: bold 10pt Arial, Helvetica, sans-serif;
	color: #666666;
	border-top: 4px solid #FFCC99;
}

/* エントリータイトル */
.entry-header {
	color: #666666;
}
/* エントリー概要 */
.entry-body {
	margin: 0px;
	padding: 0px;
}
.entry-body P {
	margin-top: 3px;
	margin-bottom: 3px;
}
.entry-body img {
	padding-top: 5px;
}

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

/* タグ */
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 12px;
}
.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: 10px;
    text-align: center;
    font-size: 12px;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
.calendar {
    text-align: center;
    color: #444444;
    background: none;
}
.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
.calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
.calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}
.holiday {
    color: #e50003;
}
.saturday {
    color: blue;
}

/* サイドメニュータイトル */
.sidetitle {
	_padding: 1px 0 2px;
	color: #666666;
	font-size: 0.9em;
	line-height: 1.6em;
	border-top: 1px solid #F3F3F3;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 5px solid #757EA7;
	text-indent: 10px;
	word-spacing: 3pt;
	padding-top: 2px;
	font-weight: bold;
}

/* サイドメニュー */
.side {
    margin: 3px 0;
    background: none;
    color: #666666;
    font-size: 0.83em;
    line-height: 1.3em;
}
.sarch {
	font-size: 0.8em;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}

/* セクションリンク */
.sectionLinks {
	font-size: 0.9em;
	margin-bottom: 200px;
}
.sectionLinks ul ,
.sectionLinks li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.sectionLinks h4 {
	line-height: 2em;
	text-indent: 2em;
	font-size: 1em;
	font-weight: normal;
}
.sectionLinks a {
	border-bottom: 1px solid #999999;
	display: block;
	text-decoration: none;
	border-left: 5px solid #757EA7;
	border-right: 1px solid #999999;
	border-top: 1px solid #FFFFFF;
}
.sectionLinks a:hover{
	color: #FFFFFF;
	border-bottom: 1px solid #999999;
	background: #AAB1BB;
	border-left: 5px solid #757EA7;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
}

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

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

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

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

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

/* コメント・トラックバック */
#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;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

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

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

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 20px;
    text-align: center;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 15px 0;
	background: #FFFFFF;
	text-align: left;
}

/* 3カラム */
.layout-three-column #content {
    float: left;
    width: 395px;
    margin: 0 0 10px;
}
.layout-three-column #links-left-box {
	float: left;
	width: 250px;
	background: #EAEAEA;
	margin-top: 7px;
	padding-bottom: 10px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
	padding-bottom: 0;
}

.layout-three-column #links-right-box {
	float: right;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 0px 0px 20px;
	width: 203px;
	margin-top: 7px;
}
.layout-three-column #links-left ,
.layout-three-column #links-right ,
.layout-two-column-left #links-left {
    padding: 6px 8px 0;
}
/* 2カラム */
.layout-two-column-left #box {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 15px 0;
	background: #FFFFFF;
	text-align: left;
}
.layout-two-column-left #links-left-box {
	float: left;
	width: 250px;
	background: #EAEAEA;
	margin-top: 7px;
	padding-bottom: 10px;
}
.layout-two-column-left #content {
	float: left;
	margin: 0 0 10px;
	width: 600px;
}

/* フッター関連 */
#footer {
	padding-bottom: 10px;
	background-color: #EAEAEA;
	background-image: url(08img/08top_yogata17_al.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer-set {
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 5px;
}
.Div {
}
.copyright {
	font: 0.8em Arial, Helvetica, sans-serif;
}

/*　tableレイアウト */
.tab-center {
}
.tab-center td {
	text-align: center;
}
/* 取扱石材店 */
.sub-title {
	border-bottom: 1px solid #CCCCCC;
	width: 560px;
	height: 2em;
}
.entry-shop {
	border-bottom: 1px dotted #CCCCCC;
	width: 560px;
	height: 1.4em;
}
.entry-shop p {
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.sub-title tr td ,
.entry-shop tr td {
	font-size: 0.8em;
}

/* サイトマップ */
.boxmap ul {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0.9em;
	margin-left: 0px;
}
.boxmap li {
	float: left;
	width: 19%;
	list-style: none;
}
.mapbox {
	padding-left: 40px;
}
.mapbox li {
	line-height: 1.5em;
}
.link {
	padding-right: 30px;
	padding-left: 40px;
	font-size: 0.85em;
}
.link .img {
	float: left;
	width: 130px;
	text-align: center;
}
.link .txt {
	float: left;
}
.link hr {
	margin: 0px;
	padding: 0px;
}
input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}
.message {
	font-size: 90%;
	line-height: 1.3;
}
