@charset "utf-8";
/* ===================================================================
 page.css 各ページスタイル
=================================================================== */
/*----------------------------------------------------
	1. basestyle
----------------------------------------------------*/
/* reverse color ----------------------------*/
::selection {
	background:#ba0b22;
	color:#ffffff;
}
::-moz-selection {
	background:#ba0b22;
	color:#ffffff;
}
/*----------------------------------------------------
	2. Anchor-style
----------------------------------------------------*/
a {
	color: #ba0b22;
	text-decoration: none;
}
a:link {
	color: #ba0b22;
}
a:visited {
	color: #ba0b22;
}
a:hover {
	color: #ba0b22;
}
a:active {
}
/*----------------------------------------------------
	3. header
----------------------------------------------------*/
header {
	background:url(../images/voice/hd_back.gif) repeat-x center top transparent;
}
header h1{
	width:956px;
	margin:0 auto 30px;
	padding:55px 0 0;
}
/*----------------------------------------------------
	4. contents
----------------------------------------------------*/
#contents #primary article.entry h1{
	background-color: #bd0a22;
	background-image: url(../images/voice/title_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
	color:#ffffff;
	padding:10px 20px 15px;
	margin-bottom:20px;
	font-size:131%
}
#contents #primary article.entry div.comment{
	margin-bottom:20px;
	line-height:1.7;
}
#contents #primary article.entry figure{
	margin-bottom:20px;
}
#contents #primary article.entry div.comment img{
 margin:5px;
	border:solid 2px #ffffff;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.2);
}
#contents #primary article.entry p.witting{
	clear:both;
	font-size:85%;
	text-align:right;
	border-top:solid 1px #e9e9e9;
	padding:20px 0 0;
}
/*----------------------------------------------------
	5. footer
----------------------------------------------------*/
footer {
	background:url(../images/voice/ft_back.gif) repeat left top transparent;
}









