@charset "EUC-JP"; /* 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.
 * 4.01 2007.06.16: Update for Movable Type 4.
 *
 * Copyright (C) 2005-2007 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro W3",
		"メイリオ",
		Meiryo,
		Osaka,
		"ＭＳ Ｐゴシック",
		"MS P Gothic",
		sans-serif;
}
body {
    font-size: 100%;

}
html>body {
    font-size: 12pt;

}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
	line-height:1.1;
    clear:both;
}
h1 {color:#c06;
    font-size:19px;
	border-bottom: 2px solid #c09;
        border-right: 5px solid #c09;
         margin-left: 0px ;
	margin-bottom:7px;
	padding-left:5px;
}


h2 {color:#fff;
    font-size:15px;
	margin : 5px 0px 3px 0px;
	padding-left:10px;
	padding-top:8px;
	background-image:url(http://l-kagu.com/img/page-h2-banner.jpg);
	background-repeat: no-repeat;
	height:38px;
}

h3 {color:#066;
    font-size:15px;
        margin-bottom:4px;
        margin-top:0px;
	padding-left:10px;
	border-bottom: 1px solid #099;
}
h4 {color:#339;
    font-size:15px;
	padding-left:15px;
	padding-top:8px;
}
h5 {color:#444;
    font-size:15px;
	padding-left:15px;
	padding-top:8px;
}
h6 {color:#444;
    font-size:15px;
	padding-left:15px;
	padding-top:5px;
}


/* リンク */
a,
a:link{ color: #333333;
    text-decoration: none;
    clear:both;
}
a:visited { color: #0000000;
    text-decoration: none;
    clear:both;
}
a:hover {
    color: #0c9;
    text-decoration: underline;
    clear:both;
}
a:active {}



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

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

}

/* ヘッダ */
#header {

    margin:0px;
    padding:0px;
    color: #999;
    background-image:url(http://l-kagu.com/header.jpg);
    height:108px;
    width:905px;
    background-repeat: no-repeat;
    clear:both;
}

#header a,
#header a:link,
#header a:visited {
    color: #EFEFEF;
    background: transparent;
    font-size: 9px;
    text-decoration: none;
    float:right;
    clear:both;
    margin-top:7px;
    margin-right:8px;

     
}
#header a:hover {}
#header a:active {}

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

/* エントリー日付 */
.date {
    margin: 8px 0 3px;
    color:#666;
    font-size:80%;
    
    text-align:left;
}

/* エントリー日付・各タイトル */

.trackbacks-header,
.comments-header,
.comments-open-header{
    padding-left: 8px;
    border:1px;
    background: #eee;
    color: #fff;
    font-size: 83.3%;
    font-weight: bold;
    line-height: 2.0;
}

.search-header,
.search-result-header {
    padding-left:0px;
    font-size: 83.3%;
    font-weight: bold;
    line-height: 2.0;
}


/* エントリータイトル */
.entry-header {
     margin: 0 0 5px;  
    padding-left: auto ;
    padding-right: auto ;
    text-align:center;
    background-image:url(http://l-kagu.com/title-banner.jpg);
    background-repeat: no-repeat;
    font-size: 140%;
    font-weight: bolder;
    height:47px;
    color:#000
}
.entry-header a:link,
.entry-header a:visited{
    color:#333;
}
.entry-header a:hover,
.entry-header a:active{
     color:#069;
}





/* エントリー */
.entry-content {
    width: auto;
    margin: 0;
    color: #222;
    background: #fff;
    font-size: 14px;
    line-height;1.3;
    word-break: break-all;
}



/* 段落 */
.entry p {
        margin: 0;
        padding-left: 15px;
        line-height:1.5;
    
}

/* 順序なしリスト */
.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: 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.4;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

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

/* 投稿者 */
p.entry-footer {
    margin: 0 3px 15px;
    padding: 8px 0;
    border-top: 1px dotted #36414d;
    font-size: 75%;
    text-align: right;
	clear:both;
}

/* タグ */
.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;
}

/* アーカイブページ本文 */
.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%;
}

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

/* サイドメニュータイトル */
.sidetitle {
    padding-left: 18px;
    border-top: 1px solid  #666;
    color: #333;
    background: #fff;
    text-align: left;
    font-size: 85%;
    line-height: 2.0;
}

/* サイドメニュー */
.side {
    margin:0;
    padding:0;
    background:none;
    color: #000;
    font-size: 75%;
    line-height: 1.7;
}

.side ul,
.side ol {
    padding-left: 0px;

}
.side ul li {
    list-style-type: none;
  font-size:15px ;
   background-image: url(http://l-kagu.com/sidebar-back.gif);
  background-repeat: no-repeat;
}

.side ul li ul {
    padding-left: 0px;
background:#fff;
}
.side li li {
    list-style-type:  none;
 font-size:14px;
 background:#fff;
}
/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 0px;
}
.side #categories ul ul {
    padding-left: 5px;
}
.side #categories li {

    list-style-type: none;
    list-style-color:#096;

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


/* カウンター */
.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-header {
    margin: 8px 0;
}
.search-result-header {
    margin: 15px 0;
}

/* カラム切り替え */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    text-align: center;
    background: #fff;
}
.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;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #669;
    border-left: none;
    border-right: none;
    text-align: left;
    background-color: #fff;
}

/* 3カラム固定レイアウト幅 */
.layout-three-column #box {
    width: 850px;
}

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

/* 1カラム固定レイアウト幅 */
.layout-one-column #box {
    width: 478px;
}

/* 3カラム固定レイアウト */
.layout-three-column #content {
    float: left;
    width: 480px;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 185px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px;
}

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

/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 715px;
    margin:0 ;
    overflow:hidden;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 185px;
    height:100%;
    padding-top:5px ;
    margin:0 ;
    overflow:hidden;
    clear:both;
}
.layout-two-column-left #links-left {
    padding: 0 8px 0 0 ;
    overflow:hidden;
}
/* 1カラム固定レイアウト */
.layout-one-column #content {}

/* 3カラム固定レイアウト(エントリー全体) */
.layout-three-column .blog {
    padding: 5px 0 10px;
}

/* 2カラム固定レイアウト(左サイドバー:エントリー全体) */
.layout-two-column-left .blog {
    padding: 8px 0 0 15px;
}

/* 2カラム固定レイアウト(右サイドバー:エントリー全体) */
.layout-two-column-right .blog {
    padding: 5px 0 10px 22px;
}

/* 1カラム固定レイアウト(エントリー全体) */
.layout-one-column .blog {
    padding: 0 15px;
}

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

/* 3カラムリキッドレイアウト */
.layout-three-column-liquid #content {
    margin: 0 185px 20px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
}
.layout-three-column-liquid #links-left{
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
}
.layout-three-column-liquid #links-right{
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
}

/* 2カラムリキッドレイアウト(右サイドバー) */
.layout-two-column-liquid-right #content {
    margin: 0 185px 10px 0;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
}
.layout-two-column-liquid-right #links-right {
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
}

/* 2カラムリキッドレイアウト(左サイドバー) */
.layout-two-column-liquid-left #content {
    margin: 0 0 10px 185px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
}
.layout-two-column-liquid-left #links-left {
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
}

/* 1カラムリキッドレイアウト */
.layout-one-column-liquid #content {
    margin: 0 100px 10px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    background: #fff;
}
/* 1カラムリキッドレイアウト用 */
/* タイトルバナー */
.layout-one-column-liquid #banner {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
}

/* 1カラム用 */
body.layout-one-column-liquid {
    background: #36414d;
}

/* フッタ */
.layout-one-column #footer,
.layout-three-column #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    margin-right: auto;
    margin-left: auto;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    border-bottom: 1px solid #669;
    height: 30px;
    color: #333;
    background: #dff6d5;
    font-size: 12px;
    text-align:center ;
    line-height: 3.5;
}
.layout-three-column #footer {
    width: 850px;
}
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    width: 680px;
}
html>body.layout-two-coluumn-right #box{
    width:800px;
}


.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;}

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




/* ---------------------------------------------------------------- *	
	Topナビゲーション部分の設定です
 * ---------------------------------------------------------------- */	
#top-navi-box {
       width:901px;
       height:22px;
       margin: 0 0 15px 0 ;
       clear:both;
       background:url(http://l-kagu.com/t_nav.png) repeat-x;
}
#navi {	
  /* --- 背景を設定してください（短縮プロパティでの設定です） --- */	

  /* --- マージンを設定してください --- */	
  /* Note：上マージンはヘッダの下マージンとの折りたたみが生じます */	
  /* Note：下マージンはコンテンツの上マージンとの折りたたみが	
           生じます */	
  margin: 0;	
  /* --- パディングを設定してください --- */
  /* Note：ナビゲーション部分に上下マージンを持つものが含まれる場合，
           上下パディングには正の値を指定してください */
  padding: 0 ;
  /* --- 必要に応じて、ボックスの下線を設定してください（短縮プロパティでの設定です） --- */
}

#navi ul {
  /* --- マージンを設定してください --- */
  margin: 0;
  /* --- パディングを設定してください --- */
  padding-left: 25px ;
  /* --- 高さを設定してください --- */
  height:20px;
  text-align:center;
  width:100%;
}

#navi ul li {
  /* --- マージンを設定してください --- */
  margin: 0 ;
  /* --- パディングを設定してください --- */
  padding: 0 ;
  /* --- 横並びにさせるためにフロートを指定してください --- */
  float: left;
  list-style:none;
  
}

#navi ul li a {
  margin: 0;
  padding: 3px 37px 3px 37px;
  /* --- ナビゲーション１項目あたりのクリッカブル領域をテキスト部分だけでなくボックス単位とするため

には display: block;と指定してください --- */
  display: block;
  /* --- ナビゲーション１項目あたりの右側の境界線の線種と色と太さを指定してください（短縮プロパティ

での設定です） --- */
  border-right: 1px solid #CCCCCC;
  /* --- ナビゲーション１項目あたりの下側の境界線の線種と色と太さを指定してください（短縮プロパティ

での設定です） --- */
  
  /* --- ナビゲーション１項目あたりの背景画像とリピート方向を指定してください（短縮プロパティでの設

定です） --- */
  background:url(http://l-kagu.com/t_nav.png) repeat-x;
  /* --- ナビゲーション１項目あたりのフォントの太さを指定してください --- */
  font-weight: normal;
  font-size:13px;
  color:#000000;
  text-decoration:none;
}

#navi a:hover {
  /* --- マウスオーバーしたときの下側の境界線の線種と色と太さを指定してください（短縮プロパティでの

設定です） --- */
  border-bottom: 5px solid #0086b9;
  /* --- マウスオーバーしたときの背景色と、横並びリストのリストマーカ画像を設定してください（短縮プ

ロパティでの設定です） --- */
  /* Note：16×16 ピクセル以下のものを使用してください。背景色をあわせて指定している場合は、透過処

理されている画像である必要があります */
  background: #EEEEEE;
  /* 通常のリンクテキストでテキストに下線がついてしまう設定になっているので、ナビゲーションのテキス

ト下線は不要なためここで指定して上書きしてください */
  text-decoration: none;
}/* ---------------------------------------------------------------- *	
	その他の設定です。特別フォントなど
 * ---------------------------------------------------------------- */
.comment{color:#777;
    font-size:14px;
}
.style1r{
	color:#ff0000;
}

.kiki_text{
	width:600px;
	height:auto;
      padding-left:97px;
}
.kiki_text p{  
	font-size:15px;
	line-height:1.7;
}
.moji_a{
         font-size: 16px;
         font-weight: bold;
         color: red;
         margin-left:70px;
} 
.moji_b{
         font-size: 18px;
         font-weight: bold;
         color: #000;
         margin-left:110px;
} 


/* --------------パンくずリスト------------------ */
.breadcrumbs {
    margin: 0px 3px 0 3px;
    font-size: 83.3%;
}


/* ---------イメージボックス-------- */	

/* ハイパーリンク付き画像は枠なし */
a img {
  border: none;
}

/* 画像のみのボックスのパディングは 0 とする */
.imgbox {
  padding: 0;
  
}

/* 画像のみのボックスの画像の余白は「なし」にしておく */
.imgbox img {
  margin: 0;
  padding: 0;
  border: none;
}

/* ---------------------------------------------------------------- *	
	サムネイルリスト2列
 * ---------------------------------------------------------------- */
/* サムネイルリストはマーカなし，余白なし */
#thumbslist2 {
  list-style: none;
  margin: 0;
  padding: 0;
  }

#thumbslist2 li {
  float: left;
  margin: 0;
  overflow: hidden;
  display: block;
  text-align: left;
	line-height: 1.4;
}

/* サムネイルはボックスの中央に */
.thumbnail2 {
  margin: 0 auto;
}
/* サムネイルリスト2列 */
/* サムネイルリストはマーカなし，余白なし */
#thumbslist2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
#thumbslist2 li {
  float: left;
  margin: 0;
  overflow: hidden;
  display: block;
  text-align: left;
}
/* サムネイルはボックスの中央に */
.thumbnail2 {
  margin: 0 auto;
}

/* ---------サムネイルリスト(2列)の設定---------*/

ul#thumbslist2 {
  /* ★--- マージンを設定してください --- */
  margin: 0;
  /* ★--- パディングを設定してください --- */
  padding: 0;
}

ul#thumbslist2 li {
  /* --- 背景を設定してください（短縮プロパティでの設定です） --- */
  background: #FFFFFF;
  /* Note:サムネイルのリストアイテム（サムネイルとキャプションを囲むボックス）に関する設定です。 */
  /* ★--- マージンを設定してください --- */
  /* Note:float:left;をすでに設定しているため、左方向のマージンは0にし、右方向のマージンでリスト同

士の間隔を調整してください */
  margin-right: 10px;
  margin-bottom: 15px;
  /* ★--- パディングを設定してください --- */
  /* Note:このオブジェクトはフロートさせるため、0と設定し、余白はさらに内側のボックスで設定いただく

ことをおすすめします */
  padding: 0;
  /* ★--- ボックスの幅と高さを設定してください --- */
  /* Note：ボックスからはみ出す分は出力されません；内容の量にに対して
           余裕をもって設定してください */
  width: 338px;
  height: auto;
  /* ★--- 枠線の幅・線種・色を設定してください（短縮プロパティでの設定です）--- */
    }
/* ★Note:（このボックスの幅[width]＋左右線幅[border]＋右マージン[margin]）x １列のボックスの数　
で算出される寸法が、#mainの横幅以内に収まるように設計してください */

/* ---------サムネイル画像についての設定です---------- */
div.thumbnail2 {
  /* --- 背景を設定してください --- */
  /* Note：パディングと組み合わせると，縁取りなどの効果が期待
           できます */
  background: transparent;
  /* --- 上下マージンを設定してください --- */
  margin-top: 0px;
  margin-bottom: 3px;
  /* --- パディングを設定してください --- */
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

/* ------------説明キャプションについての設定です ------------ */

ul#thumbslist2 li p {
  /* マージンを設定してください */
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 3px;
  margin-left: 5px;
  /* テキストの行の高さを設定してください */
  line-height: 1.5;

}

/* ---------------------------------------------------------------- *	
	 テーブル
 * ---------------------------------------------------------------- */

.sakusei td    {padding:6px;
       border:1px solid green;
       text-align:center;
	   background-position:bottom;
	   background-repeat:no-repeat;	   
}

.idea th  {text-align:center
}
      

.idea  {background-repeat:no-repeat;
}
.idea td    {padding:6px;
            text-align:left;
           vertical-align:top;
             background-position:bottom;
	   background-repeat:no-repeat;
            font-size:13px;
            line-height:1.2;	   
}

.setti th  {
           text-align:center;
	   background-repeat:no-repeat;
            padding-bottom:5px;
}
      
.setti td    {padding:3px;
            text-align:left;
           vertical-align:top;
	   background-repeat:no-repeat;	   
}
.mitumori {
	width: 695px;
         margin-bottom:5px;
         margin-top:0px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #666666;
}
.mitumori td {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #E1E1E1;
        vertical-align: top;
}
.mitumori td p{
	line-height:1.2;
}
 .mitumori th {padding-left:15px
}     
/* -------吊り棚テーブル-------- */
.turi-table {
	border-collapse: collapse;
	border: medium solid #669900;
        margin: 10px 0 10px 13px;
}
.turi-table th {
	border: thin solid #00CC00;
	width: 83px;
	font-size: small;
	font-weight: bold;
        text-align: center;
}
.turi-table td {
	border: thin solid #00CC00;
	width: 83px;
	top: auto;
	font-size: medium;
	font-weight: normal;
	text-align: center;
}
.turi-style1 {font-size: small}

/* ---------------------------------------------------------------- *	
	トップページテーブル、フォント関連
 * ---------------------------------------------------------------- */

.top-h2{
        margin-left:15px;
        collor:#fff ;
}

.topmidasi{
        font-size:16px;
        color:#c06;
        font-weight:bold;
        line-height:1.4;
        margin:0;
        padding-left:57px;

}
.topmidasi2{
        font-size:12px;
        color:#c06;
        margin-left:15px;
        font-weight:bold;
}

.topsetumei{
        font-size:15px ;
        line-height:1.5;
        margin-left:60px;
}

.topsetumei2{
        font-size:12px ;
        line-height:1.2;
        margin-left:20px;
        margin-right:10px;
        margin-bottom:6px;
}
.mainpage_text{
      margin-left:60px;
      line-height:1.7;     
}
.tuyo1 {
        font-size:15px;
        color:#906;
        font-weight:bold;
}
.tuyo2 {
        font-size:12px;
        color:#7B3CFF;
}
/* tuyo2用リンク */

.tuyo2 a:link{ color: #000099;
    text-decoration: underline;
}
.tuyo2 a:visited {
    color: #008800 ;
    text-decoration: underline;
}
.tuyo2 a.tuyo2:hover {
    color: #0c9;
    text-decoration: underline;
}


.topsam3 {
	width: 685px;
         margin-bottom:10px;
         margin-top:0px;
         margin-left:15px;   
	border: 1px solid #bbbbbb;
}

.topsam3 th {
         padding-top3px;
         padding-bottom:3px;
         padding-left:5px;
}
.topsam3 th p {
         font-size:14px;
         font-weight:normal;
         line-height:1.2;
         text-align:left;
}

.topsam3 td {
        width:100px;
}
.topsam3 td p {
        font-size:12px;
        line-height:1.2;
        padding-left: 5px;
        text-align:left;
        
}
.topsam2 {
	width: 666px;
         margin-left:15px; 
         margin-top:5px;  

}

.topsam2 td {
        padding-left:33px;
        padding-top:7px;
        vertical-align:top;
        font-size:13px;
        text-align:left; 
        background-repeat:no-repeat;
}

.topsam1 {
	width: 685px;
         margin-bottom:10px;
         margin-top:0px;
         margin-left:15px; 
	border: 0;
}

.topsam1 th {
	padding-bottom:3px;
         padding-left:8px;
         font-size:14px;
         color:#906;
         text-align:left;
}

.topsam1 td {
        padding-right:10px; 
        font-size:12px;
        line-height:1.4;     
}

.top-text1 {
         font-size:14px;
	color:#c06;
        margin-top:5px;
        margin-bottom:4px;
        margin-left:2px;
	border:none;
	padding-top: 3px;
        text-align:center;
        background-image:url(http://l-kagu.com/bn-top1.gif);
        background-repeat: no-repeat;
       	height:21px;
}  
.text-a {
        text-align:center;
        font-size:14px;
        font-weight:bold;
}
#sin {
        width:660px;
        margin-left : 10px;
        padding: 10px 0 10px 10px;
        height:auto;
        overflow:hidden;
        border:solid 1px #AAA;
        font-size:12px;
        line-height:1.4;
}
#sin p{ 
        padding-bottom:5px;
        padding-left:10px;
}

.tentyo{
        float: left; 
        margin: 0px;
        }

#contbox-koe {
	width:714px;
        margin:0;
        padding-left:15px;
        padding-top:10px;
        float:left;
        clear:both;
}


/*--------------トップページアイデアボタン------------------*/
.idea-botan{
        margin: 0px;
        padding-left: 20px;

}
/*--------------トップページ位置-----------------*/
.top-ichi{
        margin: 0px;
        padding-left: 13px;
}



/* ---------------------------------------------------------------- *	
	ニューサイドバー
 * ---------------------------------------------------------------- */
.n-sideColum {
	display: block;
	width: 177px;
	margin: 0px;
	padding: 0px;
}
.n-sideColum p   {
	padding: 0px;
	font-size: 14px;
	line-height: 1.4;
	color: #333333;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.n-sideColum  a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
	text-decoration: none;	
	display: block;
}
.n-sideColum h3 {
	margin: 0px;
	padding: 0px;
}
.n-sideColum .oder {
	margin: 0px;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 176px;

}

.n-sideColum a:hover {
	color: #FF6600;
}
.n-sideColum ul {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 1.2;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.n-sideColum li {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 14px;
	display: block;
	background-image: url(ListBottan.gif);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: 0px 3px;
	font-size: 14px;
	color: #333333;
		text-decoration: none;	
}

/* ＝＝＝はてな＝＝＝＝＝＝＝＝＝＝ */
.hatena {
      margin: 0;
      padding-left: 20px;
}

 /* ---------------------------------------------------------------- *	
	 ボックス、中間navi、
 * ---------------------------------------------------------------- */
#navifoot {
        position:relative;
        margin: 3px;
        float:left;
        width:78px;
	    height:auto;
		float:left;
		
}

#navifoot p {
        font-size:12px;
        position: absolute; top:8px; left:13px;
		
}
#navim {
        position:relative;
        margin: 2px;
        float:left;
        width:217px;
        height:auto;
        float:left;
}

#navim p {
        font-size:12px;
        font-weight:bold;
        position: absolute; top:8px; left:21px;
}

/* ---------------------------------------------------------------- *	
	コンテンツボックス
 * ---------------------------------------------------------------- */
#contbox1 {
	width:714px;
        margin:0;
        padding:0;
        float:left;
        clear:both;
        overflow:hidden;
}
#conttext1 {
        width:680px;
        margin-left: 5px;
        margin-top:5px;
        padding: 0 ;
        float:left;
        height:auto;
        float:left;
        clear:both;
        overflow:hidden;
}
#conttext1 p {
        font-size:14px;
        line-height:1.4;
        padding:12px;
}
#conttext2 {
        width:335px;
        margin : 5px;
        padding: 0 ;
        float:left;
        height:auto;
        float:left;
        overflow:hidden;
}
#conttext2 p {
        font-size:14px;
        line-height:1.4;
        padding:12px;
}
#conttext3 {
        width:680px;
        margin : 5px;
        padding: 0 ;
        float:left;
        height:auto;
        float:left;
        overflow:hidden;
        border:solid 1px #AAA;
}
#conttext3 p {
        font-size:14px;
        line-height:1.4;
        padding:12px;
}
#conttext4 {
        width:335px;
        margin : 5px;
        padding: 0 ;
        float:left;
        height:auto;
        float:left;
        overflow:hidden;
        border:solid 1px #AAA;
}
#conttext4 p {
        font-size:14px;
        line-height:1.4;
        padding:12px;
}
#conttext5 {
        margin:5px;
        float:left;
        width:220px;
}
#conttext5 p {
         font-size:13px;
        line-height:1.2;
        padding:10px;
}
#conttext6 {
        margin:5px;
        float:left;
        width:163px;
        float:left;
}

#conttext6 p {
         font-size:13px;
        line-height:1.2;
        padding:10px;
}
#conttext7 {
        margin:5px;
        float:left;
        width:220px;
        float:left;
      border:solid 1px #AAA;
        overflow:hidden;
}

#conttext7 p {
         font-size:13px;
        line-height:1.2;
        padding:10px;
}
#conttext8 {
        margin:5px;
        float:left;
        width:163px;
        float:left;
      border:solid 1px #AAA;
        overflow:hidden;
}

.conttext8 p {
         font-size:13px;
        line-height:1.2;
        padding:10px;
}
/* ---------------------------------------------------------------- *	
	ご注文から配送まで流れ
 * ---------------------------------------------------------------- */

#nagare {
  	width:710px;
	height:auto;
  	margin:0;
  	padding: 0;
         overflow: hidden;
         float:left;
  }

.nagare-imgbox{	
	margin-bottom:10px;
         padding-left:2px;
	width:705px;
	height:auto;
         float:left;
 	clear:both;
}
.nagare-imgbox{
         position:relative;
         overflow: hidden;
}
.nagare-textbox {
	overflow: hidden;
	width:280px;
	height:50px;
}
.nagare-textbox {
	position:absolute;left: 392px; top: 12px; 
}

.nagare-textbox p{
	font-size:12px;
	line-height:1.2;
}

/* ---------------------------------------------------------------- *	
	初めての方へ
 * ---------------------------------------------------------------- */

#hajimete {
  	width:710px;
	height:auto;
  	margin-right:auto;
  	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
 	padding:0px;
}


.hajimete-imgbox{
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:5px;
	padding-top:0;
	width:704px;
	height:auto;
         float:left;
 	clear:both;
}
.hajimete-imgbox{
         position:relative;
}

.hajimete-textbox1 {
	position:absolute;left: 35px; top: 207px; width:150px;
}
.hajimete-textbox2 {
	position:absolute;left: 255px; top: 125px; width:150px;
}
.hajimete-textbox3 {
	position:absolute;left: 485px; top: 210px; width:150px;
}
.hajimete-textbox4 {
	position:absolute;left: 65px; top: 429px; width:150px;
}
.hajimete-textbox5 {
	position:absolute;left: 285px; top: 368px; width:150px;
}
.hajimete-textbox6 {
	position:absolute;left: 515px; top: 450px; width:150px;
}
.hajimete-textbox7 {
	position:absolute;left: 30px; top: 638px; width:150px;
}
.hajimete-textbox8 {
	position:absolute;left: 265px; top: 658px; width:150px;
}
.hajimete-textbox9 {
	position:absolute;left: 473px; top: 685px; width:150px;
}

#hajimete p{
	font-size:13px;
	line-height:1.2;
	color:#000
}
/* ------------------------------------------------- *	
	 エントリーフッター
 * ------------------------------------------------- */ 
#contbox-koe-foot {
	width:714px;
        margin:0;
        padding:0;
        float:left;
        clear:both;
}

#etfoot {
      margin:0;
      padding:0;
      width:710px;
      float:left;
}
.etbox {
      margin:0;
      padding-left:15px;
      position: relative;
      width:71px;
      height:40px;
      float:left;

}
   
.ettextbox {
      margin:0;
      padding:0;
      position:absolute;
      top:10px;
      left:15px;
      width:70px;
      height:38px;
      float:left;
      font-size:12px;
}
.yudo-box {
      margin:0;
      padding:0;
      position: relative;
      width:348px;
      height:60px;
      float:left;

}
   
.yudo-textbox {
      margin:0;
      padding:0;
      position:absolute;
      top:4px;
      left:9px;
      width:340px;
      height:20px;
      float:left;
      font-size:12px;
}

/* ------------------------------------------------- *	
　　　　　　　リンク、ランキング
 * ------------------------------------------------- */ 

.ranking {
      margin:5px 0 0 0px; 
      padding: 0;
      width:485px;
      height:30px;
      float:left;
}

