@charset "shift_jis";

body {
	padding:0px;
	font-size: 9pt;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#FFF;
	background-attachment:fixed;
	background-image: url(../img/background2.gif);
	/*background-repeat:repeat-x;*/
	line-height: 135%;
	margin-top: 0px;
}

img {
    border-style:none;
}

.structure {
	width: 740px;
	margin: 0 auto; 
	padding: 0 29px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	background-color: #fff;
}

#header {
	position: relative;
	/*height: 300px;*/
	background-position: center bottom;
	background-repeat: no-repeat;
}
#footer {
	text-align:center;
	background-color:#FFF;
	border-bottom: 1px solid #999;
}

/*枠定義(ロゴ枠)*/
.logo_box_right{/*全体枠*/
  width: 300px;/*全体の幅*/
  height: 50px;
  float:right;
  text-align:right;
  vertical-align: middle;
  }
.logo_box_left{/*全体枠*/
  width: 300px;/*全体の幅*/
  float:left;
  }
/*枠定義(左枠)*/
.lbor_left{/*全体枠*/
  width: 390px;/*全体の幅*/
  /*border-left: solid 4px #6565D9;/*枠色*/
  /*border-right: solid 1px #6565D9;/*枠色*/
  /*border-bottom: solid 1px #6565D9;*/
  float:left;
  }
/*枠定義(右枠)*/
.lbor_right{/*全体枠*/
  width: 300px;/*全体の幅*/
  /*border-left: solid 4px #6565D9;/*枠色*/
  /*border-right: solid 1px #6565D9;/*枠色*/
  /*border-bottom: solid 1px #6565D9;*/
  float:right;
  }
/*タイトル枠定義(左)*/
.title{/*タイトル部分*/
  width: 94%;
  font-size: 10pt;/*文字サイズ*/
  font-family: Impact,Arial,Verdana,sans-serif;
  letter-spacing: 0.4em;
  color: #FFFFFF;/*文字色*/
  background-color: #6565D9;/*背景色*/
  padding: 1px 1em 1px 0.7em;
  border-left: solid 3px #CED9FF;
  background-image: url(../img/title_left.jpg);
  }
/*タイトル枠定義(右)*/
.title_right{/*タイトル部分*/
  width: 92%;
  font-size: 10pt;/*文字サイズ*/
  font-family: Impact,Arial,Verdana,sans-serif;
  letter-spacing: 0.4em;
  color: #FFFFFF;/*文字色*/
  background-color: #6565D9;/*背景色*/
  padding: 1px 1em 1px 0.7em;
  border-left: solid 3px #CED9FF;
  background-image: url(../img/title_right.jpg);
  }

.text{/*内容部分*/
  font-size: 9pt;/*文字サイズ*/
  color: #151515;/*文字色*/
  padding: 0.5em;
  border-top: solid 1px #6565D9;/*枠色*/
  border-right: solid 1px #6565D9;
  border-left: solid 3px #6565D9;
  border-bottom: solid 1px #6565D9;
  }
th, td {
	vertical-align: top;
 	line-height: 130%;
	padding: 8px;
  	border-right: 1px solid #ccc;
  	border-bottom: 1px solid #ccc;
  	text-align: left;
  }

th {
  	padding-right: 20px;
  	background-color: #f5f5f5;
  }
.clear {
	clear: both;
}

.inquiry_box {
	position:static;
	width: 500px;
	margin-left: 100px;
	margin-right: 0px;
	overflow:visible;
	padding: 5px 10px 5px 10px;
	line-height: 1.5em;
	/*background-color:#E7F1ED;*/
	background-color:#ffffcc;
	zoom:1;
	border:solid #0099FF 1px;
}

#font-14px {
	font-size:18px;
}
