@charset "utf-8";

/*

	Description : 共有設定

*/

/* reset
----------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul li {
	list-style: none;
}

ol li {
	margin-left: 1.8em;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img {
	border: none;
	vertical-align: bottom;
}

hr {
	display:none;
	clear: both;
}

sub {
	font-size: 70%;
	vertical-align: baseline;
}

address {
	font-style: normal;
}

/* base
----------------------------------------------------------- */

body {
	background: url(../../series3/bg.png);
	color: #333;
	text-align: center;
	font-size: 80%;
	line-height: 1.4;
	padding-bottom: 20px;
}

a:link,
a:hover,
a:active {
	color: #003EA4;
}

a:visited {
	color: #663399;
}

a:link,
a:visited {
	text-decoration: underline;
	/**/
	overflow: hidden;
	/**/
}

a:hover,
a:active {
	text-decoration: none;
}

/* parts
----------------------------------------------------------- */

#container {
	background: url(../../series3/container.png) repeat-y;
	width: 783px;
	margin: 10px auto 0 auto;
}

h1 {
	background: url(../../series3/header.png) no-repeat top;
	padding-top: 30px;
	margin-bottom: 15px;
	text-align: center;
}

#pagebody {
	padding: 0 32px;
	text-align: left;
}

h2 {
	text-align: center;
	margin-bottom: 15px;
}

#answer {
	width: 437px;
	background: url(../../series3/a.png) no-repeat #FFEBCC;
	padding: 40px 15px 15px 260px;
	margin: 0 auto 15px auto;
}

#explanation {
	margin-bottom: 20px;
}

#energy {
	float: left;
	width: 340px;
}

#energy dl {
	position: relative;
	margin-top: 10px;
	font-size: 80%;
}

#energy dt {
	position: absolute;
}

#energy dd {
	padding-left: 2.5em;
	margin-bottom: 5px;
}

#resources {
	float: right;
	width: 340px;
	margin-bottom: 20px;
}

#newspaper {
	position: relative;
	margin-bottom: 30px;
	background: #F4F4F4;
	padding: 15px;
	clear: both;
}

#newspaper dt {
	position: absolute;
	width: 25em;
}

#newspaper dd {
	padding-left: 26em;
	width: 204px;
}

#newslist {
	background:#ffebcc;
	margin-bottom:25px;
	width:718px;
}
#newslist dl {
	height:120px;
}
#newslist dl dt {
	position: absolute;
	width: 600px;
	font-size:1.1em;
	font-weight:bold;
	margin:15px 10px 10px 30px;
}
#newslist dl dt img {
	margin:10px 18px 8px 0;
}
#newslist dl dt .kome {
	font-weight:normal;
	font-size:0.8em;
}
#newslist dl dd {
	padding-left: 620px;
	width: 80px;
}
#newslist dl dd img {
	margin-top:5px;
}

address {
	text-align: center;
	padding-right: 2px;
}

/* clearfix
----------------------------------------------------------- */

#graf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}
