﻿@charset "utf-8";



/*--browser-----------------------------------------------*/
/*-------------------------------------------------------*/

body#browser div#contents p.image{
  width : 840px;
  height : 150px;
  margin : 0 auto;
}

body#browser div#contents div.left p{
  width : 500px;
  margin : 3em auto 0;
/* background : aqua; */
}
body#browser div#contents div.left div.listbox{
  width : 450px;
  margin : 0 auto 60px;
}
body#browser div#contents div.left ul.leftcol{
  width : 200px;
  float : left;
  list-style-type : none;
}
body#browser div#contents div.left ul.rightcol{
  width : 200px;
  float : right;
  list-style-type : none;
}
body#browser div#contents div.left ul li{
  margin-top : 4em;
  position : relative;
}
body#browser div#contents div.left ul li span{
  position : absolute;
  top : 128px;
  left : 0px;
}
body#browser div#contents div.left ul li a{
  display : block;
  width : 160px;
  height : 125px;
}
body#browser div#contents div.left ul li a:link,
body#browser div#contents div.left ul li a:visited{
  border : 1px solid #0000ff;
}
body#browser div#contents div.left ul li a:hover,
body#browser div#contents div.left ul li a:active{
  border : 1px solid #ff0000;
}












