@charset "utf-8";

/* 全体構造
---------------------------------------------------- */
body {
  margin-top: 10px;
  padding: 0;
  color: #333333;
  background: #ffffff url(images/bg_body.gif) repeat-x;
  font-family: "ヒラギノ角ゴ pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  letter-spacing:0.03em;
}
#frame {
  margin: 0 auto;
  width: 760px;
  background: #ffffff;
  border-bottom: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
a:link {
	COLOR: #39459D;
	TEXT-DECORATION: none;
}
a:visited {
	COLOR: #39459D;
	text-decoration: none;
}
a:hover {
	COLOR: #39459D; 
	TEXT-DECORATION: underline}
	

/* ヘッダー
---------------------------------------------------- */
#header {
  clear:both;
  margin: 0 auto; 
  width: 760px;
  background: url(images/header_bg.gif) repeat-x;
  height: 63px;
}
#header #mlmc_logo h1 {
  float: left ;
  margin: 0 auto;
  position: relative;
  left: 0;
  top: 0;
  height: 63px;
}
#header #mlmc_logo img {
  float: left ;
  margin: 0 auto;
  border: none;
  color: #ffffff;
  background: transparent;
  }
#r-box {
  float: right ;
   width: 208px;
   margin: 0;
   padding: 0;
}
#r-box #logo_link {
  float: right ;
  margin: 0;
  padding: 0;
  width: 208px;
  right:0;
}
#r-box #lang_link {
  float: right ;
  clear:both;
  padding: 3px 2px 1px 0;
  right:0;
  font-size:12px;
  margin:1px 3px 0 0;
  height:14px;
}


/* 左カラム
---------------------------------------------------- */
.button_box {
    width:158px;
    margin:10px 0px 10px 0px;
	}
	

/* メインボタンボックス
---------------------------------------------------- */
.tab_box {
    width:181px;
    margin:0px;
	padding:0px;
	}
.tab_box img{
    margin:0;
	padding:0;
}
.tab_box h2{
    margin:0;
	padding:0;
}
.tab_box .link_text{
  width:179px;
  border-left:1px #CCCCCC solid;
  border-right:1px #CCCCCC solid;
  border-bottom:1px #CCCCCC solid;
}
.tab_box .link_text ul {
  padding-left: 0px;
  padding-top:9px;
  margin:0px 0px 10px 7px;
  color: #666666;
  text-indent:0px;
}
.tab_box .link_text ul li.arr {
  margin: 0px;
  padding: 0px 5px 5px 11px;
  background:url(images/arrow_br.gif) 0px 3px no-repeat;
  list-style: none;
  font-size: 11px;
  line-height: 0.5em;
  text-decoration: none;
  color: #333333;
  line-height:1.4em;
}
.tab_box .link_text ul li.arr_p {
  margin: 0px;
  padding: 0px 5px 5px 11px;
  background:url(images/arrow_pr.gif) 0px 3px no-repeat;
  list-style: none;
  font-size: 11px;
  line-height: 0.5em;
  text-decoration: none;
  color: #333333;
  line-height:1.4em;
}


/* フッター
---------------------------------------------------- */
#gaidai_footer {
  clear:both;
  margin: 0 auto;
  width: 760px;
  font-size: 10px;
  color: #666666;
  line-height:1.4em;
}
#gaidai_footer #g_footer_text {
  float:left;
  display:block;
  padding:5px 0px 0 0px;
  margin:0;
  left:0;
}
#gaidai_footer #gaidai_top {
    padding-top:5px;
    display:block;
    float:right;
    position: relative;
   }
