@charset "UTF-8";
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
body {
	background-image: url(../images/bg.gif);
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック";
	font-size: 1em;
	color: #323232;
	background-repeat: repeat-x;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}
ul, ol, dl, form {
	margin: 0px;
	padding: 0px;
}
#bg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-width:1000px;
}
#header {
}
h1 {
	color: #fff;
	float: left;
	height: 46px;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0px;
	padding-top: 12px;
}
h1  a {
	color: #fff;
	text-decoration: none;
}
h1  a:hover {
	text-decoration: underline;
}
h1  span {
	font-size: 0.875em;
	font-weight: normal;
}
.wrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	padding-bottom: 190px;
}
#header #language {
	float: right;
	font-size: 0.875em;
}
#header #language a {
	line-height: 38px;
	color: #ffc702;
	background-color: #000057;
	text-align: center;
	height: 38px;
	width: 118px;
	display: block;
	text-decoration: none;
}
#header #language a:hover {
	text-decoration: underline;
}
h2 {
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000056;
	border-bottom-color: #000056;
	font-size: 1.143em;
	margin-top: 0px;
	color: #000056;
	padding-top: 10px;
	padding-bottom: 10px;
}
h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000056;
	line-height: 44px;
	height: 44px;
	font-size: 1.143em;
	margin-top: 0px;
	color: #000056;
}
#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 32px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(../images/bg.png);
}
#side {
	float: left;
	width: 230px;
	font-weight: bold;
}
#side li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#side li .on {
	color: #ffcb00;
}
#side ul {
	padding-bottom: 30px;
}
#side li a {
	color: #fff;
	background-color: #000154;
	height: 39px;
	width: 212px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #616497;
	zoom:1;
	display: block;
	line-height: 39px;
	text-decoration: none;
	padding-left: 18px;
	font-size: 0.875em;
}
#side li a:hover {
	color: #ffcb00;
}
#side_box {
	border: 1px solid #000253;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.75em;
	padding-top: 10px;
}
#side_box p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	word-break: break-all;
}
#side_box a {
	color: #0090d3;
	text-decoration: none;
}
#side_box a:hover {
	text-decoration: underline;
}
#side_box span {
	color: #0090d3;
}
#contents {
	float: right;
	width: 660px;
	font-size: 0.85em;
}
#footer {
	width: 100%;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#footer ul {
	display: inline;
}

#footer li {
	display: inline;
	width: auto; /*追記*/
	white-space: nowrap; /*追記*/
	padding-right: 20px;
	padding-left: 20px;
}
#footer p {
	font-size: 0.625em;
}
#page_top {
	text-align: right;
	color: #000056;
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	padding-bottom: 80px;
	font-size: 0.875em;
	padding-top: 20px;
}
#page_top span {
	background-image: url(../images/pagetop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#page_top a {
	color: #0090d3;
	text-decoration: none;
}
#page_top a:hover {
	text-decoration: underline;
}
