/*
Theme Name: TondabayasiMinShow Theme
Theme URI: http://ton-min.jp/
Description: This is TonMin Theme.
Version: 1.0.0
Author: D-Worker
Author URI: http://www.d-worker.com
*/

@charset "utf-8";


/*---------- ページ全体の指定 ----------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
/*  font-size: 100%; */
  font-weight: normal;
  font-style: normal;
  line-height : 150%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #333;
  background-image: url(img/back.gif);
}

a:link {
  color: #FF6600;
/*  font-size: 12px; */
}

a:hover {
  color: #FF9933;
  font-weight : bold;
/*  font-size: 12px;  */
}

a:visited {
  color: #FF6600;
  font-size: 12px;
}

p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}

ul{
  padding : 0;
  margin : 0;
}

li{
  padding : 0;
  margin : 0;
}


/*---------- メイン ----------*/

#main {
  margin: 0 auto 0 auto;
  border-right:  solid 2px #c6c6c6;
  border-bottom: solid 2px #c6c6c6;
  border-left: solid 2px #c6c6c6;
  padding: 0;
  width: 900px;
  background-color: #ffffff;
}


#main img.head_photo {
  margin: 6px 0 0 0;
}


/*---------- ヘッダー ----------*/

#header {
  margin: 0;
  width: 900px	;
  height: 175px;
  border-bottom: solid 3px #FF9933;
  background-color: #ffffff;
  background-repeat: no-repeat;
}

#header h1 {
  margin: 0;
  padding: 3px 0 4px 8px;
  border-bottom: solid 1px #cccccc;
  text-align: left;
  font-weight: normal;
  font-size: 10px;
  color: #ffffff;
  background-image: url(img/h_back.gif);
}

#header h2 {
  margin: 0;
  width: 400px;
  text-align: left;
  font-size: 14px;
  color: #666666;

}


#table-left{
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}


#table-right{
  text-align: right;
  margin: 0;
  padding: 5px 18px 2px 0;
  font-size: 12px;
  color: #663300;
  line-height: 200%;
  letter-spacing: 1px;
  text-decoration: none;
}

#table-right a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}


#header-menu {
  width: 885px;
  height: 20px;
  background-color: #333333;
  margin: 0px;
  padding: 11px 0 5px 15px;
  background: url(img/head_menu_back.gif);
  background-repeat: repeat-x;
  text-align: left;
  width: auto;
}

#header-menu ul {
  text-align: left;
  padding-bottom: 1px;
  margin: 0px;
  padding: 0px
}

#header-menu li {
  color: #ffffff;
  display: inline;
  padding-left: 16px;
  padding-right: 10px;
  background: url(img/l_icon.gif) no-repeat;
  background-position: left center;
}

#header-menu a {
  font-size: 13px;
  color: #663300;
  text-decoration: none;
}

#header-menu a:hover {
  font-size: 13px;
  color: #fffffc;
}


/*---------- コンテンツ ----------*/

#container {
  width: 900px;
  overflow: hidden;
  margin: 0px;
  padding: 5px 0 20px 0;
  background-color: #ffffff;
}


/*---------- メインコンテンツ ----------*/

#contents {
  float: right;
  margin: 0 6px 0 0;
  padding: 5px 6px 30px 2px;
  font-size: 14px;
  line-height: 190%;
  letter-spacing: 1px;
  width: 640px;
}

#contents h2 {
  margin: 0 0 7px 0;
  padding: 11px 0 8px 24px;
  line-height: 110%;
  font-size: 16px;
  color: #663300;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents p {
  margin: 18px 0 18px 30px;
  padding: 0 5px 0 0;
  line-height: 180%;
  letter-spacing: 1px;
}

#contents table {
  margin: 18px 0 18px 30px;
  padding: 0 5px 0 0;
  line-height: 180%;
  letter-spacing: 1px;
}

#contents img.head_photo {
  margin: 0 0 10px 0;
}

#contents img.photo {
  float: left;
  margin: 6px 0 15px 0;
}

#contents img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

#contents p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}



table#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#head {
  padding: 6px;
  border: solid 1px #999999;
  border-collapse: collapse;
}

#news {
  width: 610px;
  height: 130px;
  overflow: auto;
  background-color: #ffffff;
  padding: 10px 5px 5px 15px;
  margin: 15px 0 15px 0;
  border-top: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: #999999;
}


/*---------- メニュー ----------*/

#menu {
  float: left;
  margin: 3px 0 15px 0;
  padding: 0 0 8px 0;
  width: 228px;
  letter-spacing: 1px;
  text-align: left;
  background-image: url(img/menu_back.gif);
}

#menu h2 {
  margin: 0 0 2px 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}


.menulist {
  margin: 0 0 14px 0;
  padding: 5px 2px 0px 8px;
  width: 215px;
  text-align: left;
  background-image: url(img/menu_back.gif);
}

.menulist h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menulist li{
  padding : 0;
  mragin : 0;
  list-style-type: none;
  background-image: url(img/menu_back.gif);

}


.menulist a{
  color: #FF6600;
  display: block;
  border-bottom: solid 1px #999999;
  width: 191px;
  padding: 10px 0 9px 24px;
  font-size: 12px;
  background-image: url(img/side_menu_bg.gif);
  background-repeat: no-repeat;
 }

.menulist a:hover{
  color: #FF9933;
  background-image: url(img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;
}


.menu_free {
  margin: 0 0 14px 0;
  padding: 5px 2px 0px 8px;
  width: 215px;
  text-align: left;
  letter-spacing: 1px;
  background-image: url(img/menu_back.gif);
}

.menu_free h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menu_free a{
  color: #FF6600;
  width: 203px;
  padding: 6px 0 5px 0;
  font-size: 12px;
 }

.menu_free a:hover{
  color: #FF9933;
}

.menu_free p{
  margin: 10px 4px 0 4px;
  font-size: 12px;
  line-height: 190%;
  letter-spacing: 1px;
  background-color: #f3f3f2;
}

#menu p {
  margin: 10px 4px 0 4px;
  line-height: 190%;
}

#menu img.side_photo {
  margin: 8px 0 0 6px;
}

/*---------- おしらせＢＯＸ ----------*/
.logbox
      {
         border: solid 1px #808080;
         width: 95%;
         height: 170px;
         padding: 0.5em;
         margin : 0.5em;
         overflow: auto;
      }


#contents .logbox p{
  margin : 0 0 5px 0;
  
}

/*---------- 問い合わせフォーム ----------*/

.wpcf7-form-control{
	border : 1px solid;
}

/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 18px 0 18px 0;
  text-align: center;
  font-size: 12px;
  color: #333333;
  border-top: solid 3px;
  border-top-color: #c6c6c6;
  background-color: #eeeeee;
  background-image: url("img/hbar.gif");
  background-repeat: repeat-x;
}

#footer a {
  color: #333333;
  font-size: 12px;
 }

#footer a:hover {
  color: #333333;
}

.category-kongou #contents{
  width : 650px;
  
}

.kiji h3{
  font-weight : 700;
  width : 85%;
  color : #FFF;
  background : #3fbfbf;
  margin : 0 auto;
  padding : 2px 10px;
}

.category-kongou #contents .kiji p{
  
  width : 550px;
  margin : 0 auto 10px auto;
  pading : 0 0 0 10px;
  line-height : 150%;

}
