/*------------------------------*/
/* 基本タグ                     */
/*------------------------------*/
* {
  margin:0px;
  padding:0px;
}
body{
  height:100%;
  color: #006699;
  font-size: 85%;
  line-height: 120%;
}
.white {
  background-color: #FFFFFF;
}
.light_yellow {
  background-color: #FFFFCC;
}
.pink {
  background-color: pink;
}
ul li {
  list-style: disc inside;
  padding: 2px;
}
h1 {
  font-size: 150%;
  margin: 0px;
  padding-bottom:5px;
}
h2 {
  font-size: 120%;
  margin: 0px;
  padding-bottom:3px;
}
h3 {
  font-size: 100%;
  margin: 0px;
  padding-bottom:3px;
}
label {
  font-weight: bold;
  text-align: right;
}
a {
  /* text-decoration: none; */
  color: #006699;
}
a:hover {
  text-decoration: underline;
}
a img,:link img,:visited img { 
  border: none; 
}
.c {
	text-align: center;
}
A.btn {
  display: block;        
  color: #ffffff;
  background-color: #006699;
  border: outset 2px #9999cc;
  margin: 0px;
  padding: 3px 1px 1px 0px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-decoration: none;
 
}
A.btn:hover {
  color: #eeeeee;
  background-color: #333366;
  border: inset 2px #9999cc;
  margin: 0px;
  padding: 4px 0px 0px 1px;
}
A.btn:active { color: #ffffff; }
A.btn:visited { color: #ffffff; }

A.btn_inline {
  display: inline;        
  color: #ffffff;
  background-color: #006699;
  border: outset 2px #9999cc;
  padding: 5px 3px 3px 2px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-decoration: none;
  vertical-align:middle;
}
A.btn_inline:hover {
  color: #eeeeee;
  background-color: #333366;
  border: inset 2px #9999cc;
  margin: 0px;
  padding: 6px 2px 2px 3px;
}
/*------------------------------*/
/* エラー    枠                 */
/*------------------------------*/
.form_errors{
  color: #CC0033;
  border: 1px solid #CC0033;
  width: 718px;
  margin-bottom:10px;
  text-align:left;
}
.form_errors .head{
  background-color: #CC0033;
  color: #FFFFFF;
  text-align:center ;
}
/*------------------------------*/
/* メッセージ枠                 */
/*------------------------------*/
.form_msg{
  color: #006699;
  border: 1px solid #66CC33;
  width: 718px;
  margin-bottom:10px;
  text-align:left;
}
.form_msg .head{
  background-color: #66CC33;
  color: #FFFFFF;
  text-align:center ;
}
/*------------------------------*/
/* レイアウト枠                 */
/*------------------------------*/
* html div#container{
    height:100%;
}
#container {
  position: relative;
  width:100%;
  height:100%;
  margin:0px auto;
  min-height: 100%;
  text-align: center;
}

#main_waku {
  width: 97%;
  text-align: center;
  padding: 0px 0px 28px 0px;
}
#pankuzu {
    height: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
    background: url('../images/back_sidemenu.gif') ;

    padding-left:10px;
    text-align: left;
}
.waku {
  position: relative;
}
/*------------------------------*/
/* ページャエリア               */
/*------------------------------*/
#pager {
	width: 98%;
  margin-bottom:5px;
}
#pager .navi {
  float: right;
  margin-bottom:5px;
}
#pager .position {
  float: left;
}
/*------------------------------*/
/* ボタン                       */
/*------------------------------*/
.b1 {
  height: 18px;
}

/*------------------------------*/
/* 横幅                         */
/*------------------------------*/
.w1 {
  width: 100px;
}
.w15 {
  width: 150px;
}
.w18 {
  width: 180px;
}
.w2 {
  width: 200px;
}
.w3 {
  width: 300px;
}
.w4 {
  width: 400px;
}
.w5 {
	width: 40px;
}
.w6 {
  width: 280px;
}
.w7 {
  width: 30px;
}
.w8 {
  width: 600px;
}
.w9 {
  width: 50px;
}
.w10 {
  width: 80px;
}
.wp1 {
	width: 100%;
}
.wp2 {
  width: 95%;
}
.wp3 {
  width: 70%;
}
.f_red {
  color: red;
}
.f_mred {
	color: #CC0033;
}
.f_blue {
  color: #006699;
}
.f_black {
	color: #000;
}
.f_90 {
  font-size: 90%;
}
.f_120 {
  font-size: 120%;
}
.f_130 {
  font-size: 130%;
}

.map {
	width: 700px;
	height: 250px;
  border: 1px solid #006699;
	/* visibility: hidden; */
}

/*------------------------------*/
/* 入力モード切替               */
/*------------------------------*/
/* 日本語入力 */
.jp {
  ime-mode:active;
}
.en {
  ime-mode:disabled;
}
/*------------------------------*/
/* 桁揃え                       */
/*------------------------------*/
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
