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

/*
 * File      : styles-site.css
 * Version   : 3.01
 * 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.
 */

/* すべて */
* {
    margin: 0px; /* ページ全体のmargin */
    padding: 0px; /* ページ全体のpadding */
}

/* カラム切り替えBODY */
body.layout-two-column-left,
body.layout-one-column {
    margin: 0px; /* ページ全体のmargin */
    padding: 0px; /* ページ全体のpadding */
    text-align: center; /*下記のautoに未対応用のセンタリング */
    background: #ffffff;
    font-family: Verdana, Arial, sans-serif;
}
/* 2カラム用 BOX(BODYの直下)*/
.layout-two-column-left #box {
    width: 800px;
    margin-left: auto;    /* 左側マージンを自動的に空ける */
    margin-right: auto;   /* 右側マージンを自動的に空ける */
    text-align: left;     /* 中身を左側表示に戻す */
    background-color: #ffffff;
}
/* 2カラム用左右括りCONTAINER */
.layout-two-column-left #container {
    text-align:left; 
    background-image: url("http://www.mizumizu.jp/shinsen/image/new-main_06_700.gif");
    background-repeat: repeat-x;
}
/* 2カラム(左サイドバー)の左メニュー部分 */
.layout-two-column-left #links-left-box {
    float: left;
    width: 223px;
    text-align:left; 
}
.layout-two-column-left #links-left {/*左メニュー部分2番手*/
    margin: 0px 0px 5px 6px;
    text-align:left; 
    background: #ffffff;
    min-height: 550px;
}
.layout-two-column-left #links-left-content {/*左メニュー部分3番手*/
    margin: 0px 0px 0px 15px;
    text-align:left; 
}
/* 2カラム(左サイドバー)の右メイン部分 */
.layout-two-column-left #content {
    float: left;
    width: 567px;
    /*width: 571px;*/
    /*min-height: 800px;*/
    /*background-color: #ffffff;*/
}
/* エントリー全体 */
.blog {/*右メイン部分2番手*/
    margin: 0px 0px 0px 7px;
    /*padding: 10px;*/
    /*font-size: small;*/
    color: #36414d;
    background-color: #ffffff;
    min-height: 550px;
}
/* 1カラム用BOX */
.layout-one-column #box {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding: 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: left;
    background-color: #ffffff;
}
/* 1カラム用CONTAINER */
.layout-one-column #container {
    /*margin-bottom: 0;*/
}
/* 1カラム */
.layout-one-column #content {}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}
/* 1カラム フッタ */
.layout-one-column #footer {
    text-align: center;
}


/* 見出し */
h1,h2 {
    font-family: HG正楷書体-PRO,cursive,Verdana, Arial, sans-serif;
    font-weight: bold;
} 

h3{
	margin: 20px 50px 10px 20px;
	padding: 5px 10px;
	font-size: 166%;
	line-height: 1em;
	font-weight: bold;
	color: #333;
	border: 1px solid #435ebe;
	border-width: 1px 1px 1px 10px;
	background: #fff;
}

h4{
	margin: 20px 50px 5px 20px;
	padding: 0 0 2px 0;
	font-size: 133%;
	line-height: 1em;
	font-weight: bold;
	color: #435ebe;
	border: 1px groove #435ebe;
	border-width: 0 0 2px 0;
}

h5{
	clear: right;
	margin: 20px 0 5px 0;
	padding: 5px 10px;
	font-size: 133%;
    color: #0000FF; /*#444444;*/
	line-height: 1.3em;
	font-weight: bold;
	background: #d7e5ff;
    font-family: HG正楷書体-PRO,cursive,Verdana, Arial, sans-serif;
}

h6{
	margin: 10px 0 5px 10px;
	padding: 0;
	font-size: 116%;
	/*line-height: 1em;*/
	font-weight: bold;
	color: #435ebe;
}
/* リンク */
a,
a:link {
    color: #676767/*#006699*/;
    text-decoration: none;
}
a:visited {
    color: #676767;
    text-decoration: none;
}
a:hover {
    color: #0000f0/*#006699*/;
    text-decoration: underline;
}
a:active {}

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

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

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

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

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

/* 引用 */
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;
}

/* タイトルバナー */
#banner {
    margin:0px;          /* ページ全体のmargin */
    padding:0px;         /* ページ全体のpadding */
    font-size: 11px;
    text-align:left; 
    width: 800px;
    height: 174px;
    color: #999999;
    background-repeat: no-repeat;
    background-image: url("http://www.mizumizu.jp/shinsen/image/main_01.gif");
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
#banner a:hover {
    color: #0000f0;
}
#banner a:active {}

/* タイトルバナー logo (アルゴン活性水)*/
#banner-header {
    text-align:left; 
    padding: 37px 0 0 10px;
}

/* タイトルバナー下の説明 (安全でおいしいお水)*/
#banner-description {
    color: #ffffff;
    position:absolute; 
    top: 135px;
    margin:0 0 0 410px;
}
/* バナーの画像リンク */
.b_l1{
    color: #ffffff;
    position:absolute; 
    top: 38px;
    margin:0 0 0 338px;
}
.b_l2{
    color: #ffffff;
    position:absolute; 
    top: 30px;
    margin:0 0 0 486px;
}
.b_l3{
    color: #ffffff;
    position:absolute; 
    top: 50px;
    margin:0 0 0 592px;
}
.b_l4{
    color: #ffffff;
    position:absolute; 
    top: 24px;
    margin:0 0 0 700px;
}
/* バナーの文字リンク */
.a_l1{/*トップ*/
    color: #ffffff;
    position:absolute; 
    top: 6px;
    margin:0 0 0 580px;
}
.a_l2{/*お知らせ*/
    color: #ffffff;
    position:absolute; 
    top: 6px;
    margin:0 0 0 630px;
}
.a_l3{/*アフェリエイト*/
    color: #ffffff;
    position:absolute; 
    top: 6px;
    margin:0 0 0 690px;
}
#b_bottom {
    top: 174px;
    /*margin:0;*/
    width: 800px;
    height: 17px;
    background-repeat: no-repeat;
    background-image: url("http://www.mizumizu.jp/shinsen/image/upper1.png");
}



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

/* コメントタイトル・トラックバックタイトルの配色 */
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    /*background: #8fabbe;*/
}

/* エントリー */
.entry {
    /*width: auto;*/
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

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

/* エントリーの中身 */
.entry-content {
    padding: 0 30px 0 30px;
    color: #36414d;
    background: #ffffff;
    font-size: 12px;
    line-height:150%;
    /*word-break: break-all;*/
}

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

/* エントリータイトル */
.entry-header1 {/*タイトルに入れたもの*/
    margin: 20px 0 0 20px;
    color: #0000FF; /*#444444;*/
    font-size: 16px;
    font-weight: bold;
    font-family: HG正楷書体-PRO,cursive,Verdana, Arial, sans-serif;
    font-weight: bold;
}
.entry-header {/*本文の最初*/
	clear: right;
	margin: 20px 0px 5px 0px;
	padding: 5px 10px;
	line-height: 1.3em;
	background: #d7e5ff;
    color: #0000FF; /*#444444;*/
    font-size: 16px;
    font-weight: bold;
    font-family: HG正楷書体-PRO,cursive,Verdana, Arial, sans-serif;
}

/* 投稿者 */
.entry-footer {
    clear: both;
    margin: 10px 0 0 0;
    color: #36414d;
    font-size: 9px;
}
/* アーカイブテンプレートの後リンク */
.content-nav-footer {
    text-align: center;
    font-size: 9px;
    color: #0066cc;
    font-weight: bold;
    background: #ffffff;
}

/* タグ */
.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: 0 0 0 20px;
    text-align: left;
    font-size: 10px;
    color: #0066cc;
    font-weight: bold;
    background: #ffffff;
}

/* カレンダー */
.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 {
    margin: 0;
    padding:0;
    width: 190px;
    height: 48px;
}

/* サイドメニュー */
.side {
    margin: 3px 0px 20px 0px;
    background: none;
    color: #444444;
    font-size: 12px;
    line-height: 150%;
    font-weight: bold;
    text-align:left; 
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
    list-style-type: disc;
}
.side #categories ul {
    padding-left: 16px;
}
.side #categories li {
list-style-image: url("http://www.mizumizu.jp/shinsen/image/menu_button.gif"); 
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories ul ul li {
    list-style-type: circle;
list-style-image: none; 
}
.side #categories ul ul ul li {
    list-style-type: disc;
list-style-image: none; 
}
/*.side #categories li {
    margin-top: 0px;
    margin-bottom: 0px;
    list-style-type: circle;
}*/
 
.subcategories a.foldmark {
    font-size:9px; /* マークのフォントサイズ */
    text-decoration: none; /* マークの文字装飾（何も表示しない） */
}

/* サイドメニュー(更新情報用) */
.side #koshin ul {
    padding-left: 16px;
}
.side #koshin ul ul {
    padding-left: 10px;
}
.side #koshin li {
    list-style-type: disc;
}

/* サイドメニュー(タグクラウド用) */
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;
}

.clear {
    clear: both;
}

/* コメント・トラックバック */
#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: #B9B9B9;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}




/*記事下の広告バナー*/
.foot_banner{
    text-align:left; 
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    /*margin:0;*/
    width: 800px;
    color: #333399;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url("http://www.mizumizu.jp/shinsen/image/footer.png");
    padding: 10px 0px 15px 70px;
}
/*シンセンのコピーライト*/
.shinsen{
    text-align: center;
    font-size: 8px;
}

.catch1 {/*エントリー内のキャッチコピー*/
    background: #ffffff;
    text-align: center;
}

.hr-kiji{  /*記事途中の線*/ 
    width:400px;
    border-style: dotted;
    border-color: #800000;
    text-align: center;
}

/* メイン部分のカテゴリ関連 */
/* カテゴリの見出し*/
.category_title{
    margin: 20px 0 0 0;
}
.sub_category_title{
    margin: 20px 0 0 20px;
}


/* 目次の画像 */
.category-header {
    background: #ffffff;
    text-align: center;
}
#a001352 {/*回り込み*/
    padding-top:350px;
}
#a001353 {/*特徴1*/
    position:absolute; 
    top: 300px;
    margin: 0 0 0 25px;
}
#a001354 {/*特徴2*/
    position:absolute; 
    top: 300px;
    margin: 0 0 0 276px;
}
#a001355 {/*特徴3*/
    position:absolute;
    top: 470px;
    margin: 0 0 0 25px;
}
#a001356 {/*特徴4*/
    position:absolute;
    top: 470px;
    margin: 0 0 0 276px;
}
#a001345 {/*回り込み*/
    /*position:absolute;*/
    padding-top:240px;
    /*top: 530px;*/
}
#a001346 {/*自然水1*/
    position:absolute;
    top: 300px;
    margin: 0 0 0 25px;
}
#a001347 {/*自然水2*/
    position:absolute;
    top: 300px;
    margin: 0 0 0 202px;
}
#a001348 {/*自然水3*/
    position:absolute;
    top: 300px;
    margin: 0 0 0 379px;
}
#a001349 {/*ペットボトル*/
    position:absolute;
    top: 410px;
    margin: 0 0 0 25px;
}
#a001350 {/*環境汚染物質*/
    position:absolute;
    top: 410px;
    margin: 0 0 0 202px;
}
#a001351 {/*安全水*/
    position:absolute;
    top: 410px;
    margin: 0 0 0 379px;
}
#a001358 {/*回り込み*/
    padding-top:350px;
}
#a001359 {/*飲料水*/
    position:absolute;
    top: 300px;
    margin: 0 0 0 25px;
}
#a001384 {/*料理*/
    position:absolute;
    top: 300px;
    margin: 0 0 0 286px;
}
#a001360 {/*お肌*/
    position:absolute;
    top: 465px;
    margin: 0 0 0 25px;
}
#a001361 {/*保管*/
    position:absolute;
    top: 465px;
    margin: 0 0 0 286px;
}
#photo-joka {
    margin-left: -28px;
}
