@charset "utf-8";
/* CSS Document */
html {
  filter: expression(document.execCommand("BackgroundImageCache", 
  false, true));
  overflow-y: scroll; /*　iframeのスクロールバー：縦だけを表示　*/
}
body {
	margin:0;
	padding:0px;
	font: 100%/120% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
p {
	font-size:80%;
	color:#333333;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 1.2em;
}
#contents2 {
	height: auto;
	width: 670px;
	padding: 0px;
	margin: 0px;
}
#contents2 a:link{
	text-decoration:underline;
	color: #003399;
}
#contents2 a:visited{
	text-decoration:underline;
	color: #003399;
}
#contents2 a:hover, a:active{
	color: #FF3333;
}

/* CSS Document */

#contents2 #voice2{
	margin: 0px 10px 10px;
}
#contents2 #voice2 p{
	font-size: 12px;
}
#contents2 #voice2 #tab2{
	margin: 0px;
	padding: 20px 0px 0px;
	width: 650px;
}
#contents2 #voice2 #tab2 p{
	padding: 0px 0px 10px 50px;
	font-size: 12px;
	color: #666666;
}
#contents2 #voice2 #tab2 img{
	padding: 10px 0px 10px 150px;
}
#contents2 #voice2 #tab2 ul{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
#contents2  #voice2 #tab2  li{
	margin: 0px 10px 10px;
	list-style: none;
	background: url(../img_parts/maru_red.gif) no-repeat left top;
	padding-left: 20px;
}


/*  modal　用   */
#contents2 #voice2 a,#contents2 #voice2 a:link,#contents2 #voice2 a:visit{
	text-decoration:none
}
#contents2 #voice2 a:hover {
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
	position:absolute;
	left:0;
	top:0;
	width:500px;
	display:none;
	z-index:9999;
	padding:0px;
	background:url(../eisei/voice/img/back_paper_m.jpg) repeat-y 0 0;
}
#boxes .window .paper_u{
	background: url(../eisei/voice/img/back_paper_u.jpg) no-repeat;
	height: 40px;
}
#boxes .window .paper_d{
	background: url(../eisei/voice/img/back_paper_d.jpg) no-repeat;
	height: 20px;
}

#boxes h3 {
	font: normal 18px "HGP創英角ｺﾞｼｯｸUB", "HGS創英角ｺﾞｼｯｸUB";
	color: #003399;
	margin: 0px;
	padding: 5px 25px;
}
#boxes h4 {
	font-size: 14px;
	text-align: right;
	border-style: none;
	margin: 5px 25px;
	padding: 0px;
	color: #666666;
	font-weight: normal;
}
#boxes     p  {
	font-size: 80%;
	color: #666666;
	margin: 0px 25px;
	padding: 5px;
	line-height: 1.5em;
}
#boxes  hr{
	text-align: center;
	width: 80%;	
}
