body{
  margin:0px;
  padding:0px;
  text-align:center;  
  font-size:80%;
  line-height:150%;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif, "メイリオ", Meiryo;
  color:#333;
  background-color:#fff;
  background-image:url(../image/body_back.gif);
  background-repeat:repeat-x;
  background-position:0px 0px;
  }
body a:link{
  color:#333333;
  text-decoration:none;
  border-bottom:1px solid #aaa;
  }
body a:visited{
  color:#333333;
  text-decoration:none;
  border-bottom:1px solid #aaa;
  }
body a:active{
  color:#ff8040;
  text-decoration:none;
  border-bottom-style:none;
  }
body a:hover{
  color:#ff8040;
  text-decoration:none;
  border-bottom-style:none;
  }
body a img{
  border:0px;
  }
table{
  border-collapse:collapse;
  }
td{
  vertical-align:top;
  }
p strong{
  font-weight:normal;
  }
h3 {
  margin:0px;
  padding:0px;
  }
div{
  margin:0px;
  padding:0px;
  }
.align_right{
  text-align:right;
  }
.align_center{
  text-align:center;
  }
.float_right{
  float:right;
  }
.float_left{
  float:left;
  }
.float_clear{
  clear:both;
  }
.margin_bottom5{
  margin-bottom:5px;
  }
.margin_bottom7{
  margin-bottom:7px;
  }
.border_bottom_grey{
  border-bottom:1px solid #D8D8D8;
  }
/* -------------------------------------------------------------------------------------------- */
/* header navi                                                                                  */
/* -------------------------------------------------------------------------------------------- */
#header_navi{
  margin:0px;
  padding:3px 20px 0px 0px;
  width:780px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  height:22px;
  background-color:#666666;
  list-style:none;
  text-align:right;
  }
#header_navi li{
  display:inline;
  list-style:none;
  color:#bbb;
  font-size:12px;
  }
#header_navi a:link{
  color:#eee;
  text-decoration:none;
  }
#header_navi a:visited{
  color:#eee;
  text-decoration:none;
  }
#header_navi a:hover{
	color:#FFBD9D;
	text-decoration:underline;
  }
#header_navi a:active{
	color:#FFBD9D;
	text-decoration:underline;
  }
/* -------------------------------------------------------------------------------------------- */
/* container                                                                                    */
/* -------------------------------------------------------------------------------------------- */
#container{
  margin:0px;
  padding:0px;
  width: 800px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  text-align:left;
  border-right:1px solid #ddd;
  border-left:1px solid #ddd;
  background-image:url(../image/container_back.jpg);
  background-repeat:repeat-y;
  }
/* -------------------------------------------------------------------------------------------- */
/* header                                                                                       */
/* -------------------------------------------------------------------------------------------- */
h1{
  margin:0px;
  padding:0px;
  }
/* -------------------------------------------------------------------------------------------- */
/* global navigation                                                                            */
/* -------------------------------------------------------------------------------------------- */
#global_navi{
  margin:0px 0px 20px 0px;
  padding:0px;
  width:185px;
  list-style-type:none;
  }  
#global_navi li{
  margin:0;
  padding:0;
  line-height:100%;
  }

.global_navi li a:link{
  border:0;
  }   
.global_navi li a:visited{
  border:0;
  }  
.global_navi li a:active{
  border:0;
  }  
.global_navi li a:hover{
  border:0;
  }      
/* -------------------------------------------------------------------------------------------- */
/* blocking                                                                                     */
/* -------------------------------------------------------------------------------------------- */
#left_block{
  margin:0px;
  padding:0px 0px 20px 0px;
  width:190px;
  }
#left_block a{
  border:0;
  }
#center_block{
  margin:0px;
  padding:0px 0px 20px 0px;
  width:610px;
  }
/* -------------------------------------------------------------------------------------------- */
/* center block                                                                                 */
/* -------------------------------------------------------------------------------------------- */
.center_block_p{
  margin:0px 30px 15px 30px;
  padding:0px;
  }
/* -------------------------------------------------------------------------------------------- */
/* go to page top                                                                               */
/* -------------------------------------------------------------------------------------------- */
.page_top_link{
  margin:0px 20px 20px 0px;
  padding:0px;
  text-align:right;
  font-size:12px;
  }
/* -------------------------------------------------------------------------------------------- */
/* footer                                                                                       */
/* -------------------------------------------------------------------------------------------- */
#footer{
  clear:both;
  margin:0px;
  padding:10px 0px 10px 0px;
  width:100%;
  background-color:#666666;
  color:#eee;
  text-align:center;
  }
#footer a:link{
  color:#eee;
  text-decoration:none;
  }
#footer a:visited{
  color:#eee;
  text-decoration:none;
  }
#footer a:hover{
	color:#FFBD9D;
	text-decoration:underline;
  }
#footer a:active{
	color:#FFBD9D;
	text-decoration:underline;
  }

