@charset "UTF-8";
/*ボイスヘッダーのリンク*/
a.voicelink {
	height: 50px;
	width: 570px;
	display: block;
	text-decoration: none;
}

h2#topics_header {
	padding: 0px;
	margin: 0px;
	background-image: url(home/topics_header.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 570px;
}
h2#voice_header em, h2#topics_header em, h2#anshin_header em {
	position: relative;
	z-index: -1;
}
h2#topics_header a {
  display: block;
  text-decoration: none;
}
#voice_body {
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px 0px 20px;
}
#topics_body {
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#campaign {
	padding-top: 0px;

}
h2#voice_header {
	padding: 0px;
	margin: 0px;
	background-image: url(home/voice_header.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 570px;
}
h2#anshin_header {
	padding: 0px;
	margin: 0px;
	background-image: url(home/anshin_header.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 570px;
}

#home h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	background-image: none;
	height: 66px;
	width: 289px;
}
#topics_body ul {
	margin: 0px;
	padding: 0px;
}
#topics_body li {
	background-image: url(../img/point.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	list-style: none;
	margin: 0em 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-position: left 5px;
}
#topics_body li + li {
	margin-top: 5px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-position: left 15px;
}

#topics_body .new {
  margin-left: 0.5em;
  color: #c03;
  font-weight: bold;
  font-size: 90%;
}
/*-------------------------------------------------
ボイスメニュー
-------------------------------------------------*/
ul.voicemenu {
	list-style:none;
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	font-size: 1px;
	height: 175px;
}
ul.voicemenu li {
	list-style:none;
	float: left;
}
ul.voicemenu li a {
	display:block;
	width:170px;
	height:170px;
	text-indent:-9999px;
}
ul.voicemenu li + li {
	margin-left: 16px;
}
ul.voicemenu li.menu1 {
	background-position:0px 0px;
	background-image:url(home/voice01.jpg);
	background-repeat: no-repeat;
	overflow:hidden
}
ul.voicemenu li.menu2 {
	background-position:0px 0px;
	background-image:url(home/voice02.jpg);
	background-repeat: no-repeat;
	overflow:hidden
}
ul.voicemenu li.menu3 {
	background-position:0px 0px;
	background-image:url(home/voice03.jpg);
	clear: right;
	background-repeat: no-repeat;
	overflow:hidden
}
ul.voicemenu li.menu1 a:hover {
	background-position:0px -170px;
	background-image:url(home/voice01.jpg);
}
ul.voicemenu li.menu2 a:hover {
	background-position:0px -170px;
	background-image:url(home/voice02.jpg);
}
ul.voicemenu li.menu3 a:hover {
	background-position:0px -170px;
	background-image:url(home/voice03.jpg);
}
#anshin_body {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 5px;
}
#topimg {
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

.m_btm20 {
	margin-bottom:20px;
}
