@charset   "Shift_JIS";
<!--
/* 右サイドバー */
A {
  text-decoration: none;
}
A:HOVER {
  text-decoration: underline;
}
DIV#sidebar-right	{
  width: 200px;
  float: right;
}
DIV.info	{
  border-bottom: 
　　　solid 4px #3d659d;
  border-left : 1px solid rgb(61, 101, 157);
  　　　border-right: solid 3px #3d659d;
  margin-bottom : 10px;
  　　　 margin-top : 0px;
  height : auto;
  border-top-width : 1px;
  border-right-width : 2px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : rgb(61, 101, 157);
  border-right-color : rgb(61, 101, 157);
  border-bottom-color : rgb(61, 101, 157);
  background-color : white;
}
DIV#sidebar-right H2	{
  background-image : url(sabu_title_w.gif);
  color: #ffffff;
  font-size : 20px;
  text-align: center;
  padding: 5px;
  margin-top: 0;
  margin-bottom : 0px;
  line-height : 25px;
  background-repeat : no-repeat;
}
DIV#sidebar-right P.photo	{
  text-align: center;
  margin : 0px 0px 20px 0px;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
DIV#sidebar-right P	{
  font-size:075em;
  margin: 10px 5px;
}
DIV#sidebar-right UL	{
  font-size : 13px;
  margin : 0px 5px 5px 5px;
  padding: 0;
  line-height : 19px;
}
DIV#sidebar-right UL LI 	{
  background-image : url(maru-green.png);
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 13px;
  list-style-type: none;
  font-size : 17px;
  font-family : HG丸ｺﾞｼｯｸM-PRO;
  line-height : 23px;
}
-->