/* CSS Document */
*{
  margin                : 0;
  padding               : 0;
  font-size             : 12px;
}

a:link{
  text-decoration        : none;
}

a:visited{
  text-decoration        : none;
}

a:hover{
  text-decoration        : underline;
}

img {
  border                : 0;
}

.normal{
  font-size             : 1.0em;
}

.plus{
  font-size             : 13px;
}

#header{
  width                 : 800px;
  height                : 100px;
  background            : #FFFFFF;
  text-align            : center;
  margin                : 0 auto;
  border-bottom         : solid 2px #5555B7;
}

#header h1{
  color                 : #FFFFFF;
  font-size             : 12px;
  padding               : 4px 0 0 20px;
  height                : 20px;
  background            : #5555B7;
  text-align            : left;
}

#header a{
  font-weight           : normal;
}

#global_menu{
  width                 : 450px;
  height                : 75px;
  background            : url(../img/logo.jpg) no-repeat;
  text-align            : right;
  float                 : right;
  font-size             : 10px;
  color                 : #3F3E9B;
  font-weight           : bold;
}

body{
  text-align            : center;
  margin                : 0 auto;
  background            : url(../img/back_ground.gif) repeat-y;
}

#footer{
  width                 : 800px;
  height                : 75px;
  background            : #5555B7;
  text-align            : center;
  color                 : #FFF;
  margin                : 0 auto;
  border-bottom         : solid 2px #5555B7;
}

#menu{
  width                 : 200px;
  float                 : left;
  text-align            : left;
  background            : #FFF;
}

@media print{
  #foot_print_img{
    display             : inline;
  }
  #foot_img{
    display             : none;
  }
}

@media screen{
  #foot_print_img{
    display             : none;
  }
  #foot_img{
    display             : inline;
  }
}

.menu{
  margin                : 0 20px 10px 20px;
}

.menu_logo{
  margin                : 0 20px 10px 20px;
  text-align            : center;
}

.menu img{
  width                 : 160px;
  height                : 40px;
}

.menu_home{
  margin                : 1px 20px;
}

#contents{
  width                 : 600px;
  float                 : right;
  text-align            : left;
  background            : #FFF;
  margin                : 15px 0 0 0;
}

#main{
  width                 : 800px;
  margin                : 0 auto;
  text-align            : center;
  background            : #FFF;
}

#whats_new{
  border                : solid 1px #5555B7;
  list-style            : none;
  width                 : 578px;
  background            : #F6F6F6;
  font-size             : 0.8em;
  margin                : 0 0 20px 0;
}

.whats_new{
  border-bottom         : dashed 1px #CCCCCC;
  margin                : 5px 10px 5px 5px;
  padding               : 5px;
}

.whats_new_end{
  margin                : 5px 10px 0 5px;
  padding               : 0 0 5px 0;
}

#whats_new .date{
  padding               : 0 10px 0 0;
}

.suggest{
  float                 : left;
  border-left           : dotted 2px #CCC;
  width                 : 114px;
}

.suggest_end{
  float                 : left;
  border-left           : dotted 2px #CCC;
  border-right          : dotted 2px #CCC;
  width                 : 114px;
 _width                 : 110px;
}

.suggest_box{
  padding               : 2px 5px 2px 7px;
  font-size             : 10px;
  color                 : #490E0A;
  width                 : 100px;
}

.suggest_span{
  background            : #490E0A;
  width                 : 5px;
  margin                : 0 2px 0 0;
}

.span_link{
  font-size             : 12px;
  background            : #FFF;
  color                 : #00F;
  padding-right         : 5px;
}

.suggest_p{
  margin                : 2px 5px;
  font-size             : 12px;
  width                 : 98px;
  height                : 50px;
}

#info_etc div{
  float                 : left;
  width                 : 290px;
  margin                : 0 0 20px 0;
  font-size             : 0.7em;
}

#info_etc img{
  margin                : 0 10px 0 0;
  float                 : left;
}

#info_etc .etc_text{
  line-height           : 150%;
  height                : 70px;
}

#info_etc .etc_link{
  line-height           : 150%;
  height                : 20px;
  text-align            : right;
  margin                : 0 10px 0 0;
}

.inquiry{
  color                 : #045E1E;
  text-align            : center;
  margin                : 10px auto;
}

.inquiry_button{
  padding               : 10px 40px 20px 0;
  text-align            : right;
}

.wrap{
  width                 : 580px;
  text-align            : left;
}

.company_address{
	text-align            : right;
	margin                : 15px 0 0 0;
	font-weight           : bold;
	line-height           :130%;
}

.footer_text{
	text-align            : left;
	margin                : 20px 0 0 20px;
	font-weight           : bold;
}

.copyright{
	text-align            : left;
	margin                : 10px 0 0 20px;
}