@charset "UTF-8";

/* news-about-access-mexnote用 */

/* リストの記号を消す */
ul{list-style:none;}

body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	background-color: #FFF;
	font-weight: lighter;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-right: 100px;
	padding-left: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #039;
	padding-bottom: 10px;
	width: 800px;
	position: absolute;
	top: 30px;
}
.oneColFixCtrHdr #mainContent {
	padding-right: 100px;
	padding-left: 100px;
	margin-bottom: 50px;
	margin-top: 170px;
}
#tablebig {
	width: 800px;
	margin-bottom: 20px;
}
#tablebigline {
	width: 800px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #039;
	margin-top: 30px;
}
#tdnewsphoto {
	width: 300px;
	vertical-align: top;
	padding-top: 5px;
	text-align: left;
}
#tdnewstext {
	width: 500px;
	vertical-align: top;
}
#tdphoto {
	width: 350px;
	vertical-align: top;
	padding-top: 5px;
	text-align: left;
}
#tdtext {
	width: 450px;
	vertical-align: top;
}
#tdmap {
	width: 400px;
	vertical-align: top;
	padding-top: 5px;
	text-align: left;
}
#tdmaptext {
	width: 400px;
	vertical-align: top;
}
#tdnumber {
	width: 200px;
	vertical-align: top;
	text-align: left;
}
#tdlist {
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
}
#tdphotomini {
	width: 40px;
	vertical-align: top;
	text-align: left;
	padding-top: 5px;
}

/* メキシコノート */
#mex-note-photo {
	text-align: left;
	padding-top: 25px;
}
#mex-note-credit{
	text-align: left;
	font-size: 67%;
	margin-top: 5px;
}
#mex-note-title{
	text-align: left;
	margin-top: 60px;
	margin-left: 100px;
}
#mex-note-text {
	text-align: left;
	width: 700px;
	margin-left: 100px;
	margin-top: 30px;
}
/* メキシコノートここまで */

/* フッター */
.oneColFixCtrHdr #footer {
	padding-right: 100px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #039;
}
/* フッター用小フォント */
.oneColFixCtrHdr #footer p {
	padding-bottom: 10px;
	text-align: right;
	font-size: 50%;
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}

/* 上部ナビバー */
.fltrt {
	font-size: 85%;
	top: 67px;
	position: absolute;
	width: 600px;
	margin-right: 100px;
	margin-left: 300px;
}
.fltrt ul {
	margin-top: 0px;
	text-align: right;
	margin-left: 0px;
}
.fltrt li{
	padding-left: 20px;
	display: inline;
}
/* 上部ナビバーここまで */

/* パンくずリスト */
.fltlft {
	font-size: 80%;
	position: absolute;
	top: 115px;
	padding-left: 100px;
	width: 800px;
	padding-right: 100px;
}
.fltlft ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.fltlft li{
	display: inline;
	padding-right: 10px;
}
/* パンくずリストここまで */

.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* テキスト（メキシコノート／） */
p {
	font-size: 89%;
	font-weight: lighter;
	line-height: 200%;
}
/* メキシコノートタイトル太字 */
h1 {
	font-size: 100%;
	font-weight: bold;
}
h2 {
	font-size: 96%;
	font-weight: lighter;
}
h3 {
	font-size: 89%;
	font-weight: lighter;
}
h5 {
	font-size: 67%;
	font-weight: lighter;
	margin-top: -2px;
}
h6 {
	font-size: 96%;
	font-weight: lighter;
}
/* 太字 */
.bold {
	font-weight: bold;
}
/* 通常リンク文字 */
a {
	text-decoration: none;
	color: #333;
}
/* 通常リンク用カーソル青文字下線 */
a:hover {
	color: #039;
	text-decoration: underline;
}
/* リンク用青文字 */
.blue {
	color: #039;
	font-weight: bold;
}
/* shopリンク用赤文字 */
.red {
	color: #936;
}
/* shopリンク用カーソル赤文字下線 */
a:hover.redline {
	text-decoration: underline;
	color: #936;
}
/* 画像の枠を消す */
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
