@charset "UTF-8";
.maintitle01{
	color: #FF0004;
	font-size: 150%;
}
h2#voice_header {
	padding: 0px;
	margin: 0px;
	background-image: url(../img/voice_header.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 570px;
}
/*ボイスヘッダーのリンク*/
a.voicelink {
	height: 50px;
	width: 570px;
	display: block;
	text-decoration: none;
}

h2#news_header {
	padding: 0px;
	margin: 0px;
	background-image: url(../img/news_header.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 587px;
	-webkit-border-top-right-radius: 5px;
}
#news_body {
	padding: 0px;
	margin-bottom: 20px;
}
h2#news_header em {
	position: relative;
	z-index: -1;
}
#home h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	background-image: none;
	height: 66px;
	width: 289px;
}
#topics_body ul {
	margin: 0px;
	padding: 0px;
}
#topics_body li {
	padding-left: 0px;
	list-style: none;
	margin: 0em 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#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 .data {
	background-color: #F5F3EF;
	padding: 3px;
	font-size: 0.9em;
	margin-bottom: 3px;
}
#topimg {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 260px;
	background: #fff;
	box-shadow: 0px 0px 3px 1px #cccccc;
	max-width: 835px;
	border-top: 3px solid #FF0004;
}
.topimgLeft{
	width: 48%;
	float: left;
	height: 230px;
	background-color: #ddecf3;
	background-image: url(../img/heart.png);
	background-repeat: no-repeat;
	background-position: 30px 50px;
	padding: 30px 0 0 0;
	background-size: 32% auto;
}
.topimgTitle{
	margin: 25px 0 0;
	width: 100%;
	font-size: 1.6em;
	letter-spacing: 10px;
	line-height: 40px;
	text-shadow: 2px 2px 1px #FFFFFF;
	font-weight: bold;
}
.topimgRight{
	width: 52%;
	height: 260px;
	float: right;
	background-image: url(../img/topimgRight_bg.jpeg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#news_body ul li {
	background-image: url(../img/point.gif);
	background-position: left 5px;
	padding-left: 12px;
	background-repeat: no-repeat;
	list-style: none;
	margin-left: 0.5em;
	padding-bottom: 5px;
}
#news_body ul li + li {
	background-image: url(../img/point.gif);
	background-position: left 10px;
	padding-left: 12px;
	background-repeat: no-repeat;
	list-style: none;
	margin-left: 0.5em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}


@media screen and (max-width: 640px) {
.topimgLeft{width: 100%;}
.topimgRight{width: 100%;height: 230px;}
h2#news_header {margin: 0 0 10px 0;width: 100%;}
.maintitle01{
	font-size: 130%;
}

}
