@charset "shift_jis";
/* Reset CSS */
body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

img { border: 0; }

form {
  margin: 0;
  padding: 0;
}

ul, li, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

li img, dt img, dd img { vertical-align: top; }
a { outline: none; }
:focus { -moz-outline-style: none; }



/* sub side */
#sub_side {
  border-bottom: 1px solid #e5e5e5;
  width: 309px;
  background: #fff;
  float: right;
  margin-right:5px;
 
  
}


#sub_side #pmenu h3{
	background:url(../img/sub_side_title01.jpg) no-repeat;
	font-size:21px;
	height:66px;
	padding:0 10px;
	display:table-cell;
	vertical-align:middle;
	width:289px;
	
	
}



#sub_side #pmenu dl {
  margin: 0px auto;
  width: 299px;
  font-size:12px;
  padding-bottom:10px;
  
}

#sub_side #pmenu dt a{
	color:#1374d1;
	display:block;
	padding:12px 10px 12px 30px;
	border-bottom:1px solid #d3d3d3;
}


#sub_side #pmenu dt a:hover
{
  background:url(../img/pmenu_list_a.gif) no-repeat 15px 17px;
  color:#f3b53d;
  text-decoration:none;
}

#sub_side #pmenu dd a{
	color:#1374d1;
	display:block;
	padding:12px 10px 12px 45px;
	border-bottom:1px solid #d3d3d3;
}

#sub_side #pmenu dd a:hover
{
  background:url(../img/pmenu_list_a.gif) no-repeat 30px 17px;
  color:#f3b53d;
  text-decoration:none;

}










#sub_side #pmenu dt {
  background:url(../img/pmenu_list.gif) no-repeat 15px 17px #FFF;
    font-size:120%;

}





#sub_side #pmenu dd {
  background:url(../img/pmenu_list.gif) no-repeat 30px 17px #f9f9f9;
    font-size:120%;
}


#sub_side #side_banner {
  text-align: center;
  padding: 30px 0 10px;
}


#sub_side #side_banner li { margin-bottom: 20px; }



