/*= 共通設定 ============================================================*/html {	margin: 0px;	padding: 0px;	overflow-y: scroll;}body {	width: 100%;	margin: 0px;	padding: 0px;	color: #000000;	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;	text-align: center;}h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, address, img, hr, div, form, noscript {	margin: 0px;	padding: 0px;	font-style: normal;	font-size: 100%;}h2, h3, h4, h5, h6 {	font-size: 90%;	clear: both;}p, ul, ol, dl, address, blockquote, table {	font-size: 80%;	line-height: 1.5em;}ul {	list-style:none;}img {	border: 0;	display: block;}hr {	clear: both;	visibility: hidden;}/*= floatバグ対策 ============================================================*/.clearfix:after {	height: 0px;	display: block;	clear: both;	visibility: hidden;	overflow: hidden;	content:".";}/*= IE5/6 =*/@media all { * html .clearfix {	height:1%;} }/*= IE7 =*/*:first-child+html .clearfix {	overflow: hidden;}/*= MacIE5 =*/* html>body .clearfix {	display: inline-block;}/*= リンク設定 ============================================================*/a:link {	color: #1763c1;}a:visited {}a:hover {	text-decoration: none;}a:active {	outline: none;}a:focus {	outline:none;}/*= ファイルアイコン表示設定 ============================================================*/#content a[href^="http"] {	padding-right: 16px;	background: url(../images/icon/icon_external.gif) no-repeat center right;  } #content a[href $='.pdf'] {	padding-right: 16px;	background: url(../images/icon/icon_pdf.gif) no-repeat center right;}#content a[href $='.doc'] {	padding-right: 16px;	background: url(../images/icon/icon_doc.gif) no-repeat center right;}#content a[href $='.xls'] {	padding-right: 16px;	background: url(../images/icon/icon_xls.gif) no-repeat center right;}/*= IE6 =*/* html #content a.external {	padding-right: 16px;	background: url(../images/icon/icon_external.gif) no-repeat right center;  } * html #content a.icon_pdf {	padding-right: 16px;	background: url(../images/icon/icon_pdf.gif) no-repeat right center;}* html #content a.icon_doc {	padding-right: 16px;	background: url(../images/icon/icon_doc.gif) no-repeat right center;}* html #content a.icon_xls {	padding-right: 16px;	background: url(../images/icon/icon_xls.gif) no-repeat right center;}* html #content a{behavior: expression(this.className += this.getAttribute("href").match(/^http.*/) && (!this.getAttribute("href").match("areamark.jp")) ? " external" : "",this.className += (this.getAttribute("href").match(".pdf")) ? " icon_pdf" : "",this.className += (this.getAttribute("href").match(".doc")) ? " icon_doc" : "",this.className += (this.getAttribute("href").match(".xls")) ? " icon_xls" : "",this.style.behavior = "none");}
