@charset "utf-8";
/* --------------------------------------
ブラウザスタイル初期化
--------------------------------------*/
*{
margin:0;
padding:0;
font-size:100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td{
margin:0;
padding:0;
}

html,  body { 
width:100%;
}

ul.photo li{
	width:32%;
	float:left;
	margin:0 2% 0 0;
}
ul.photo li:nth-child(3n){
	width:32%;
	float:left;
	margin:0 0 0 0;
}
ul.photo li img{
	margin:0px 0px 5px 0px;
}
.tk1{
	color:#F00;
}

/* -------------背景設定--------------*/
body {
font-size:13px;
font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino  Kaku','MS UI Gothic';
color: #FFF;
text-align:justify;
background-color:#2a1c18;
background-image:URL(img/bg.jpg);
background-position:center top;
background-repeat:repeat-x;
}
/* -------------ここまで--------------*/


img {
border:none;
}

a{
color: #FFF;
text-decoration:underline;
}

a:link {
color: #FFF;
}	

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

a:visited {
color:#FFF;
text-decoration:underline;
}

p{
margin:0;
padding:0;
}

ul{
list-style:none;
}


ol{
margin-left:25px;
}


hr{
border-top:#bdbdbd dotted 1px;
overflow:hidden;
height:0;
margin:5px 0 15px 0;
}

/* --------------------------------------
レイアウト定義
--------------------------------------*/
#base{
/*background-image:url(img/bg_s.jpg);
background-repeat:repeat;
width:100%;*/
}

#bg{
/*background-image:url(img/bg.jpg);
background-repeat:repeat-x;
width:100%;
background-color:#e7eaff;*/
}


#wrapper{
background-color:#231815;
margin:2px auto 0px auto;
padding:0;
width:800px;
z-index: 1;
/* border:1px solid #e4e4e4; */

}


#simplegallery1{
clear:both;
margin-bottom:10px;
z-index:2;
}


#imagebox{
clear:both;
margin-bottom:10px;
z-index:2;
}

/* -------------下層メイン画像--------------*/
#imagebox2{
clear:both;
margin-bottom:2px;
background-image:url(img/main_kasou.png);
background-repeat:no-repeat;
font-weight:normal;
color: #FFF;
font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku','MS UI Gothic';
font-size:27px;
letter-spacing:1.5;
height:96px;
padding-top:62px;
padding-left:80px;
z-index:2;
/* 'MS UI 明朝','MS UI mincho','MS明 朝','MS mincho' */
}
/* -------------ここまで--------------*/

#content{
background-color: #231815;
}

#content img{
}

#pan{
font-size:10px;
font-family:font-family:Arial,Helvetica,sans-serif;
margin:2px 10px;
}

#content #main{
display:inline;
width:550px;
float:right;
margin-right:10px;
background-color:#302623;
}

/* --------------------------------------
メインタイトル
--------------------------------------*/

#content #main .title{　/* ブログタイトルとh2(margin以外)同じ */
width:534px;
height:24px;
color:#080808;
font-size:14px;
font-weight:normal;
padding:3px 0 0 16px;
background-color:#302623;
background-image:url(img/bg_title550.jpg);
background-repeat:no-repeat;
letter-spacing:2px;
margin-bottom:10px;
}

#content #main  .title a{
color:#080808;
text-decoration:none;
}
 
/* --------------------------------------
ブログタイトル
--------------------------------------*/
#content #main .singletitle{　/* メインタイトルとh2(margin以外)同じ */
width:534px;
height:24px;
color:#080808;　
font-size:14px;
font-weight:normal;
padding:3px 0 0 16px;
background-color:#302623;
background-image:url(img/bg_title550.jpg);
background-repeat:no-repeat;
letter-spacing:2px;
margin-bottom:10px;
}

#content #main  .singletitle a{
color:#080808;
text-decoration:none;
}
 
 
/* --------------------------------------
サイドタイトル
--------------------------------------*/

#content #side{
display:inline;
width:210px;
float:left;
margin-right:20px;
margin-left:10px;
}

#content #side h3{
width:190px;
height:24px;
padding:3px 0 0 20px;
color: #FFF;
font-size:14px;
font-weight:normal;
background-color:#000000;
background-image:url(img/bg_sidetitle210.jpg);
background-repeat:no-repeat;
border-bottom:#000000 1px solid;
}

/* --------------------------------------
サイドメニューリスト
--------------------------------------*/

#content #side ul{
background-color:#F3F3F3;
background-image:URL (img/bg.jpg);
margin:0;
list-style:none;
background-image:url(img/bg_side2.gif);
background-repeat:repeat-y;
_border-bottom:1px #000000 solid;
}

#content #side li{
font-size:13px;
border-bottom:#000000 1px solid;
padding:5px 10px 5px 20px;
background-image:url(img/btn_side.gif);
background-repeat:no-repeat;
background-position:left center;
/* border-top:#FFF 1px solid; */
}
/*#content #side li{
font-size:13px;
border-bottom:#000000 1px solid;
padding:5px 7px 5px 7px;
background-image:url(img/bg_side2.gif);
background-repeat:repeat-y;
background-position:left center;
/* border-top:#FFF 1px solid;
}*/

#content #side li a{
color:#FFF;
text-decoration:none;
}

/* --------------------------------------
？
--------------------------------------*/

#content #side .blogtxt{
list-style:inside none; 
padding:3px 15px;
border-top:#FFF 1px solid;
border-bottom:#FFF 1px solid;
}

#content #side .blogtxt .blogday{
font-size:10px;
font-family:font-family:Arial,Helvetica,sans-serif;
}

.side_area{/*サイドの各項目に適用*/
margin-bottom:15px;
}

.side_area select{
margin:3px 0 0 10px;
}

#side img{
text-align:cener;
}

.banar{
margin-top:20px;
font-size:11px;
}

.ddsg -wrapper li{
list-style:lower-roman;
margin-left:30px;
} 


/* --------------------------------------
マウスオーバー設定
--------------------------------------*/

#content #main a:hover img{
opacity:0.60; /* opera  firefox safari */
filter: alpha(opacity=60); /* ie */
-ms-filter: "alpha( opacity=60 )";
}


#content #side a:hover img{
opacity:0.60; /* opera  firefox safari */
filter: alpha(opacity=60); /* ie */
-ms-filter: "alpha( opacity=60 )";
}


#content #side li:hover {
opacity:0.60; /* opera  firefox safari */
filter: alpha(opacity=60);/* ie */
-ms-filter: "alpha( opacity=60 )";
background:#000000;
/* border-left:#807879 2px solid; */
}


/* --------------------------------------
ヘッダー定義
--------------------------------------*/
#header{
width:800px;
background-color:#efefee;
}

.header_l{
float:left;
vertical-align: middle;
}

.header_m{
float:left;
vertical-align: middle;
txt-align:center;
}

.header_r{
float:right;
vertical-align: middle;
}

/* --------------------------------------
フッター定義
--------------------------------------*/
#footer{
clear:both;
color: #FFF;
text-align:center;
font-size:10px;
margin-top:30px;
padding-top:20px;
background-color:#231815;
background-image:URL (img/bg.jpg);
}


/* --------------------------------------
コンテンツ共通パーツ
--------------------------------------*/

#content #main p{/* お客様編集時のためにここは変えない */
margin-top:0;
padding:0;
}


#content #main .singleline{
overflow:hidden;
}


#content #main .singletxt{
width:550px;
color: #FFF;
background-color:#302623;
}

#content #main .singletxt a{
color:#;
}

.dotted{
boder-bottom:1px dotted #ccc;
margin-bottom:15px;
}

/* 見出し */
#content #main .singletxt h2{　/* メインタイトルとブログタイトルと、margin以外が同じ */
clear:both;
width:534px;
height:24px;
color:#080808;
font-size:14px;
font-weight:normal;
padding:3px 0 0 16px;
background-color:#302623;
background-image:url(img/bg_title550.jpg);
background-repeat:no-repeat;
letter-spacing:2px;
margin:45px 0 10px 0px;
}


#content #main .singletxt h3{
clear:both;
width:537px;
color:#807879;
border-left:3px solid #807879;
border-bottom:#e5e5e5 dotted 1px;
font-size:14px;
background-color:#302623;
padding:2px 0 2px 10px;
margin:25px 0 10px 0;
letter-spacing:2px;
text-align:left;
font-weight:normal;
}

#content #main .singletxt h4{
clear:both;
width:538px;
color: #807879;
border-left:2px dotted #807879;
border-bottom:gray dotted 0px;
font-size:13px;
background-color:#302320;
padding:1px 0 1px 10px;
margin:20px 0 10px 0;
text-align:left;
font-weight:normal;
letter-spacing:2px;
}


#content #main .singletxt h5{
clear:both;
width:550px;
_width:543px;
color:#807879;
border-bottom:#807879 dotted 1px;
font-size:13px;
margin:12px 0 5px 0;
text-align:left;
font-weight:normal;
letter-spacing:2px;
}



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

.tablestyle{
width:100%;
margin-bottom:5px;
}

.tdstyle{
background-color:#F5F3F3;
border-bottom:1px solid #D8D7ED;
padding:10px 5px;
width:30%;
text-align:center;
color: #000;
}

.tdstyle_meibo{/*  文字中央よせ */
background-image:URL(img/bg_gold.jpg);
font-size:9px;
padding:6px 1px 4px 3px;
color: #000;
width:33%;
text-align:left;
vertical-align:top;
}

.tdstyle_meibo a{
color: #000;
}

.tdstyle_none{
background-color:#F5F3F3;
border-bottom:1px solid #D8D7ED;
padding:10px 5px;
text-align:center;
color: #000;
}

.tdstyle2{/* 文字左よせ */
border-color:#F5F3F3 #F5F3F3 #F5F3F3 #FFFFFF;
border-style:solid;
border-width:1px;
padding:10px 5px;
text-align:left;
}

.tdstyle3{/* 文字右よせ　値段などに */
border-color:#F5F3F3  #F5F3F3 #F5F3F3 #FFFFFF;
border-style:solid;
border-width:1px;
padding:10px 5px;
text-align:right;
}

.tdstyle4{/*  文字中央よせ */
border-color:#F5F3F3  #F5F3F3 #F5F3F3 #FFFFFF;
border-style:solid;
border-width:1px;
padding:10px 5px;
text-align:center;
}

.tdstyle5{/*  文字中央よせ&上空き */
border-color:#FFFFFF #F5F3F3 #F5F3F3 #F5F3F3;/* 注：tdstyle5のみ上があいてるので注意 */
border-style:solid;
border-width:1px;
padding:10px 5px;
text-align:center;
}
/*ここまで */



/* --------------------------------------
<div class="〜"></div>での 飾り設定
--------------------------------------*/

.square1{/* 囲む：基調 色 */
border:1px dotted #807879;
margin:10px 0;
padding:20px;
}

.square2{/* 囲む：基調 色 */
border:2px dotted #807879;
margin:10px 0;
padding:20px;
}

.square3{/* バックが薄い基調色*/
border:0px dotted  #807879;
background-color:#422d26;
margin:10px 0;
padding:20px;
}

.square4{/* バックが薄いグレー */
border:0px dotted #807879;
background-color:#F3F3F3;
margin:10px 0;
padding:20px;
color: #000;
}

.square5{/*  囲む：薄い基調色 */
border:5px solid #422d26;
margin:10px 0;
padding:20px;
}

.square6{/*  囲む：薄いグレー */
border:5px solid #F3F3F3;
margin:10px 0;
padding:20px;
}

.squarered{/* 囲む：赤い線 */
border:1px dotted red;
margin:10px 0;
padding:20px;
}


.yellow{
   background-color:#FFFF85;
   padding:4px 5px 2px 5px;
   font-weight:bold;
}

.azuki{
   color:#B20000;
   font-weight:bold;
}

.uline{
   color:#F00;
   text-decoration:underline;
   font-style:italic;
}

.hosoku{
   color:#5a5a5a;
   font-size:80%;
   margin:5px 0 10px 0;
   line-height:110%;
}

/* --------------------------------------
Q&A
--------------------------------------*/
.q{
background-color: #F3F3F3;
color:#807879;
padding:4px;
width:542px;
}

.a{ 
padding:7px 4px;
width:542px;
border-bottom: #CCC 1px dotted;
margin-bottom:10px;
}



/* --------------------------------------
谷口さん作プレーンテーブル
--------------------------------------*/
.plane{
margin-bottom:15px;
}

.plane td{
padding:5px;
}

.none{
font-size:0px;
margin:0;
padding:0;
height:15px;
color:#FFFFFF;
background-color:#FFFFFF;
}



/* --------------------------------------
谷口さん作便利ボタン
--------------------------------------*/
.btn_60px{
background-image:url(img/btn_bg60px.jpg);
background-repeat:repeat-x;
border:#CCCCCC 1px dotted;
color:#807879;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:40px;
line-height:150%;
}

.btn_40px{
background-image:url(img/btn_bg40px.jpg);
background-repeat:repeat-x;
border:#CCCCCC 1px dotted;
color:#807879;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:20px;
line-height:150%;
}


.line{
color:#807879;
border-bottom:2px solid #807879;
padding-bottom:2px;
}

.line a{
color:#807879;
text-decoration:none;
}


/* --------------------------------------
スクロール
--------------------------------------*/
#content #main .singletxt .scr {
  overflow: auto; 
   width: 96%;
  height: 70px;
  padding: 10px;
  background-color:#F3F3F3;
}

/* --------------------------------------
WordPressコンタクトフォーム7用
--------------------------------------*/
#wpcf7-f1-p1-o1 p{
margin:10px;
}

/* --------------------------------------
WordPressイメージアイコン用
--------------------------------------*/

img.centered {
	 display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	 margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	 display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


/* --------------------------------------
汎用クラス定義
--------------------------------------*/
.clearfix:after {
   content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
   visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height:  auto;
  overflow: hidden;
  /**/
}

.fixmargin{
margin-top:-23px;
}



/* --------------------------------------
グローバルナビ定義
-------------------------------------- */
#headnav {
       float: left;
       width: 800px;
       height: 30px;
	   background-image: url(img/bg_gnavi.jpg);
	   background-repeat:repeat-x;
	   background-position:left top;
	   border-top:2px solid #807879;	
}

#menu {
       margin: 0;
       padding: 0;
       list-style-type: none;
	   
       }

#menu ul {
       margin: 0;
       padding: 0;
       }
	   
#menu a #last {
       float: left;
       margin: 0;
	   height:17px;
	   _height:24px;
       padding: 6px 22px 7px 22px;
	   _padding: 6px 22px 0px 22px;
       text-decoration: none;
       font-size: 12px;	
       display: block;
       background-image: url(img/bg_gnavi_on.jpg);
       background-repeat: no-repeat;
       background-position: left top;
       }

  
#menu li {
display: inline;
       float: left;
       margin: 0;
	   height:17px;
	   _height:24px;
       padding: 6px 22px 7px 22px;
	   _padding: 6px 22px 0px 22px;
       text-decoration: none;
       font-size: 12px;
       display: block;
       background-image: url(img/bg_gnavi_on.jpg);
       background-repeat: no-repeat;
       background-position: right top;
       }
	   
html>body #menu a { height: 17px; }

#menu li a{
text-decoration:none;
color:#080808;
}

#menu li:hover {
       display: block;
       background-image: url(img/bg_gnavi_on.jpg);
       background-repeat: no-repeat;
       background-position: right bottom;
	   opacity:0.3;
	   color:#FFFFFF;
	filter: alpha(opacity=30);
       /*＼*/
       _float: left;
       /**/
       /*＼*//*/
       float: left;
       /**/
       }




#menu a.nolink {
       color: #999;
       display: block;
       background-image: url(img/bg_gnavi_on.jpg);
       background-repeat: no-repeat;
       background-position: right bottom;
       /*＼*/
       _float: left;
       /**/
       /*＼*//*/
       float: left;
       /**/
       }


/*++++++++++++++++ nav button set ++++++++++++++++*/
.button a {
       float: left;
       border-right: 1px solid #7A0114;   /* 上部メニューボタンの区切り線の色が設定できます */
       background: #C58D9A;   /* 上部メニューボタンの背景色が設定できます */
       height:30px;
       margin: 0;
       padding: 7px 15px 7px 15px;
       text-decoration: none;
       font-family: Verdana, Arial, sans-serif;
       font-size: x-small;
       font-weight: bold;
       color: #fff; /* 上部メニューボタンの文字色が設定できます */
       display : block;
       }
html>body .button a { height: 16px; font-size: small; }

.button a.active, .button a:hover {
       background: #fff;   /* 上部メニューボタンの背景色（マウスオンの状態）が設定できます */
       color: #C58D9A;   /* 上部メニューボタンの文字色（マウスオンの状態）が設定できます */
       }


.button a.selected {
       background: #fff;   /* 上部メニューボタンの背景色（セレクト時）が設定できます */
       color: #C58D9A;   /* 上部メニューボタンの文字色（セレクト時）が設定できます */
       }

.button a:active.selected, .button a:hover.selected {
       background: #fff;   /* 上部メニューボタンの背景色（セレクト時のマウスオンの状態）が設定できます */
       color: #C58D9A;   /* 上部メニューボタンの文字色（セレクト時のマウスオンの状態）が設定できます */

       }

.button a.nolink {
       background: #C58D9A;   /* 上部メニューボタンの背景色（リンクなし）が設定できます */
       color: #ccc;   /* 上部メニューボタンの文字色（リンクなし）が設定できます */
       }


/* --------------------------------------
RSS用
--------------------------------------*/
#feed_new{
background-image:URL(img/bg.jpg);
font-size:11px;
color:#807879;
padding:5px 10px 0 10px;
_padding:5px 10px 0 10px;
margin:0px;
line-height:130%;
}

#feed_new li{
border-bottom:#CCCCCC dotted 1px;
list-style:none;
padding-bottom:5px;
}


#feed_new a{
font-size:13px;
}





/* form 必須未記入のテキスト文字色 */
.wpcf7-not-valid-tip{
color:#080808;
}
/*福島様の紹介*/
.f-shou {
    border: 3px solid #422d26;
    padding: 15px;
}