@charset "shift_jis";

/*---------- ページ全体の指定 ----------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック","Hiragino KaKu Gothic Pro", Osaka;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #696969;
	text-align: left;
	background-image: url(images/03.gif);
	background-color: #ffffff;
	background-position: center;
	background-repeat: repeat-y;
	text-align: left;
}

a:link {
  color: #004080;
}

a:visited {
  color: #004080;
}

p {
  margin: 20px 0 20px 0;
  line-height: 150%;
  letter-spacing: 1px;
}
h1 {
  font-size: 12px;
  margin: 0;
  padding: 2px 3px 0px 3px;
  color: #333;
}

/*---------- メイン ----------*/
#menu {
	float: left;
	margin: 0;
	width: 170px;
	text-align: left;
	line-height: 150%;
	letter-spacing: 1px;
	background-color: #e8ecef;
	padding-top: 11px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 450px;
}
/*---------- リンク部分 ----------*/
#header a{
  color: #FFFFFF;
  font-size: 16px;
 }

#header-menu {
	width: 900px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style: none;
	border-top: 2px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-bottom: solid 1px #333333;
	background-color: #ffffe0;
	float: center;
}

#header-menu li {
	float: left;
	height: 20px;
	color: #da70d6;
	margin-left: 10px;
	margin-right: 5px;
	text-align: center;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#header-menu a {
	color: #da70d6;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#header-menu a:hover {
	color: #fff;
	background-color: #ffb6c1;

}


#h1 {
	width: 950px;
	height: 40px;
	margin-top: 0px;
	padding: 5px;
	list-style: none;
	color: #000000;
	background-color: #ffd700;
	font-size: 12px;
	text-align: left;
}

/*---------- formメール背景画像 ----------*/
textarea {
   /* 背景画像の指定 */
   background-image: url("furanofield.jpg");
   background-repeat: no-repeat;
   background-position: top center;
   /* テキストエリアのサイズ */
   width: 400px;
   height: 150px;
}

/*---------- てーぶる ----------*/
.table5 { 
background-color:#fff2e5;
width: 990px; /* テーブルの横幅 */ 
border-collapse: collapse; /* 枠線の表示方法 */ 
border: 1px #ffffff solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
} 

.table5 TD { 
text-align: left;
vertical-align: top;
width: 350px; /* テーブルの横幅 */ 
height:200px; /* テーブルの高さ(一応) */
border: 5px #ffffff solid; /* セルの枠線（太さ・色・スタイル） */ 
padding: 5px; /* セル内の余白 */ 
} 

.table3 { 
background-color:#ffffcc;
width: 990px; /* テーブルの横幅 */ 
border-collapse: collapse; /* 枠線の表示方法 */ 
border: 1px #ffffff solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
} 

.table3 TD { 
text-align: left;
vertical-align: top;
width: 350px; /* テーブルの横幅 */ 
height:200px; /* テーブルの高さ(一応) */
border: 5px #ffffff solid; /* セルの枠線（太さ・色・スタイル） */ 
padding: 5px; /* セル内の余白 */ 
} 

*.float
      {
         float: left;
         margin-right: 0.5em;
}

