@charset "UTF-8";
/*ヘッダー案内*/

.guide{
  font-size : medium;
  color : rgb(51, 102, 0);
  padding : 3px;
  position : static;
  text-align : left;
  float : right;
  margin-top : 9em;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
  font-weight : bold;
  border-radius:10px;
  　　　　/*角を丸くする*/
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  filter:alpha(opacity=75);
  　　/*不透明度*/
  -moz-opacity:0.75;
  -webkit-opacity:0.75;
  opacity:0.75;
  background-color : rgb(240, 253, 196);
}
/*サイトナビゲーション*/

.top-bar li{
  display: block;
  overflow: hidden;
  width: 120px;
  height : 80px;
  float: left;
  border-width: 6px;
  border-style: groove;
  border-color: white;
  text-align: center;
  line-height: 1.4;
  vertical-align: middle;
  font-size: midium;
  margin-top: 5px;
  padding-top: 8px;
  left: 40px;
  position: relative;
  background-color : rgb(152, 191, 33);
}
.top-bar a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: white;
}
.top-bar li:hover{
  background-color : rgb(122, 153, 26);
  font-weight : normal;
}
.current li {
	background-color: rgb(102, 51, 0);
}
/*今いるページだけ字の色を変える*/
.sample_cl1 a{
  color : rgb(102, 51, 0);
}
/*サイド　縦ナビゲーション*/

.menu_bar li{
  text-align : left;
  width: 100px;
}
.menu-bar ul{
  list-style-type : none;
  padding-right : 5px;
  margin-top : 30px;
  margin-right : 3px;
  font-size : large;
  margin-left : 1em;
  padding-left : 3px;
  line-height : 2;
}
/*横型ナビゲーション*/
.con-bar li{
  display : block;
  overflow:hidden;
  float: left;
  line-height: 1.4;
  margin : 1em;
  padding-left : 1em;
}
.con-bar a{
  display:block;
}
/*フッターナビゲーション*/
.ft-bar{
  position : relative;
  left : 80px;
  background-color : white;
}
.ft-bar li{
  display : block;
  overflow:hidden;
  float: left;
  line-height: 1.4;
  margin : 1em;
  list-style-type : none;
  text-align : center;
  text-decoration:under-line;
  font-size : small;
  background-color : white;
}
.ft-bar a{
  display:block;
  overflow:hidden;
  margin : 1em;
  background-color : white;
}
/*コンテンツ内リスト*/

.number　ol{
  margin-left : 1em;
  list-style-type : lower-roman;
  padding-left : 1em;
}
/*画像の回り込み*/

.consult ul{
  list-style-type : none;
  padding:1em;
  margin:1em;
  display : inline-block;
  border-width : 1em;
  border-style : double;
  border-color : rgb(175, 203, 231);
  font-size : medium;
}
/*画像の回り込み*/
.floatR{
  float:right;
}
.floatL{
  overflow:hidden;
  height:auto;
}
.floatL img{
  float:left;
  margin-left : 1em;
}
.floatL p{
  overflow:hidden;
  height:auto;
}
.floatC{
  clear:both;
}
/* テキスト配置 */
.txtR{
  text-align : right;
}
.txtC{
  text-align : center;
}
.txtL{
  text-align : left;
}
/* HOMEアクセス ブロックエリア*/

.box_sample1{
  font-size: medium;
  display: block;
  border-width: 1em;
  border-style: solid;
  border-color: rgb(145, 205, 71);
  float: right;
  padding: 1em;
  margin: 1em;
  border-radius:1em;
  /*角を丸くする*/
  -moz-border-radius:1em;
  -webkit-border-radius:1em;
}
/*01サービス内容のテーブルセルの色変更*/
.cell_cl1{
  background-color : rgb(180, 255, 134);
  font-weight:bold;
  width : 48%;
}
/*テーブルセルの色変更*/	
.aipha75	{
  filter:alpha(opacity=75);
  -moz-opacity:0.75;
  -webkit-opacity:0.75;
  opacity:0.75;
}
.aipha50	{
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -webkit-opacity:0.5;
  opacity:0.5;
}
/*02フローチャート内ボックス*/
.q_tokutei_box{
  display: inline-block;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
  background-color: white;
  margin-top: 140px;
  font-weight: bold;
  margin-left: 205px;
  font-size: 18px;
  text-align: center;
  width: 170px;
  height: 60px;
  overflow: hidden;
  border-width: 3px;
  border-style: solid;
  border-color: maroon;
}
.q_kourou_box{
  display : inline-block;
  padding-top : 20px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 20px;
  background-color : white;
  margin-top : 350px;
  font-weight : bold;
  margin-left : 60px;
  font-size : 18px;
  text-align : center;
  width : 190px;
  height : 100px;
  overflow : hidden;
  border-width: 3px;
  border-style: solid;
  border-color: maroon;
}
