@charset "utf-8";
html {
	background:#f4f4f4;
}
body {
}
#wrapper {
	margin:0 auto;
	width:960px;
	text-align:left;
}
#container {
	margin:0;
	width:960px;
	background:#fff;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.content {
	padding:30px;
}
 h, 1h2, h3, p {
margin:0;
padding:0;
}
img {
	vertical-align:bottom;
}
/*navi--------------------------------------------*/

#navi {
	width:100%;
	height:36px;
	background:#272727;
}
#naviInner {
	margin:0 auto;
	width:960px;
	height:36px;
	line-height:36px;
	color:#999;
	text-align:left;
	position:relative
}
#naviInner a, #naviInner span {
	margin-right:3px;
}
#naviInner a {
	color:#eee;
	text-decoration:none;
}
#naviInner a:hover {
	color:#fff;
	text-decoration:none;
}
#naviInner .active {
	font-weight:bold;
}
/*
	socialbookmark
---------------------------------------*/
.socialBox {
	position:absolute;
	right:0px;
	top:5px;
	display:inline-block;
}
.socialBox ul li {
	float: left;
}
.hatena {
	margin-right: 7px;
}
.tw {

	margin-right: 3px;
	overflow: hidden;
}
.fb {
	width: 100px;
	margin-right: 3px;
}
.plus {
	margin-right: 0;
}
/*contents----------*/

.txtRight {
	text-align:right;
}
.txtLeft {
	text-align:left;
}
h1 {
	background:url(../img/logo.png);
	width:245px;
	height:42px;
	display:block;
	text-indent:-9999px;
	margin:20px 0 30px 0;
}
h1 a {
	width:245px;
	height:42px;
	display:block;
}
h2 {
	background:#23c6e7;
	color: #fff;
	padding:15px 20px;
	font-size:154%;
	font-weight:normal;
}
h3 {
	font-size:182%;
	border-bottom:1px solid #a4a4a4;
	position: relative;
	margin-top:60px;
}
h3 span {
	position:absolute;
	top:10px;
	right:0;
	font-size:60%
}
.lead {
	font-size:116%;
}
.top_cont {
	margin:20px 0 -20px 0;
}
.q_links {
	position:relative;
	width:570px;
	float:left;
	margin-top:30px;
}
.q_links dt {
	background:#e4e4e4;
	padding:20px;
	font-size:139%;
	display:inline-block;
	float:left;

}
.q_links dd {
	display:block;
	margin:0 0 15px 90px;
	font-size:123.1%;
}
.lv_link {
	float:right;
	width:312px;
}
.answer li {
	border-bottom:1px solid #d9d9d9;
	padding: 15px 10px 8px 10px;
	font-size:116%;
	min-height:80px;
}
.answer li.gray {
	background:#f3f3f3;
}
.party {
	width:100px;
	text-align:center;
	float:left;
	margin-right:10px;
}
.party img {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	margin-bottom:2px;
}
.answer_txt {
	overflow: auto;	/* for modern browser */
	zoom: 1;	/* for ie6 */
}
/*foot----------*/


#footer {
	text-align:left;
	font-size:100%;
	border-top:#c6c6c6 solid 1px;
	padding:15px 5px 0 5px;
	margin:40px 0;
}
#footer a {
	color:#000
}
.footLeft {
	float:left;
}
.footRight {
	float:right;
}
/*back-top----------*/

#back-top {
	position: fixed;
	bottom: 10px;
	right:10px;
	z-index:100;
	background:#333;
	opacity: 0.5;
	border-radius:1px;
}
#back-top a {
	display: block;
	padding:5px;
	color:#fff;
}
#back-top:hover {
	opacity: 0.7;
}
#back-top span {
	display: inline-block;
}
