


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
  border: 0;
}
abbr,acronym{
  border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
	font-weight: normal;
}
a:link {
	color: #0000cc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000cc;
}
a:hover {
	text-decoration: underline;
	color: #ff9900;
}
a:active {
	text-decoration: none;
	color: #ff9900;
}



/*--------------------------
レイアウト
--------------------------*/


body {
	font: normal 16px/1.6em 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #fff;

}
#wrapper {	
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 580px;
	background: #fff;
}


#contents {
	padding: 0px 0px 10px;
	margin: 0px 0px;
	height: auto;
	width: 580px;
	text-align: left;
	background: #fff;
}
#contents-inner {	
	margin: 0px 10px;
	padding: 0px;
	height: auto;
	width: 580px;
}



.voice-area {
	width: 550px;
	height: auto;
	margin: 30px 10px;
}

.voice-area .tittle {
	margin: 10px;

}

.voice-area .tittle p {
    border-bottom: dotted 1px #CCC;

}

.voice-area .content {
	margin: 10px;
}



/*end*/
