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

/*
 * File      : styles-site.css
 * Version   : 5.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.
 * 4.01 2007.06.16: Update for Movable Type 4.
 * 4.02 2007.11.12: add div.page class selector.
 * 5.00 2008.02.01: Update for Movable Type 4.1.
 *
 * Copyright (C) 2005-2008 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: #ff6600;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
a:active {}

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

/* フォーム */
form {
	margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
#search {
	width: 140px;
	height: 20px;
}
html > body #search {
    height: 15px;
}

/* ヘッダ */
#box-shadow {
	width:798px;
	display:block;
	position: relative;
	float: left;
	background-image: url(http://dobuita-st.com/img_mt/back_shadow.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#box-main {
	width:790px;
	display:block;
	position: relative;
	float: left;
	background-image: url(http://dobuita-st.com/img_mt/back_main.jpg);
	background-repeat: repeat;
	left: 4px;
	padding-bottom: 20px;
}

#header {
	width:798px;
	height:205px;
	display: block;
}


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

/* タイトルバナー下の説明 */
.blog-description {
    color: #fff;
    background: transparent;
    font-size: 12px;
}

/* ブログ記事日付 */
.date {
    margin: 0px;
}

/* ブログ記事日付・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header {
	color: #fff;
	font-size: 83.3%;
	font-weight: bold;
	line-height: 2.0;
	background-color: #666666;
	display: block;
	padding-left: 8px;
	margin-bottom: 15px;
	clear: both;
	background-image:none;
}

/* ブログ記事タイトル */
.entry-header {
	font-size: 100%;
	font-weight: bold;
	background-image: url(http://dobuita-st.com/img_mt/titlebar_main.gif);
	height: 28px;
	line-height: 1.6;
	background-color: #CC0000;
	background-repeat: no-repeat;
	padding-left: 40px;
	clear: both;
	margin: 0px;
	color: #FFFFFF;
}

.entry-header a {
color:#FFFFFF;
}

.entry-header a:hover {
color:#FFFFFF;
}

.entry-header a:visited {
color:#FFFFFF;
}

/* ブログ記事 */
.entry {
	width: 564px;
	color: #330000;
	font-size: 83.3%;
	word-break: break-all;
	background-color: #fff;
	background-image: url(http://dobuita-st.com/img_mt/back_main-m.gif);
	background-repeat: repeat-y;
	margin-bottom: 15px;
}

/* 段落 */
.entry p {
	line-height: 1.5;
}

/* 順序なしリスト */
.entry ul,
.entry ol {
	padding-left: 20px;
	line-height: 1.5;
}
.entry ul li {
	list-style-type: square;
	
}

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

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

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.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-footer {
	margin: 10px 0 0;
	padding-top: 3px;
	border-top: 1px dotted #36414d;
	font-size: 83.3%;
	text-align: right;
	line-height: 1;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.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;
}

/* ウェブページ */
div.page {
}

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

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 83.3%;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #333;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#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%;
}
span.day {
    text-align: center;
    font-size: 9px;
}
span.saturday {
    color: blue;
}
span.sunday {
    color: #e50003;
}
td.today {
    display: block;
    border: 1px solid #333;
}

#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
	font-size: 75%;
	width: 190px;
	background-color: #FFFFFF;
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	height: auto;
	background-image: url(http://dobuita-st.com/img_mt/back_side-b.gif);
}

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

/* サイドメニュータイトル */
.sidetitle {
	color: #fff;
	text-align: left;
	font-size: 75%;
	line-height: 2.2;
	background-image: url(http://dobuita-st.com/img_mt/titlebar_side.gif);
	height: 29px;
	width: 190px;
	padding-left: 40px;
	background-repeat: no-repeat;
}

/* サイドメニュー */
.side {
	font-size: 75%;
	display: block;
}

.side ul,
.side ol {
	margin: 0;
	padding: 0;
}

/* サブカテゴリー（折りたたみ用） */
.subcategories {
    line-height: 1.5;
}

.subcategories a.foldmark {
    font-size:100%; /* マークのフォントサイズ */
    text-decoration: none; /* マーク装飾 */
}
.side ul.tree {
	margin: 0;
    padding: 0;
    list-style: none;
}
.side ul.tree ul {
    margin: 0; /* 間隔を空ける時はここを変更 */
    padding-top: 2px; /* インデント部分のパディング */
}

.side ul.tree li {
    margin: 0; /* 0 以上にすると画像が切れる */
    padding: 0px 0px 0px 15px; /* top を大きくすると画像とずれる */
	background-image: url(http://dobuita-st.com/img_mt/mark_sqa.gif);
	background-position: 0px 0.8em; /* 垂直方向を0以上にすると画像が切れる */
    background-repeat: no-repeat;	
    list-style: none;
    line-height: 1.5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.side ul.tree li.tree_end {
	list-style: none;
	border-bottom-style: none;
}

/* サイドメニュー(エントリー用) */
.side #entry ul {
	margin: 0px;
	padding: 0px;
}
.side #entry ul ul {
    padding-left: 0px;
}
.side #entry ul li {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

.side #entry ul li.first-child {
	list-style-type: none;
	border:none;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* サイドメニュー(タグクラウド用) */
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-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: 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;
}
.syndicate img {
    border: none;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}
.powered ul,
.powered li {
    list-style: none;
}
.module-powered {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    text-align: center;
}

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

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
}

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

.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 {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}
#comment-text {
    width: 400px;
    height: 150px;
}
#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: center;
}
.comments-open label {
    display: block;
}

/* 検索結果画面 */
#search-form {
    font-size: 83.3%;
}
.search-header {
    margin: 15px 0;
}
.search-result-header {
    margin: 15px 0 0;
}

/* カラム切り替え */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
	background-color: #e6e6e6;
	text-align: center;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-one-column #container {
    margin-bottom: 0;
}

/* 固定レイアウト共通 */
.layout-three-column #box,
.layout-two-column-left #box,
.layout-two-column-right #box,
.layout-one-column #box {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/* 2カラム固定レイアウト幅 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 798px;
}

/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
	position: relative;
	right: 5px;
	width: 564px;
	margin-bottom: 30px;
	float: right;
}
.layout-two-column-left #links-left-box {
	width: 190px;
	display: block;
	position: relative;
	left: 5px;
	height: auto;
	margin-bottom: 30px;
	float: left;
}
.layout-two-column-left #links-left {
}

/* 2カラム固定レイアウト(左サイドバー:ブログ記事全体) */
.layout-two-column-left .blog {
	width: 564px;
	height: auto;
	float: right;
}

/* フッタ */
.layout-one-column #footer,
.layout-three-column #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    margin-right: auto;
    margin-left: auto;
    height: 45px;
    color: #cccccc;
    background: #8fabbe;
    font-size: 12px;
    text-align: center;
    line-height: 3.5;
}

.layout-two-column-left #footer,
.layout-two-column-right #footer {
	width: 798px;
	background-image: url(http://dobuita-st.com/img_mt/back_footer.jpg);
	display: block;
	height: 57px;
	line-height: 2.5;
	clear: both;
}
.layout-one-column #footer {
    width: 478px;
}

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

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

.clearfix{
  zoom:1;
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ==========================================================================================================

	 pon's Customize
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	トップイメージ

---------------------------------------------------------------------*/

img#topimg {
	display:block;
	width: 798px;
	height:205px;
}


/*  ------------------------------------------------------------------

	メインナビ

---------------------------------------------------------------------*/
#mainnavi {
	display:block;
	text-align:center;
	position: relative;
	width: 780px;
	height: 40px;
	left: 5px;
	margin-bottom: 20px;
}

#mainnavi dt{
position:absolute;
width:0;
height:0;
overflow:hidden;
}

#mainnavi dd{
width:780px;
}

#mainnavi dd ul{
	margin:0;
	padding:0;
	list-style:none;
}

#mainnavi dd ul li {
	display:block;
	height:40px;
	font-size:0;
	list-style:none;
	margin:0;
	padding:0;
	float: left;
}

#mainnavi dd ul li a {
	display:block;
	height:40px;
	font-size:0;
	left: 1px;
	top: 200px;
}

#mainnavi dd ul li span {
	display:none;
}

#mainnavi dd ul li a span {
	display:none;
}


#mainnavi dd ul #home {
	left:0px;
}

#mainnavi dd ul #home a {
	width:80px;
	background:url(http://dobuita-st.com/img_mt/mainnavi.gif) no-repeat 0px;
}

#mainnavi dd ul #home a.onpage {
	background:url(http://dobuita-st.com/img_mt/mainnavi_ov.gif) no-repeat 0px;
}

#mainnavi dd ul #home a:hover {
	background:url(http://dobuita-st.com/img_mt/mainnavi_ov.gif) no-repeat 0px;
}


#mainnavi dd ul #information {
	left:80px;
}

#mainnavi dd ul #information a {
	width:140px;
	background:url(http://dobuita-st.com/img_mt/mainnavi.gif) no-repeat -80px;
}

#mainnavi dd ul #information a.onpage {
	background:url(http://dobuita-st.com/img_mt/mainnavi_ov.gif) no-repeat -80px;
}

#mainnavi dd ul #information a:hover {
	background:url(http://dobuita-st.com/img_mt/mainnavi_ov.gif) no-repeat -80px;
}


#mainnavi dd ul #shop {
	left:220px;
}

#mainnavi dd ul #shop a {
	width:65px;
	background:url(http://dobuita-st.com/img_mt/mainnavi.gif) no-repeat -220px;
}

#mainnavi dd ul #shop a.onpage {
	background:url(http://dobuita-st.com/img_mt/mainnavi_ov.gif) no-repeat -220px;
}

#mainnavi dd ul #shop a:hover {
	background:url(http://dobuita-st.com/img_mt/mainnavi_ov.gif) no-repeat -220px;
}


#mainnavi dd ul #access {
	left:285px;
}

#mainnavi dd ul #access a {
	width:80px;
	background:url(http://dobuita-st.com/img_mt/mainnavi.gif) no-repeat -285px;
}

#mainnavi dd ul #access a.onpage{
	background:url(http://dobuita-st.com/img_mt/mainnavi_ov.gif) no-repeat -285px;
}

#mainnavi dd ul #access a:hover {
	background:url(http://dobuita-st.com/img_mt/mainnavi_ov.gif) no-repeat -285px;
}


#mainnavi dd ul #blog {
	left:365px;
}

#mainnavi dd ul #blog a {
	width:70px;
	background:url(http://dobuita-st.com/img_mt/mainnavi.gif) no-repeat -365px;
}

#mainnavi dd ul #blog a.onpage {
	background:url(http://dobuita-st.com/img_mt/mainnavi_ov.gif) no-repeat -365px;
}
#mainnavi dd ul #blog a:hover {
	background:url(http://dobuita-st.com/img_mt/mainnavi_ov.gif) no-repeat -365px;
}


#mainnavi dd ul #allabout {
	left:435px;
}

#mainnavi dd ul #allabout a {
	width:170px;
	background:url(http://dobuita-st.com/img_mt/mainnavi.gif) no-repeat -435px;
}

#mainnavi dd ul #allabout a.onpage {
	background:url(http://dobuita-st.com/img_mt/mainnavi_ov.gif) no-repeat -435px;
}
#mainnavi dd ul #allabout a:hover {
	background:url(http://dobuita-st.com/img_mt/mainnavi_ov.gif) no-repeat -435px;
}


#mainnavi dd ul #link {
	left:605px;
}

#mainnavi dd ul #link a {
	width:55px;
	background:url(http://dobuita-st.com/img_mt/mainnavi.gif) no-repeat -605px;
}

#mainnavi dd ul #link a.onpage {
	background:url(http://dobuita-st.com/img_mt/mainnavi_ov.gif) no-repeat -605px;
}

#mainnavi dd ul #link a:hover {
	background:url(http://dobuita-st.com/img_mt/mainnavi_ov.gif) no-repeat -605px;
}


#mainnavi dd ul #contact {
	left:660px;
}

#mainnavi dd ul #contact a {
	width:120px;
	background:url(http://dobuita-st.com/img_mt/mainnavi.gif) no-repeat -660px;
}

#mainnavi dd ul #contact a.onpage {
	background:url(http://dobuita-st.com/img_mt/mainnavi_ov.gif) no-repeat -660px;
}

#mainnavi dd ul #contact a:hover {
	background:url(http://dobuita-st.com/img_mt/mainnavi_ov.gif) no-repeat -660px;
}

/*  ------------------------------------------------------------------

	サイドバー

---------------------------------------------------------------------*/

/* サイドナビ */
.sidenavi{
	margin-bottom:20px;
	width: 190px;
	height: auto;
}

.sidenavi img{
	line-height:0;
	margin-bottom:2px;
	display: block;
}

/* RSS */
.rss{
	margin-bottom:20px;
	width: 190px;
	height: auto;
	text-align:center;
}

.rss img{
	line-height:0;
	margin-bottom:2px;
	display: block;
}

/* サイドCM（バナー） */
.sidecm{
	margin-bottom:20px;
	width: 190px;
	height: 270px;
}

.sidecm img{
	line-height:0;
	margin-bottom:5px;
	display: block;
}

#bn-box{
	margin-bottom:20px;
	left: 5px;
	position: relative;
	width: 780px;
}

#bn-box img{
	line-height:0;
	display: block;
	float: left;
	height: 40px;
	width: 190px;
	margin: 0px;
	padding: 0px;
}

#bn-box img.lastchild{
	margin-right:0;
}

*html #bn-box img{
}

/*  ------------------------------------------------------------------

	ウェブページ設定

---------------------------------------------------------------------*/

/* 大見出し(h2) */
h2.entry-header#webpage{
background-image:url(http://dobuita-st.com/img_mt/titlebar_webpage.gif);
	font-size: 125%;
}

h2.entry-header#mailform{
background-image:url(http://dobuita-st.com/img_mt/titlebar_webpage.gif);
	font-size: 100%;
}

/*  ------------------------------------------------------------------

	エントリー部

---------------------------------------------------------------------*/

/* 中見出し(h3) */
div.entry h3 {
	background-image:url(http://dobuita-st.com/img_mt/h3_mark.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 110%;
	line-height: 1.8;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	margin-top: 20px;
	display: block;
	float: left;
	width: 514px;
	_width: 100%;
}

/* ブログ記事日付・各タイトルのh3の背景消し */
div.entry h3.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header {
	background-image:none;
	padding-left: 0;
}

/* 枠内余白*/
.inside-margin {
	margin: 10px;
}

/* エントリー下部角丸*/
.entry-bottom {
	display:block;
	height:4px;
	width: 564px;
	margin: 0px;
	padding: 0px;
	line-height: 0;
}

/* テーブル内フォントサイズ調整 */
div.entry table td,
div.entry table th,{
font-size:83.3%;
}

/* 中見出し(h3) */
div.entry ol li {
	margin-left: 15px;
	line-height: 1.5;
}

/* テーブル余白調整（*0指定消し） */
div.entry table tr td{
	padding: auto;
}

/* ショップ詳細ボタン */
p.entry-more{
margin-top:10px;
text-align:right;
}


/*  ------------------------------------------------------------------

	直置き画像関連

---------------------------------------------------------------------*/

/* フロート画像 */
img.img-center {
	display: block;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.img-left {
	display: block;
	float:left;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
}

*html img.img-left{
	margin-right: 8px; /*通常指定の-2で指定*/
}

img.img-right {
	display: block;
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* アイコン画像調整 */
p.icon{
	display: block;
	position: relative;
	clear: both;
	vertical-align: middle;
}

p.icon img{
	float:left;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}



/*  ------------------------------------------------------------------

	リストマーク

---------------------------------------------------------------------*/
/* トップTOPICS用リストマーク消し&高さ調整 */
.entry ul.topics{
	line-height:1.5;
	padding-left:0px;
}

.entry ul.topics li{
	list-style-type: none;
}

.entry ul.topics li a{
	font-weight:bold;
}

/* リンクマーク付きリストマーク */
ul.link li{
	list-style-type: none;
	background-image: url(http://dobuita-st.com/img_mt/mark_sqa.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
	padding-left: 15px;
	line-height:1.5;
}


/*  ------------------------------------------------------------------

	メールフォーム用

---------------------------------------------------------------------*/

.mail-content p{
margin-bottom:10px;
}

.mail-content .message{
margin:20px;
padding:15px;
border:1px solid #669;
background:#eee;
font-weight:bold;
}

.mail_author,#mail_email,#mail_subject{
width:220px;
height:20px;
}

html>body #mail_author,
html>body #mail_email,
html>body #mail_subject{
height:15px;
}

#mail_text{
width:400px;
height:150px;
}

.mail-content label{
display:block;
}

.mail-content dl{
margin-bottom:15px;
}

.mail-content dt{
font-weight:bold;
}

.mail-content dd{
margin-left:20px;
}

/*  ------------------------------------------------------------------

	KsGmap用

---------------------------------------------------------------------*/
#main {
	position: relative;
	height: 400px;
	oveflow: hidden;
	display: block;
	width: 544px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
		}
/* (！) position: relative; もしくは position: absolute; は必ず指定して下さい。*/
#map {
	z-index: 2;
	background-color: #eeeeee;
	width: 380px;
	height: 335px;
	display: block;
	position: relative;
	margin-bottom: 10px;
}

#searchNavi{
	position: relative;
	width: 370px;
	font-size: 100%;
	margin-bottom: 5px;
}

#searchNavi-form {
	text-align: right;
}

#searchNavi #search-textfield{
	width: 150px;
}

#searchNavi #search-submit{
	width: 60px;  letter-spacing: 5px;;
}

#searchNavi #search-clear{
	width: 50px;
}

#searchNavi #search-message{
	display: none;
}

#categoryNavi {
	position: relative;
	width: 160px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888888;
	padding: 5px;
}

#categoryNavi select {
	width: 150px;
}

#itemNavi {
	position: relative;
	width: 160px;
	height: 300px;
	font-size: 100%;
	line-height: 2;
	float: right;
}

#itemNavi table {
	width: 250px;
	border-collapse: collapse;
}

#itemNavi td {
	font-size: 80%;
}

/* アイテムナビ機能 */
#itemNaviFunc {
	position: relative;
	font-size: 70%;
	text-align: center;
	width: 150px;
	margin-bottom: 5px;
	float: right;
}

#itemNaviFunc a {
	color: #666666;
	text-decoration: none;
}

#itemNaviFunc a:hover {
	color: #000000;
}

/* 絞り込みナビ */
#narrowNavi {
	margin-top: 10px;
	font-size: 80%;
}

#narrowNavi label {
	position: relative;
    top: -1px;
}

/* KsGMap の ID */
/* マップ内に表示するメッセージ */
#ksgmap--map-message {						
    margin: 10px;
	font-size: 75%;
}

/* マップナビの自分自身 */
#ksgmsp--mapNavi-listItem--mySelf {			
	background-color: #eeeeee;
}

/* カテゴリナビのすべて表示 */
#ksgmsp--categoryNavi-listItem--all {		
	background-color: #eeeeee;
}

/* カテゴリナビの未定義の場合 */
#ksgmsp--categoryNavi-listItem--undefined {	
	background-color: #eeeeee;
}

/* 全て表示ボタン */
#map-all {
	position: relative;
	width: 170px;
	float: right;
	text-align: right;
	font-size: 83.3%;
	line-height: 2;
}

/* 左ボックス */
#map-left {
	position: relative;
	width: 370px;
	height:auto;
	float: left;
}

/* 右ボックス */
#map-right {
	position: relative;
	width: 150px;
	height:auto;
	float: right;
	border: 1px solid #8888888;
	line-height: 1.5;
}

/* ジャンル検索インデント */
p.indent5 {
text-indent:5px;
}

/* 情報ウィンドウ内写真スタイル */
img.gmap-photo-left {
	display: block;
	float:left;
	position: relative;
	margin-right: 10px;
}

/* 情報ウィンドウ内clearfix */
.gmap-clearfix {
	content: ".";
	display: block;
	width:200px;
	clear: both;
	position: relative;
}

/*  ------------------------------------------------------------------

	エントリー部追加分

---------------------------------------------------------------------*/

/* 左フロート */
div.entry div.float-left {
	display: block;
	float:left;
	position: relative;
	padding-right: 10px;
}

/* エントリー内文字装飾 */
.font-red-bold {
color:#cc0000;
font-weight:bold;
}

.font-white-bold{
color:#FFFFFF;
font-weight:bold;
}

p.link-right{
text-align:right;
}


/* lightbox用 */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
