/*impact/css/common.css*/

/* reset style */

html, body,
h1, h2, h3, h4, h5, h6,
div, p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%; /* 0415 */
}

html {
	overflow-y: scroll;
}

img {
	border: none;
}

/* default font */

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	font-size: 75%\9;	/* IE8 and below */
	line-height: 1.5;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {  
	font-size: 100%;  
	font-weight: normal;  
}

/* clear fix */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* misc */

.display_block {
	display: block !important;
}


.display_none {
	display: none !important;
}

.visible {
	visibility:visible !important;
}

.invisible {
	visibility:hidden !important;
}

.bold {
	font-weight: bold;
}

.cursor_pointer {
	cursor:pointer;
}

/*
	page's mainframe 
*/

#wrap {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
} 

#page { /* footerの場所取り */
	padding-bottom: 155px;
}

#header {
	width: 100%;
	min-width: 1024px;
	height: 174px;
	background-image: url(../images/header_bg.png);
}

#contents {
	width: 100%;
	min-width: 1024px;
	padding-bottom: 30px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-width: 1024px;
	height: 155px; /* contents のpadding-bottomと同じ値を指定 */
	background-color: #717171;
	background-image: url(../images/footer_bg.png);
}

#header_main, #footer_main, #contents_main {
	width: 1024px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

/* page mainframe end */

/* header */
#header_main img#impact {
	position: absolute;
	top: 0px;
	left: 0px;
}

#header_main #hdr_banners {
	position: absolute;
	left: 834px; /*834px;*/
	top: 0px;
	width: 160px;
	padding-left: 30px;
	padding-top: 8px;
	height: 100px;
	background-color: white;
	display: none;
}

#header_main #hdr_links {
	position: absolute;
	right: 5px;
	top: 108px;
	width: 390px;
	height: 21px;
	padding-top: 5px;
	font-size: 0.9em;
}

#header_main #hdr_links_e {
	position: absolute;
	right: 0px;
	top: 108px;
	width: 214px;
	height: 21px;
	padding-top: 5px;
	font-size: 0.9em;
}

#header_main #hdr_links li, #header_main #hdr_links_e li {
	float: left;
	margin: 1px auto auto 3px;;
	list-style-type: none;
}

#header_main #hdr_links li a, #header_main #hdr_links_e li a {
    margin-left: 3px;
}


#header #hdr_links a, #header #hdr_links a:visited, #header #hdr_links_e a, #header #hdr_links_e a:visited {
	color: #717171;
	text-decoration: none;
}

#header #hdr_links a:hover, #header #hdr_links_e a:hover {
	border-bottom: 1px solid #717171;
	padding-bottom: 0px;
}

#header_main #hdr_impact {
	position: absolute;
	top: 109px;
	left: 97px; /*37px;*/
	width: 450px;
	height: 37px;
}

#header_main #hdr_menu {
	position: absolute;
	left: 0px;
	top: 135px;
	width: 100%;
	height: 37px;
}

#header_main #hdr_menu li {
	float: left;
	margin: 0;
	list-style-type: none;
}

#header_main #google_search {
	position: absolute;
	top: 139px;
	left: 855px;
	width: 160px;
	height: 30px;
}

#header_main #google_search input[type="text"]{
	position: absolute;
	left: 0px;
	top: 3px;
	height: 21px;
	width: 120px;
	border: 1px solid black;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#header_main #google_search input[type="image"]{
	position: absolute;
	left: 128px;
	top: 2px;
	height: 27px;
	width: 28px;
}



/* header end */

/* contents common objects */

#contents_main a, #contents_main a:visited {
	text-decoration: none;
	color: black;
}

#contents_main a:hover {
	text-decoration: underline;
}

/* Some pages would not contain this objects (e.g. top page). */
#breadcrumb {
	width: 500px;
	height: 20px;
	margin: 10px auto 10px 20px;
}

#breadcrumb .current_page {
	color: #0e6eb8;
	font-weight: bold;
}

#page_title { 
/*	background-color: gray; color: white;*/
	width: 700px;
	height: 33px;
	margin: 0px auto 10px 10px;
}



/* contents common objects end */

/* footer */

#footer_main #ft_impact {
	position: absolute;
	left: 795px;
	top: 10px;
}

#footer_main #ft1 {
	position: absolute;
	left: 25px;
	top: 15px;
}

#footer_main #ft2 {
	position: absolute;
	left: 200px;
	top: 15px;
}

#footer_main #ft3 {
	position: absolute;
	left: 450px;
	top: 15px;
}

#footer_main .footer_menu {
	font-size: 1.1em;
	color: white;
}

#footer_main .footer_menu li {
	list-style-type: none;
	font-size: 1em;
	margin-bottom: 10px;
}

#footer_main #ft_links {
	position: absolute;
	right: 0px;
	top: 90px;
	width: 600px;
	height: 20px;
	font-size: 0.9em;
}

#footer_main #ft_links_e {
	position: absolute;
	right: 0px;
	top: 90px;
	width: 430px;
	height: 20px;
	font-size: 0.9em;
}

#footer_main #ft_links li, #footer_main #ft_links_e li {
	float: left;
	margin: 1px auto auto 15px;;
	list-style-type: none;
	color: white;
}

#footer_main #notice {
	position: absolute;
	left: 0px;
	top: 113px;
	width: 100%;
	text-align: center;
	font-size: 0.9em;
}

#footer_main #copyright {
	position: absolute;
	left: 29px;
	top: 142px;
	width: 100%;
	text-align: center;
	font-size: 0.7em;
	color: #717171;
}

#footer .copy {
	font-size: 1.6em;
	vertical-align: bottom;
	line-height: 1em;
}


#footer a, #footer a:visited {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 2px solid white;
	padding-bottom: 1px;
}

#footer #ft_links a:hover {
	border-bottom: 1px solid white;
	padding-bottom: 0px;
}

/* footer end */

/* リンクをクリックしたときの点線を消す */
a {
	outline: none;
}


#contents_main a.download {
	background-image: url("../images/icon_pdf.png");
	background-repeat: no-repeat;
	background-size: 26px 25px;
	background-position: 0px 3px;
	padding-left: 30px;
	padding-top: 10px;
	height: 20px;
	display: inline-block;

}

#contents_main a.download_xls {
	background-image: url("../images/icon_excel.png");
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: 0px 3px;
	padding-left: 30px;
	padding-top: 10px;
	height: 20px;
	display: inline-block;

}

#contents_main a.download_doc {
	background-image: url("../images/icon_word.png");
	background-repeat: no-repeat;
	background-size: 26px 25px;
	background-position: 0px 3px;
	padding-left: 30px;
	padding-top: 10px;
	height: 20px;
	display: inline-block;

}




tr[data-href]{
	cursor: pointer;
}
