@charset "utf-8";

/*===================================

  Print Style Sheet
  
　※CSS設定内でコメントアウトしている
　　部分は各サイト個別で所有する
　　theme.cssで設定すること

===================================*/

body,
#mheader,
#mheader .inner .link a,
#wrapper #header .link2 a,
#wrapper #main #contents .history a,
#wrapper #main #contents .history .now,
#wrapper #main #contents #m_p_link .internal a,
#wrapper #footer a {
	font-size: 12pt;
	color: #000000 !important;
	background-color: #FFFFFF !important;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0;
}

table,
th,
td {
  border-collapse: collapse;
  border-spacing: 0;
}

.m_ph_index .ph,
.m_Utx_Bphs .ph {
  float: none !important;
  clear: both !important;
  padding: 0 0 15px 0;
  width: 560px !important;
}

