@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	max-height: 100%;
}
body {
	background: #fff;
	color: #000;
	text-align: left;
	font-size: 16px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1;
}
ul, ol {
	list-style-type: none;
}
table {
	border-spacing: 0;
	*border-collapse: collapse;
}
em, strong {
	font-style: normal;
	font-weight: bold;
}
strong {
	color: #e00;
}
small {
	font-size: 60%;
	font-weight: normal;
	color: #f90;
}
abbr {
	border-bottom: dotted 1px #000;
	cursor: help;
}


#base {
	max-width: 1280px;
	background: url(bg_ccf.png) repeat-y left;
}


#header {
	padding: 20px 50px 0;
	font-size: 75%;
	text-align: center;
}
#logo {
	position: absolute;
	top: 20px;
	right: 50px;
}
h1 {
	margin-bottom: 8px;
	font-size: 200%;
}
#subtitle {
	margin-bottom: 15px;
	font-size: 133.33%;
}
.breadcrumb {
	overflow: hidden;
	clear: both;
	border-top: solid 1px #006;
	padding: 5px 0;
	list-style-type: none;
}
.breadcrumb li {
	float: left;
}
.breadcrumb li + li {
	margin-left: .5em;
}
.breadcrumb li + li:before {
	margin-right: .5em;
	content: ">";
}
.relative {
	float: right;
	margin-bottom: 5px;
}
.relative dt {
	float: left;
}
.relative dd {
	float: left;
	margin-left: .5em;
}
.relative dt + dd:before {
	margin-left: -.5em;
	content: "：";
}
#header .social {
	clear: both;
	position: relative;
	width: 450px;
	height: 20px;
	margin-left: auto;
	text-align: left;
}
#header .social li {
	position: absolute;
}
#header .social .hb {
	left: 0;
}
#header .social .fb {
	left: 70px;
}
#header .social .gp {
	left: 190px;
}
#header .social .po {
	left: 270px;
}
#header .social .tw {
	right: 0;
}


#contents {
	margin: 2em 0 0 220px;
	line-height: 2;
}
.shortage {
	height: 1100px;
}
#contents h2 {
	padding-left: 35px;
	line-height: 32px;
	background: url(ball_30.png) no-repeat left center;
	font-size: 100%;
}
#contents h3 {
	margin: 3px 0;
	border-left: solid 8px #00c;
	padding-left: 8px;
	line-height: 27px;
	font-size: 100%;
}
#contents p {
	margin-bottom: 2em;
	background: url(spacer.gif);
}
#contents ul, #contents ol, #contents .s, .s2 {
	margin: -.75em 0 1.25em 1em;
	font-weight: bold;
}
#contents .s2 {
	margin-bottom: 2em;
}
#contents td ul {
	margin: 0;
}
#contents ul li {
	margin-left: 1em;
	list-style-type: disc;
}
#contents ol li + li:before {
	margin-right: .5em;
	content: "→";
}
#contents .none li, #contents td ul li, #contents ul.social li {
	margin-left: 0;
	list-style-type: none;
}
#contents p:first-child, .img + ol, .init {
	margin-top: 0;
}
#contents img {
	vertical-align: bottom;
}
#contents img.text {
	vertical-align: text-bottom;
}
#contents .img {
	margin-bottom: 20px;
	padding-top: 20px;
}
.img img, .imgtbl img, .graph img {
	border: solid 1px #000;
}
.graph img {
	border-color: #666;
}
.series {
	margin-top: -2em;
}
#contents .ads {
	margin-bottom: 2em;
}
#contents .social {
	overflow: hidden;
	margin: 0 0 15px;
	font-weight: normal;
}
#contents .social li {
	float: left;
	margin-right: 20px;
	padding-left: 0;
}
#contents .social + .ads {
	margin-bottom: 15px;
}
#contents .indent {
	margin-left: 1em;
}
#contents .indent h2, #contents .indent h3 {
	margin-left: -1em;
}
#contents .ps {
	margin: 3em 0;
	font-size: 75%;
	line-height: 1.5;
}
#contents .ps h3 {
	margin: 3px 0;
	border-left: solid 5px #00c;
	padding-left: 7px;
	line-height: 1.5;
}
.ps p {
	margin-bottom: 1em;
}
#contents th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
#contents td {
	vertical-align: top;
	background: url(spacer.gif);
}
#contents th + td {
	padding-left: 1.5em;
}
#contents th + td:before {
	margin-left: -1em;
	margin-right: .5em;
	content: "：";
	font-weight: bold;
}
#contents th + th, #contents td + td {
	padding-left: 1em;
}
.exp {
	margin-left: 1em;
	margin-bottom: 2em;
}
.imgtbl, .graph {
	margin-top: 2em;
	margin-bottom: 2em;
	font-weight: bold;
}
#contents .img th, #contents .imgtbl th {
	text-align: center;
}
.imgtbl td {
	padding-top: 20px;
	vertical-align: middle;
}
.imgtbl tr:first-child td, .init {
	padding-top: 0;
}
.graph {
	margin-left: 1em;
}
.graph td {
	text-align: center;
}
#contents .graph th + td {
	padding-left: 0;
}
#contents .graph th + td:before {
	margin: 0;
	content: none;
}
.graph .bar {
	text-align: left;
}
#contents .bar img {
	vertical-align: 0;
}
.c_2em td {
	padding-right: 2em;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.nof img {
	border: none;
}
.green {
	color: #060;
}


#sidebar {
	position: absolute;
	top: 140px;
	left: 0;
	width: 200px;
	text-align: right;
	font-size: 12px;
	line-height: 1.2;
}
#sidebar h2, #sidebar h3 {
	font-size: 100%;
}
#sidebar h2, #sidebar ul, #sidebar form, #sidebar .ads {
	margin-bottom: 1em;
}
#sidebar h2 a, #sidebar h3 a {
	border-right: solid 5px #00c;
}
#sidebar p {
	margin-bottom: 1em;
}
#sidebar td {
	padding: 0;
}
#gsc-i-id1 {
	width: 125px;
}
.gsc-clear-button {
	display: none;
}


#footer {
	padding: 0 50px 20px;
	font-size: 75%;	
	text-align: center;
}
#about_link {
	margin: 5px 0;
}
address {
	font-style: normal;
}
#fb-root {
	display: none;
}


@media only screen and (max-width: 960px) {
#base {
	background: none;
}
#header {
	padding: 20px 20px 0;
}
#logo {
	right: 20px;
}
#contents {
	margin-left: 20px;
}
.shortage {
	height: auto;
}
#sidebar {
	position: static;
	overflow: hidden;
	width: 100%;
	padding-top: 1em;
	text-align: left;
	background: #ccf;
}
#sidebar .column {
	float: left;
	width: 200px;
}
#sidebar h2 a, #sidebar h3 a {
	border-left: solid 5px #00c;
	border-right: none;
}
#footer {
	padding: 0 20px 20px;
}
}


a {
	color: #00c;
	text-decoration: underline;
	cursor: pointer;
}
a:visited {
	color: #006;
}
a:hover {
	color: #66f;
}
a:active {
	color: #e00;
}
#caution a {
	font-weight: bold;
	color: #e00;
}
#caution a:visited {
	color: #e00;
}
#caution a:hover {
	color: #f60;
}
#caution a:active {
	color: #e00;
}
a:link img {
	border-color: #00c;
}
a:visited img {
	border-color: #006;
}
a:hover img {
	border-color: #66f;
}
a:active img {
	border-color: #e00;
}
strong a {
	color: #e00;
}
strong a:visited {
	color: #e00;
}
strong a:hover {
	color: #f60;
}
strong a:active {
	color: #e00;
}
