@charset "UTF-8";
html {
	background-color: #CCC;
}
body {
	color: #333333;
	background-color: #FFF;
	margin: 0 auto;
}
.container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
/* 見出し・リンク */
.komidashi {
	border-bottom: dashed 1px #999;
	padding: 5px 0;
	font-size: 16px;
	line-height: 18px;
	vertical-align: bottom;
	margin-bottom: 10px;
}
.linkbutton img {
	cursor: pointer;
}
/* header */
.header_container {
	width : 980px;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 10px;
}
.header_logo {
	width: 270px;
	float: left;
}
.header_right {
	width : 710px;
	float: right;
}
ul.gNav {
	overflow: hidden;
	width: 710px;
}
ul.gNav li {
	float: left;
	margin-left: 10px;
}
/*サブページ*/
.contentbg {
}
.sub_container {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 0px;
	padding-top: 0px;
}
.kyozainav {
	position: relative;
	height: 40px;
}
.pankuzu {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 13px;
	margin-top: 10px;
	color: #999999;
	height: 40px;
}
.pankuzu span {
	color: #fba22c;
}
.modoru {
	position: absolute;
	left: 0;
	top: 8px;
}
/* ページナビ */
#print .pagination_wrapper,
#video .pagination_wrapper {
	height: 40px;
	width: 840px;
	float: right;
}
div.pagination {
	padding: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	width: 100%;
	margin-top: 5px;
}
div.pagination a {
	padding: 3px;
	margin: 2px;
	text-decoration: none; /* no underline */
	color: #999;
}
div.pagination a:hover {
	padding: 3px;
	margin: 2px;
	background-color: #32b4fa;
	color: #fff;
	cursor: pointer;
}
div.pagination span.current {
	padding: 3px;
	margin: 2px;
	background-color: #fa8200;
	color: #FFF;
}
/*footer*/
.uehe {
	width: 100%;
	text-align: center;
}
.footer_image_bg {
    margin-top:10px;
	background-image: url(../images/footer/footer_image_r.png);
	background-repeat: repeat-x;
}

#footer {
	font-size: 13px;
	color: #333333;
	background-color: #f3fb73;
	padding-top: 25px;
	height: 350px;
	text-align: center;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
.footermenu li {
	display: inline;
}
#footer .copyright {
	margin-top : 20px;
}
#footer .copyright p {
	width: 980px;
	font-size: 12px;
	text-align: center;
}
/*共通パーツ*/
a.download_button {
	background-image: url(../images/common/download_button.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 202px;
	height: 42px;
	color: #333333;
	font-size: 19px;
	line-height: 42px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 20px auto 10px auto;
	display: block;
	text-decoration: none;
}
a.download_button:hover {
	background-image: url(../images/common/download_button_o.png);
	color: #FFFFFF;
}
.file_info {
	color: #999999;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
}
.data_size {
	text-align: center;
	color: #999999;
	font-size: 13px;
}
.kobetsu_dl {
	color: #333333;
	background: #fcee21;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 2px #999; /* CSS3 */
	-moz-box-shadow: 1px 1px 2px #999; /* Firefox用*/
	-webkit-box-shadow: 1px 1px 2px #999; /* Google Chrome, Safari用*/
	display: inline-block;
	margin: 5px 0;
	padding: 7px 10px 5px 10px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
}
.kobetsu_dl:hover {
	background: #646464;
	color: #FFF;
}
a.kobetsu_dl {
	text-decoration: none;
	color: #333333;
}
/*ポータルバナー・facebook*/
.potal_banner {
	width: 680px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
}
.potal_banner .left_banner{
	width: 550px;
	float: left;
}
.potal_banner .right_facebook {
	width: 110;
	height: 70px;
	float: right;
	border: 1px dotted #999999;
    background-color: transparent;
    color:#000000;
	padding: 4px;	
}
.potal_banner .facebook_text {
	width: 70px;
	float: left;
}
.potal_banner .facebook_icon {
	float: right;
}

/*********************************/
/* 今回追加分                    */
/*********************************/
/*上へ*/
#gotop {
	opacity: 0.5;
	height: 3em;
	width: 3em;
	position: fixed;
	right: 20px;
	bottom: 40px;
	text-align: center;
	z-index: 1;
}

#gotop img{
	width: 3em;
}
#gotop a {
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 1;
	padding: 0.8em 0.3em;
}
