@charset "utf-8";

/* contents.css */


/*================================================================
   policy
================================================================*/

#localNav {
	background-color: #eee;
	width: 100%;
}

#localNav div.inside {
	position: relative;
	margin: 0 auto;
	width: 1120px;
	height: 100px;
}

#localNav div.navTitle {
	position: absolute;
	top: 20px;
	left: 40px;
	width: 135px;
	height: 60px;
}

#localNav ul {
	position: absolute;
	top: 25px;
	left: 210px;
	width: 910px;
	height: 50px;
	list-style: none;
}

#localNav ul li {
	float: left;
	margin-left: 10px;
	width: 220px;
	height:50px;
}

#localNav ul li:first-child {
	margin: 0;
}

#policy h2 {
	margin-bottom: 25px;
	font-size: 185.7%;
	line-height: 1.5;
	text-align: center;
}

#policy h2 span {
	display: block;
	margin-bottom: 30px;
}

#policy section {
	margin-bottom: 60px;
}

#policy #n1_1,
#policy #n2_3,
#policy #n3_4,
#policy #n4_3,
#policy section section {
	margin-bottom: 40px;
}

#policy h3 {
	font-size: 250%;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

#policy.n1 h3 { color: #009966; }
#policy.n2 h3 { color: #cc3333; }
#policy.n3 h3 { color: #0093be; }
#policy.n4 h3 { margin-bottom: 30px; color: #663399; }

#policy h3 span {
	display: block;
	margin-bottom: 15px;
}

#policy figure {
	margin: 30px auto;
	width: 960px;
	text-align: center;
}

#policy section.results h4 {
	margin-bottom: 10px;
	padding: 22px 0 18px;
	font-size: 143%;
	line-height: 1.0;
	text-align: center;
	color: #fff;
}

#policy.n1 section.results h4 { background-color: #009966; }
#policy.n2 section.results h4 { background-color: #cc3333; }
#policy.n3 section.results h4 { background-color: #0093be; }
#policy.n4 section.results h4 { background-color: #bc68a9; }

#policy section.results ul {
	list-style: none;
}

#policy section.results ul li {
	border-bottom: 1px solid #ccc;
	padding: 12px 0 8px 40px;
	font-size: 128.6%;
	font-weight: bold;
}

#policy.n1 section.results ul li {
	background: url(../../images/policy/n1/resultsl_icon.png) no-repeat 15px 15px;
	color: #009966;
}

#policy.n2 section.results ul li {
	background: url(../../images/policy/n2/resultsl_icon.png) no-repeat 15px 15px;
	color: #cc3333;
}

#policy.n3 section.results ul li {
	background: url(../../images/policy/n3/resultsl_icon.png) no-repeat 15px 15px;
	color: #0093be;
}

#policy.n4 section.results ul li {
	background: url(../../images/policy/n4/resultsl_icon.png) no-repeat 15px 15px;
	color: #663399;
}

#policy section.measure h4 {
	margin-bottom: 20px;
	padding: 22px 0 18px;
	font-size: 143%;
	line-height: 1.0;
	text-align: center;
	color: #222;
}

#policy.n1 section.measure h4 { background-color: #99cc99; }
#policy.n2 section.measure h4 { background-color: #ffdaa2; }
#policy.n3 section.measure h4 { background-color: #99cccc; }
#policy.n4 section.measure h4 { background-color: #f9bfc6; }

#policy section.measure dl dt {
	margin: 0 0 0.2em 3.0em;
	font-size: 114.3%;
	font-weight: bold;
	text-indent: -3.0em;
}

#policy.n1 section.measure dl dt { color: #009966; }
#policy.n2 section.measure dl dt { color: #cc3333; }
#policy.n3 section.measure dl dt { color: #0093be; }
#policy.n4 section.measure dl dt { color: #663399; }

#policy section.measure dl dd {
	margin-bottom: 20px;
	padding-left: 3.0em;
}

#policy section.measure dl dd ul.list {
	padding-left: 1.5em;
	list-style-type: circle;
}

#policy section.measure dl dd ul li {
	margin-bottom: 0.2em;
}


/*================================================================
   profile
================================================================*/

#profile #content {
	padding: 60px 25px 0;
	width: 1070px;
	*zoom: 1;
}

#profile #content:before,
#profile #content:after {
	content: " ";
	display: table;
}

#profile #content:after {
	clear: both;
}

#profile figure {
	float: left;
	width: 460px;
}

#profile #data {
	float: right;
	margin: 0;
	padding-top: 10px;
	width: 560px;
}

#profile #data h2 {
	margin-bottom: 20px;
	font-size: 300%;
	line-height: 1.0;
}

#profile #data h2 span {
	position: relative;
	top: -8px;
	padding-left: 25px;
	font-size: 45%;
}

#profile #data dl {
	font-size: 114.3%;
}

#profile #data dl dt {
	float: left;
	margin-right: 20px;
}

#profile #data h2 + dl {
	margin-bottom: 40px;
}

#profile #data h2 + dl dt {
	width: 120px;
	font-weight: bold;
}

#profile #data section {
	margin-bottom: 40px;
}

#profile #data section h3 {
	margin-bottom: 15px;
	border-bottom: 4px solid #222;
	padding-bottom: 8px;
	font-size: 143%;
	line-height: 1.0;
}
#profile #data h2 + dl dt { width: 100px; }
#profile #data #n1 dl dt { width: 91px; }
#profile #data #n2 dl dt { width: 207px; }
#profile #data #n3 dl dt { width: 139px; }
#profile #data #n4 dl dt { width: 148px; }


/*================================================================
   message
================================================================*/

#message #content {
	padding: 80px 20px 0;
	width: 1080px;
}

#message section {
	margin-bottom: 0;
}

#message section:first-child {
	margin-bottom: 60px;
}

#message section h2 {
	margin-bottom: 30px;
	border-bottom: 4px solid #222;
	padding-bottom: 8px;
	font-size: 143%;
	line-height: 1.0;
	text-align: center;
}

#message section:first-child h2 {
	margin-bottom: 25px;
}

#message section ul {
	list-style: none;
}

#message section ul li {
	margin-bottom: 0.5em;
	font-size: 128.6%;
	font-weight: bold;
	text-align: center;
}

#message div.supporterWrapper,
#message div.otherWrapper {
	width: 1120px;
	margin-right: -40px;
	*zoom: 1;
}

#message div.supporterWrapper {
	margin-bottom: 20px;
}

#message div.supporterWrapper div.supporter,
#message div.otherWrapper div.other {
	float: left;
	width: 520px;
	margin: 0 40px 40px 0;
}

#message div.supporterWrapper:before,
#message div.supporterWrapper:after,
#message div.supporte:before,
#message div.supporter:after,
#message div.otherWrapper:before,
#message div.otherWrapper:after,
#message div.other:before,
#message div.other:after {
	content: " ";
	display: table;
}

#message div.supporterWrapper:after,
#message div.otherWrapper:after,
#message div.supporter:after,
#message div.other:after {
	clear: both;
}

div.supporter figure {
	float: left;
	margin-right: 20px;
	width: 150px;
}

div.supporter div.data {
	float: right;
	width: 350px;
}

div.supporter p.name,
div.other p.name {
	margin-bottom: 0;
	font-size: 128.6%;
	font-weight: bold;
}

div.supporter p.belong,
div.other p.belong {
	margin-bottom: 15px;
	font-weight: bold;
}

div.supporter p.comment,
div.other p. {
}

div.supporter div.comment,
div.other dev.comment {
}

div.supporter div.comment p,
div.other dev.comment p {
}





