@charset "Shift_JIS";
/* CSS Document TOPCSS*/
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 90%;
	line-height: 2;
	color: #000000;									/*全体の文字色*/
	background-image: url(../parts/bgcol/a6.png);	/*壁紙　薄い緑の和紙*/
	background-repeat: repeat;						/*壁紙をX軸（横軸）にリピート*/
	background-position: top;						/*壁紙を上部に並べる*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 1.35em;

}

table, tr, td {

}


tr.cell1 { width: 750px; height: 258px; vertical-align: top; }

td.cell2 { width: 112px; height: 36px; vertical-align: top; }
td.cell3 { width: 160px; text-align: center; vertical-align: top; }
td.cel14 { width: 130px; text-align: center; vertical-align: top; }
td.cell5 { width: 50px; text-align: center; vertical-align: top; }
td.cell6 { width: 330px; text-align: center; vertical-align: top; }


/* テーブルの上下の線を消す htmlではborder属性の指定をしない 
CSSではborder:noneを指定する 
一部消す td,thにborderの方向も含めてnoneを指定する
htmlでは　<table border="1" class="table3">

*/


.table3 th,.table3 td{				
    border-top: none !important;
    border-bottom: none !important;
}

.frame1 {
	float: left;
	width: 923px; /* 画像920+3px */
	height: auto;
	margin-top:0px;
}


/* --- 問い合わせのページ　お花の枠 --- */
#frame1 {
	float: left;
	width: 748px; 			/* 幅（contents1*4) */
	height: 148px;
	margin-top:0px;
	margin-bottom:0px;
}

/* ---TOPページ 画像用の枠 --- */
#frame2 {
	float: left;
	width: 748px; 			/* 横幅748（contents2*4) */
	background-image: url(../parts/bgcol/a10.png);			/*壁紙　濃い緑の和紙*/
	margin-top:0px;
	margin-bottom:0px;
}

/* --- 箱根のお花：名前の枠 --- */
#frame3 {
	float: left;
	width: 748px; 			/* 横幅748（contents1*4) */
	height: 20px;
	margin-top:0px;
	margin-bottom:0px;
}

/* --−トップ行の設定 --- */
#frame4 {
	text-align: center;
	width: 400px; 			/* 横幅400 */
	margin-top:0px;
	margin-bottom:0px;
	background-image: url(../parts/bgcol/a10.png);			/*壁紙　濃い緑の和紙*/
	height: 50px;
	font-size: 120%;
}

/* --−1行の設定 ---　rqst.css frame1 より　 */
#frame5 {
	float: left;
	width: 400px; 			/* 横幅400 */
	margin-top:0px;
	margin-bottom:0px;
}

/* --−トップ行の設定 --- rqst.css 　frame2 より　 */
#frame6 {
	float: center;
	width: 400px; 			/* 横幅400 */
	margin-top:0px;
	margin-bottom:0px;
	background-image: url(../parts/bgcol/a10.png);			/*壁紙　濃い緑の和紙*/
	height: 50px;
	font-size: 120%;
}

/* --−トップ行の設定 --- rqst.css 　frame3 より　 */

#frame7 {
	width: 400px; 			/* 横幅400 */
	margin-top:0px;
	height: 5px;
	background-image: url(../parts/bgcol/bg033_04.gif);		/*背景図　薄い緑の縦横線*/
}

/* --- 問い合わせページ　花の個別の枠 --- */
#content1 {
	float: left;
	width: 184px; 			/* 幅 */
	height: 121px;
	margin-left:2px;
	margin-right:1px;
	margin-bottom:2px;
}

/* --- TOPページ 写真３つの枠 --- */
#content2 {
	float: left;
	width: 246px; 			/* 幅 */
	height: 162px;
	margin-left:2px;
	margin-right:1px;
	margin-bottom:2px;
}

/* --- 問い合せページ　花名のコメント --- */
#content3{

	width: 246px; 
	height: 25px;
   	text-align: center;
}

/* --- 強い青色の行　--- */
#content4 {
	float: left;
	width: 400px; 			/* 幅 */
	background-color: #00ffff;
	font-size: 90%;
}

/* --- 黄色の行　エラーメッセージ用 */
#content5 {
	float: left;
	width: 400px;			/* 幅 */
	background-color: #ffff80;
	text-align: center;
	font-weight: bold;
}


/* --- 白い色の画像行 */
#content6 {
	float: left;
	width: 400px;			/* 幅 */
	background-image: url(../parts/bgcol/bg033_09.gif);
	font-size: 80%;
}

/* --- 白の行　ボタンを配置している行など--- */
#content7 {
	float: left;
	width: 400px; 			/* 幅 */
	background-image: url(../parts/bgcol/bg033_09.gif);
	font-size: 85%;
	text-align : center;
	font-weight: bold;
}


#content8 {
	float: left;
	width: 400px; 			/* 幅 */
	background-image: url(../parts/bgcol/bg022_04.gif);
	font-size: 85%;
	text-align : left;
	font-weight: bold;
	
}

/* --- 白の行　--- */
#content9 {
	float: left;
	width: 400px; 			/* 幅 */
	background-image: url(../parts/bgcol/bg033_09.gif);
	font-size: 75%;
}


