@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%;
}


/* --------------------------------------
背景＆基本設定
--------------------------------------*/
body {
font-size:17px;
color: #080808;
text-align:justify;
background-color:#FFF;
background-image:URL(img/bg.jpg);
font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku','MS UI Gothic'; 
/* background-position:center top; */
/* background-repeat:no-repeat; */
/* background-repeat:repeat-x; */
/* background-repeat:repeat-y; */

/* font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku','MS UI Gothic'; */
/* font-family:'MS UI 明朝','MS UI mincho','MS明 朝','MS mincho'; */
/* font-family:'Century Gothic','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku','MS UI Gothic'; */
}



img {
border:none;
}

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

a:link {
color:#000;
}	

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

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

p{
margin:0;
padding:0;
}

ul{
list-style:none;
}

ol{
margin-left:25px;
}

hr{
overflow:hidden;
height:0;
border:#bdbdbd dotted 1px;
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:#FFF;
margin:2px auto 0px auto;
padding:0;
width:800px;
z-index: 1;
}


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


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


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

/* -------------ここまで--------------*/


#content{
}

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

/* --------------------------------------
各ページタイトル
--------------------------------------*/
#content #main .singletitle,
#content #main .title{　/* メインタイトルとh2(margin以外)同じ */
width:515px;
height:22px;
color:#864815;
font-size:18px;
font-weight:bold;
padding:4px 0 4px 35px;
background-color:#ffffff;
background-image:url(img/bg_title_h2.jpg);
background-repeat:no-repeat;
background-position:left center;
border-top:0px solid #0072ff;
letter-spacing:2px;
margin-bottom:10px;
_margin-top:-1px;
}

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

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

#content #side h3{
width:180px;
height:22px;
padding:2px 0 4px 30px;
color:#864815;
font-size:18px;
font-weight:bold;
background-color:#FFF;
background-image:url(img/bg_title_side.jpg);
background-repeat:no-repeat;
border-top:0px solid #0072ff;
border-bottom:#FFF 1px solid;
}

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

#content #side ul{
background-color:#fffbc6;
background-image:URL (img/bg.jpg);
margin:0;
list-style:none;
_border-bottom:1px #FFF solid;
}

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

#content #side li a{
color:#864815;
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:#FFF;
/* border-left:#0072ff 2px solid; */
}


/* --------------------------------------
ヘッダー定義
--------------------------------------*/
#header{
width:800px;
border-top:0px solid #0072ff;
}

.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:12px;
margin-top:30px;
padding-top:15px;
padding-bottom:15px;
border-top:1px solid #b8a199;
background-color:#4d1400;
background-image:URL (img/bg.jpg);
}

#footer a{
color:#fff;
}

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

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


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


#content #main .singletxt{
width:550px;
color:#080808;
background-color:white;
}

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

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


/* --------------------------------------
見出し設定
--------------------------------------*/

#content #main .singletxt h2{　/* メインタイトルとブログタイトルと、margin以外が同じ */
clear:both;
width:515px;
height:22px;
color:#864815;
font-size:18px;
font-weight:bold;
padding:4px 0 4px 35px;
background-color:#351d09;
background-image:url(img/bg_title_h2.jpg);
background-repeat:no-repeat;
background-position:left center;
border-top:0px solid #0072ff;
letter-spacing:2px;
margin:45px 0 10px 0px;
}


#content #main .singletxt h3{
clear:both;
height:22px;
color:#864815;
font-size:18px;
font-weight:bold;
padding:4px 0 4px 25px;
background-image:url(img/bg_title_h3.png);
background-repeat:no-repeat;
background-position:left center;
letter-spacing:2px;
margin:30px 0 10px 0;
}

#content #main .singletxt h4{
clear:both;
color:#fa8072;
border-bottom:#fa8072 dotted 1px;
font-size:18px;
margin:25px 0 3px 0;
font-weight:bold;
letter-spacing:2px;
}


#content #main .singletxt h5{
clear:both;
color:#864815;
font-size:18px;
margin:20px 0 2px 0;
font-weight:bold;
letter-spacing:2px;
}


/*special css*/

/*end special css*/


/* --------------------------------------
WordPress FCKEditor table
--------------------------------------*/

table{
border-collapse: collapse;
width:100%;
margin-bottom:5px;
}

td{
border:1px solid #c7c7c7;
padding:10px;
}


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

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

.tdstyle{
background-color:#eeffdd;
border:1px solid #ceff9e;
padding: 8px 10px;
width:30%;
text-align:center;
}

.tdstyle_none{
background-color:#eeffdd;
border:1px solid #ceff9e;
padding: 8px 10px;
text-align:center;
}

.tdstyle2{/* 左寄せ */
border-color:#ceff9e;
border-style:solid;
border-width:1px;
padding: 8px 10px;
text-align:left;
}

.tdstyle3{/* 右寄せ */
border-color:#ceff9e;
border-style:solid;
border-width:1px;
padding: 8px 10px;
text-align:right;
}

.tdstyle4{/* 中央寄せ */
border-color:#ceff9e;
border-style:solid;
border-width:1px;
padding: 8px 10px;
text-align:center;
}


/*special css*/

/*end special css*/



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

.square1{/* 色1グレー 背景 */
border:1px solid #d2d2d2;
background-color:#F3F3F3;
margin:10px 0;
padding:20px;
}

.square2{/* 色1グレー 囲み */
border:5px solid #F3F3F3;
margin:10px 0;
padding:20px;
}

.square3{/* 色2 背景 */
border:1px solid #d2d2d2;
background-image:url(img/bg.jpg);
margin:10px 0;
padding:20px;
}

.square4{/* 色2 囲み */
border:5px solid #e0e0e0;
margin:10px 0;
padding:20px;
}

.square5{/* 色3 背景 */
border:1px solid #d2d2d2;
background-color:#ecffdd;
margin:10px 0;
padding:20px;
}

.square6{/* 色3 囲み */
border:5px solid #ecffdd;
margin:10px 0;
padding:20px;
}

.squarered{/* 囲む：赤い線 */
border:1px solid #f29e9e;
background-color:#fffafa;
margin:10px 0;
padding:20px;
}


/*special css*/

.square7{/* 色1 背景 */
border:1px solid #d2d2d2;
background-color:#fffbc6;
padding:10px;
}

/*end special css*/



/* --------------------------------------
便利ボタン１
--------------------------------------*/
.line{
color:#75ac1e;
border-bottom:2px solid #75ac1e;
padding-bottom:2px;
}

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

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


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



/* --------------------------------------
簡単ボタン２
--------------------------------------*/
.btn1 a,
.btn2 a,
.btn3 a,
.btn4 a,
.btn5 a{
font-weight:bold;
font-size:17px;
color:#75ac1e;
text-decoration:none;
}

.btn6 a{
font-weight:bold;
font-size:17px;
color:#75ac1e;
text-decoration:none;
}


.btn1{ /* yellow */
background-image:url(img/btn1.png);
background-repeat:repeat-x;
border:#ffc12f 1px solid;
color:#75ac1e;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:20px;
line-height:150%;
}


.btn2{ /* green */
background-image:url(img/btn2.png);
background-repeat:repeat-x;
border:#bbe243 1px solid;
color:#75ac1e;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:20px;
line-height:150%;
}


.btn3{ /* blue */
background-image:url(img/btn3.png);
background-repeat:repeat-x;
border:#badaff 1px solid;
color:#FFF;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:20px;
line-height:150%;
}


.btn4{ /* pink */
background-image:url(img/btn4.png);
background-repeat:repeat-x;
border:#ffcae4 1px solid;
color:#FFF;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:20px;
line-height:150%;
}


.btn5{ /* vage */
background-image:url(img/btn5.png);
background-repeat:repeat-x;
border:#ddcbb8 1px solid;
color:#FFF;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:20px;
line-height:150%;
}


.btn6{ /* yellow */
background-image:url(img/btn6.png);
background-repeat:repeat-x;
border:#ff9800 1px solid;
color:#FFF;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:20px;
line-height:150%;
}


/*special css*/

/*end special css*/





/* --------------------------------------
テキスト飾り設定
--------------------------------------*/

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


.fs2{
font-size:110%;
}

.fs3{
font-size:130%;
}

.fs4{
font-size:160%;
}

.fs5{
font-size:200%;
}



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

.azuki{
   color:#e60000;
   font-weight:normal;
}

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


/*special css*/

/*end special css*/



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

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



/* --------------------------------------
中田作・背景に写真
--------------------------------------*/
#bg_photo{
background-image:url(img/bg_photo.jpg);
height:100%;
width:100%;
padding:20px 0 20px 20px;
}


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


/* --------------------------------------
WordPress 画像貼付け用
--------------------------------------*/

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

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

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

/* --------------------------------------
汎用クラス定義
--------------------------------------*/
.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;
}



/* --------------------------------------
グローバルナビ定義（gnavi・グロナビ）
-------------------------------------- */
#headnav {
       float: left;
       width: 800px;
       height: 30px;
	   background-image: url(img/bg_gnavi.jpg);
	   background-repeat:repeat-x;
	   background-position:left top;
	   border-top:0px solid #0072ff;
           _margin-top:-6px;
           *margin-top:-6px;	
}

#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 12px 7px 12px;
	   _padding: 6px 12px 0px 12px;
       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 12px 7px 12px;
	   _padding: 6px 12px 0px 12px;
       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:#fff;
font-weight:normal;
}

#menu li:hover {
border-top:0px solid #0072ff;
       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;   /* 上部メニューボタンの文字色（リンクなし）が設定できます */
       }
	   

/* --------------------------------------
tenmpalte2用
--------------------------------------*/
.profile {
	width:550px;
	height:100%;
	margin-left:120px;
}


/* --------------------------------------
RSS用
--------------------------------------*/
#feed_new{
background-image:URL(img/bg.jpg);
font-size:11px;
color:#0072ff;
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;
}


/* --------------------------------------
コンテンツ部分のdivにおけるimg飛び出しの解除
--------------------------------------*/


.singletxt div:after {
   content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
   visibility: hidden;
}

.singletxt div {
  min-height: 1px;
}

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





/*special css*/
#content #main .shisetsu{
float:left;
clear:both;
height:300px;
}
#content #main .ryokin{
clear:both;
color:#fa8072;
font-size:17px;
margin:25px 0 3px 0;
font-weight:bold;
letter-spacing:2px;
}

/*end special css*/