@charset "UTF-8";


/* common
-------------------------------------------------------------------- */
body {
	background: url(../imgs/bg_wrap.png) top left repeat #98cdf6;
	color: #333;
	line-height: 1.3;
	letter-spacing: 0.1em;
    position: relative;
}


/* container
-------------------------------------------------------------------- */
#container {
    background: #fff;
    box-shadow: rgba(51, 51, 51, 0.3) 0px 0px 13px 0px;
    -webkit-box-shadow: rgba(51, 51, 51, 0.3) 0px 0px 13px 0px;
    -moz-box-shadow: rgba(51, 51, 51, 0.3) 0px 0px 13px 0px;
    width: 1050px;
    margin: 0 auto;
    padding-bottom: 40px;
    overflow: hidden;
}

#container a {
	color: #2d69a1;
}

#container a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

#container img {
	-ms-interpolation-mode: bicubic;
}

#container p {
	margin-bottom: 1.2em;
}

#container p:last-child {
	margin-bottom: 0;
}

#container dt,
#container dd,
#container li {
    letter-spacing: 0.1em;
}

#container .comment {
    color: #ff003f;
}


/* title
-------------------------------------------------------------------- */
#title {
	background: url(../imgs/bg_header_1.png) left bottom no-repeat,
		url(../imgs/bg_header_2.png) right bottom no-repeat,
		url(../imgs/bg_header_3.png) center 142px no-repeat;
    background-color: #329ced;
    border: 3px solid #fff;
    outline: 2px solid #329ced;
    margin: 20px;
}

#title h1 {
	background: url(../imgs/h1.png) left top no-repeat;
	line-height: 0;
	margin: 0 auto;
	height: 182px;
	width: 990px;
}

#title h1 img {
	display: none;
}


/* lead
-------------------------------------------------------------------- */
#lead {
    background: #dff1ff;
    border: 3px solid #fff;
    outline: 1px solid #2896eb;
    margin: 20px;
    padding: 20px;
}

#lead p:first-child {
	color: #329ced;
	font-size: 16px;
    font-weight: bold;
}

#lead p.term {
	color: #329ced;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
}

#lead p.term:before {
	content: "【"
}

#lead p.term:after {
	content: "】"
}


/* main
-------------------------------------------------------------------- */
#main {
	background: #fff;
    border: 1px solid #2896eb;
    margin: 20px;
    padding: 20px;
	overflow: hidden;
}


/* 投票終了時
-------------------------------------------------------------------- 
#lead p.term {
    text-decoration: line-through;
}

input,
.poll-multi-choice .poll-button {
	display: none !important;
}
*/
.end {
    color: #f00;
    font-size: 28px;
    margin: 20px;
    text-align: center;
}