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

h1{
font-size:12px;
font-weight:normal;
line-height:1em;
padding-top:9px;
padding-bottom:0px;
color: gray;
}
/* --------------------------------------
背景＆基本設定
--------------------------------------*/
body {
font-size:16px;
color: #333;
background-color:#FFF;
background-image:url("img/bg_kasou.png");
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
line-height:1.7;
-webkit-text-size-adjust:none;
min-width:980px;
background-position:center top;
background-repeat:no-repeat;
/*  */
/*  */
/* background-repeat:repeat-x; */
/* background-repeat:repeat-y; */

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

body.home {
background-image:url("img/bg.png");
}

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.png");
background-repeat:repeat;
width:100%;*/
}

#bg{

}

#wrapper{
margin:0px auto;
padding:0;
width:960px;
z-index: 1;
position: relative;
}


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


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


/* --------------------------------------
下層メイン画像（main_kasou.png）
--------------------------------------*/
#imagebox2{
clear:both;
margin-bottom:2px;
/*background-image:url("img/main_kasou.png");*/
background-repeat:no-repeat;
font-weight:normal;
color:#00803e;
font-size:27px;
letter-spacing:1.5;
  height: 128px;
  padding-top: 72px;
  padding-left: 60px;
z-index:2;
/* 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 {
background-color: white;
padding-top: 10px;
padding-bottom: 30px;
}

#content img{
}

#pan{
font-size:12px;
font-family:'Arial','Helvetica',sans-serif;
  margin: 10px 10px 0;
color: gray;
}

#pan a{
color: gray;
}

#content #main{
display:inline;
width:710px;
float:left;
margin-left:10px;
}

/* --------------------------------------
各ページタイトル
--------------------------------------*/

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

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

#content #side h3{
width:185px;
height:24px;
padding:3px 0 0 25px;
color:#ffffff;
font-size:14px;
font-weight:normal;
background-color:#FFF;
background-image:url("img/bg_title_side.png");
background-repeat:no-repeat;
border-top:0px solid #ff6000;
border-bottom:#FFF 2px solid;
text-align:left;
margin: 0;
}

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

#content #side ul{
background-color:#ffffff;
background-image:url ("img/bg_side.png");
margin:0;
list-style:none;
_border-bottom:1px #FFF solid;
}

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

#content #side li a{
display:block;
color:#000000;
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:center;
}

.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:#ff6000 2px solid; */
}


/* --------------------------------------
ヘッダー定義
--------------------------------------*/
#header{
width:960px;
height:98px;
overflow:hidden;
background-image:url("img/bg_header.png");
background-repeat:no-repeat;
background-position:left top;
background-color:white;
}

.header_l{
float:left;
width:583px;/*ここにlogo.pngの横幅を指定*/
}

.header_r{
float:right;
width:377px;/*ここにtel.pngの横幅を指定*/
}

/* --------------------------------------
フッター定義
--------------------------------------*/
#footer{
clear:both;
text-align:center;
font-size:10px;
padding-top:8px;
padding-bottom:8px;
border-top:5px solid #e8e8e8;
background-color:#ffffff;
background-image:url ("img/footer.png");
background-repeat:repeat-x;
background-position:bottom;
_margin-bottom:0px;
*margin-bottom:0px;
}

/* フッター文字色定義 */
#footer,
#footermenu ul a,
#copyright a{
color:#424242;
}

#footermenu{
  margin: 10px auto;
  text-align: center;
  width: 960px;
}

#footermenu ul{
display:inline;
}

#footermenu ul li{
display: inline-block;
*display: inline;  
*zoom: 1;
font-size:11px;
padding:0 10px;
margin-bottom:5px;
width: auto;
white-space: nowrap;

}

#footermenu ul a{
text-decoration: none;
}

#copyright{
padding:0 0 10px 20px;

}

#copyright a{
text-decoration:none;
}

/* --------------------------------------
コンテンツ共通パーツ
--------------------------------------*/
/* お客様編集時のためにここは変えない */
#content #main p{
margin-top:0;
padding:0;
}


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


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


/* --------------------------------------
見出し設定
--------------------------------------*/
/* h2共通部分 */
#content #main h2.singletitle,
#content #main h2,h2{
clear: both;
  height: 30px;
  color: #00803e;
  font-size: 20px;
  font-weight: bold;
  padding: 0px 0 0 24px;
  background-color: #ffffff;
  background-image: url("img/bg_title_h2.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  border-top: 0px solid #ff6000;
  letter-spacing: 2px;
  margin-bottom: 10px;
  line-height: normal;
margin-top:45px;
}

/* コンテンツ中のh2上margin */
#content #main h2.title {
margin-top:0px;
}

#content #main h3,h3{
clear: both;
  height: 27px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  padding: 1px 0 0 20px;
  background-image: url("img/bg_title_h3.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  letter-spacing: 2px;
  margin: 30px 0 10px 0;
  line-height: normal;
}

#content #main h4,h4{
clear:both;
color:#239e02;
border-bottom:#239e02 solid 1px;
font-size:17px;
margin:25px 0 10px 0;
font-weight:normal;
letter-spacing:2px;
padding: 7px 0;
line-height:normal;
}


#content #main h5,h5{
clear:both;
color:#239e02;
font-size:15px;
font-weight: bold;
margin:20px 0 2px 0;
letter-spacing:2px;
line-height:normal;
}


/*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:#efffe9;
border:1px solid #73924E;
padding: 8px 10px;
width:30%;
text-align:center;
}

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

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

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

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

.tdstyle6{
border-color:#c7c7c7;
border-style:solid;
border-width:1px;
padding: 8px 10px;
text-align:center;
font-size:12px;
}

.tdstyle5{
border-color:#c7c7c7;
border-style:solid;
border-width:1px;
padding: 8px 10px;
text-align:center;
background:#7b6038;
color:#fff;
}

.tdstyle7{
border-color:#c7c7c7;
border-style:solid;
border-width:1px;
padding: 8px 10px;
text-align:center;
background:#ed7f3e;
color:#fff;
}

.tdstyle8{
border-color:#c7c7c7;
border-style:solid;
border-width:1px;
padding: 8px 10px;
text-align:center;
background:#f5a60f;
color:#fff;
}

.tdstyle9{
border-color:#c7c7c7;
border-style:solid;
border-width:1px;
padding: 8px 10px;
text-align:center;
background:#fde8cb;
color:#333;
font-size:12px;
}

.tdstyle10{
border-color:#c7c7c7;
border-style:solid;
border-width:1px;
padding: 8px 10px;
text-align:center;
background:#ded6c2;
color:#333;
font-size:12px;
  text-align: left;
  vertical-align: top;
}

.tdstyle11{
border-color:#ded6c2;
border-style:c7c7c7;
border-width:1px;
padding: 8px 10px;
text-align:center;
background:#faeade;
color:#333;
font-size:12px;
  text-align: left;
  vertical-align: top;
}

.tdstyle12{
border-color:#c7c7c7;
border-style:solid;
border-width:1px;
padding: 8px 10px;
text-align:center;
background:#fde8cb;
color:#333;
font-size:12px;
  text-align: left;
  vertical-align: top;
}

.tdstyle13{
border-color:#c7c7c7;
border-style:solid;
border-width:1px;
padding: 8px 10px;
text-align:center;
background:#fff2e3;
color:#333;
font-size:12px;
}

.vam  {
vertical-align:middle !important;
}


.tac {
text-align:center !important;
}

/*special css*/

/*end special css*/



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

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

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

/* 色2 背景 */
.square3{
border:1px solid #e5f9a2;
background-color:#eef9c8;
margin:10px 0;
padding:20px;
}

/* 色2 囲み */
.square4{
border:5px solid #eef9c8;
background-color: #fff;
margin:10px 0;
padding:20px;
}

/* 色3 背景 */
.square5{
border:1px solid #C9E9B0;
background-color:#efffe9;
margin:10px 0;
padding:20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	

}

/* 色3 囲み */
.square6{
border:5px solid #efffe9;
background-color: #fff;
margin:10px 0;
padding:20px;
}

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


/*special css*/
.square7{
border:4px double #90C41E;
background-color: #fff;
margin:10px 0;
padding:20px;
}

/*end special css*/


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

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

.btn_40px{
background-image:url("img/btn_bg40px.png");
background-repeat:repeat-x;
border:#CCCCCC 1px dotted;
color:#ff6000;
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.png");
background-repeat:repeat-x;
border:#CCCCCC 1px dotted;
color:#ff6000;
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:16px;
color:#ff6000;
text-decoration:none;
}

.btn6 a{
font-weight:bold;
font-size:16px;
color:#FFF;
text-decoration:none;
}

 /* yellow */
.btn1{
background-image:url("img/btn1.png");
background-repeat:repeat-x;
border:#ffc12f 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%;
}

 /* green */
.btn2{
background-image:url("img/btn2.png");
background-repeat:repeat-x;
border:#bbe243 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%;
}

 /* blue */
.btn3{
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%;
}

 /* pink */
.btn4{
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%;
}

 /* vage */
.btn5{
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%;
}

/* yellow */
.btn6{ 
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:1.7;
}


.fs2{
font-size:110%;
}

.fs3{
font-size:130%;
}

.fs4{
font-size:160%;
}

.fs5{
font-size:200%;
}

.mt0 {
margin-top:0px !important;
}

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

.azuki{
   color:#F75F61;
}

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


/*チェックボックスの付くリスト*/
ul.check_red li{/*赤*/
background-image:url(img/check_red.png);
padding-left:25px;
background-repeat:no-repeat;
background-position:left 2px;
margin:2px 0;
min-height:19px;
}
ul.check_blue li{/*青*/
background-image:url(img/check_blue.png);
padding-left:25px;
background-repeat:no-repeat;
background-position:left 2px;
margin:2px 0;
min-height:19px;
}
ul.check_green li{/*緑*/
background-image:url(img/check_green.png);
padding-left:33px;
background-repeat:no-repeat;
background-position:left 2px;
margin:2px 0;
min-height:21px;
}
ul.check_yellow li{/*黄*/
background-image:url(img/check_yellow.png);
padding-left:25px;
background-repeat:no-repeat;
background-position:left 2px;
margin:2px 0;
min-height:19px;
}
ul.arrow li{
background-image:url(img/arrow.png);
padding-left:21px;
background-repeat:no-repeat;
background-position:left 2px;
margin:2px 0;
min-height:15px;
}
ul.arrow2 li{
background-image:url(img/arrow2.png);
padding-left:21px;
background-repeat:no-repeat;
background-position:left 2px;
margin:2px 0;
min-height:13px;
}

/*special css*/

/*end special css*/



/* --------------------------------------
Q&A
--------------------------------------*/
.q{
background-color:#F3F3F3;
color:#8bb207;
padding:4px;
font-weight: bold;
margin:0px 0px 10px 0px;
}

.a{ 
padding:7px 4px;
border-bottom: #CCC 1px dotted;
margin: 5px 0 20px 1em;
text-indent: -1em;
}

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

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

.alignright {
	float: right;
	margin: 0 0 20px 20px;
	display: inline;
	}

.alignleft {
	float: left;
	margin: 0 20px 20px 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 {
 
width:960px; /*ナビ全体の横幅*/
height: 50px;/*ナビの高さ*/
 
}
 
#menu {
margin: 0;
padding: 0;
list-style-type: none;
 
}
 
#menu li{
float:left;
}
 
#menu li a{
display: block;
height:50px;/*ナビの高さ*/
text-decoration: none;
text-indent:-9999px;
background-repeat:no-repeat;
background-position:0 0;
 
}
#menu li a:hover{
background-position:0 -50px;/*ナビの高さ*/
}
 
 
#menu li a#head_navi1{
background-image: url(img/gloval_navi1.png) ;/*ナビの画像1*/
width:120px;
}
 
#menu li a#head_navi2{
background-image: url(img/gloval_navi2.png); /*ナビの画像2*/
width:120px;
}
 
#menu li a#head_navi3{
background-image: url(img/gloval_navi3.png);/*ナビの画像3*/
width:141px;
}
 
#menu li a#head_navi4{
background-image: url(img/gloval_navi4.png); /*ナビの画像4*/
width:121px;
}
 
#menu li a#head_navi5{
background-image: url(img/gloval_navi5.png); /*ナビの画像5*/
width:154px;
}
 
#menu li a#head_navi6{
background-image: url(img/gloval_navi6.png); /*ナビの画像6*/
width:89px;
}

#menu li a#head_navi7{
background-image: url(img/gloval_navi7.png); /*ナビの画像5*/
width:111px;
}
 
#menu li a#head_navi8{
background-image: url(img/gloval_navi8.png); /*ナビの画像6*/
width:104px;
} 
 
 
/*LightBoxへの影響回避*/
#headnav{/*IE7対策*/
position:relative;
z-index:100;
}
#overlay{
z-index:1000 !important;
}
#lightbox{
z-index:9999 !important;
}


/*++++++++++++++++ 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-color:#F5F3F3;
font-size:11px;
color:#ff6000;
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&pにおけるimg飛び出しの解除
--------------------------------------*/
/* -------
div
----------*/
#main div:after{
content: ".";/* 新しい要素を作る */
display: block;/* ブロックレベル要素に */
clear: both;
height: 0;
visibility: hidden;
}

#main div{
min-height: 1px;
}

* html #main div{
height: 1px;

}

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

#main p{
min-height: 1px;
}

* html #main p{
height: 1px;

}

/* -------
fontcontrol
----------*/
#control {
position: absolute;
top: 5px;
right: 5px;
}

#control a {
color:white;
text-decoration:none;
}

#control a:hover {
text-decoration:underline;
}

span#intro {
font-size: 13px;
margin-right: 5px;
}

span#f-big {
background-color: black;
padding: 2px 4px;
margin-right: 2px;
}

span#f-medium {
background-color: black;
padding: 2px 4px;
margin-right: 2px;
}

span#f-small {
background-color: black;
padding: 2px 4px;
}




/*special css*/
#content #main .sinchaku p {
	border-top: 1px solid #EEF9C8;
	padding: 10px 0;
}
#content #main .sinchaku p:first-child{
	border: none;
}
.color1 {
	color: #007F41;
	font-weight: bold;
}
.color2 {
	color: #E57C20;
	font-weight: bold;
}
.ac {
	text-align: center;
}
.red {
	background-color: #F9797B;
	color: #fff;
	padding: 0 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	font-size: 13px;
	margin: 0 5px;
}
.blue {
	background-color: #439EE0;
	color: #fff;
	padding: 0 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	font-size: 13px;
	margin: 0 5px;
}
.fa-file-pdf-o {
	color: #8C2D2F;
	margin-left: 10px;
}
ul.list01 li:before{
	content: " \f138";
	font-family: FontAwesome;
	color: #90C41E;
	position: absolute;
	left:-22px;
	top:2px;
	font-size: 18px;
}
ul.list01 li{
	position: relative;
	margin-left: 24px;
	margin-top: 18px;
}
ul.list01 li:first-child{
	margin-top: 0;
}
ul.list01 li a{
	text-decoration: none;
	font-weight: bold;
	color: #1A5705;
	font-size: 20px;
}
ul.list01 li a:hover{
	color: #90C41E;
}
ul.list02 {
	margin: 20px 0 0;
}
ul.list02 li:before{
	content: " \f111";
	font-family: FontAwesome;
	color: #CDE59D;
	position: absolute;
	left:-17px;
}
ul.list02 li{
	position: relative;
	margin-left: 20px;
	margin-bottom: 8px;
	font-size: 15px;
}
.link01 {
	background-color: #F8E8A3;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	display: inline-block;
	margin: 10px 0;
}
.link01 a {
	text-decoration: none;
	display: block;
	font-size: 110%;
	color: #007F41;
}
.link01 a:hover {
	opacity:0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link02 {
	background-color: #90C41E;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	display: block;
	text-align: center;
	margin: 20px auto 30px;
	width: 70%;
}
.link02 a {
	text-decoration: none;
	display: block;
	font-size: 110%;
	color: #fff;
	font-weight: bold;
}
.link02 a:hover {
	opacity:0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
span.wpcf7-list-item { 
display: block;
width:100%;
float:left;
}

/*end special css*/

.name{
 font-family: "ＭＳ Ｐ明朝",細明朝体,serif;
}
.download{
margin:0px 0px 30px 0px;
}
.download li a{
background:#90c41e;
color:#fff;
text-decoration:none;
padding:7px 35px 5px 35px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
float:left;
margin:0px 10px 0px 0px;
}

.download li a:hover{
opacity:0.60; /* opera  firefox safari */
filter: alpha(opacity=60); /* ie */
-ms-filter: "alpha( opacity=60 )";
}


.bold{
font-weight:bold;
}
.businesstxt{
font-size:12px;
}