@charset "utf-8";

/*===================================================
ブラウザスタイル初期化
===================================================*/

img {border: 0; vertical-align: bottom;}
form {margin: 0;}
h1, h2, h3, h4, h5, h6 {margin: 0;	padding: 0;	font-size: 100%;	font-weight: normal;}
p, ul, ol, li, dl, dt, dd {margin: 0;	padding: 0;}
ul, li {list-style: none;}


/*===================================================
Text Link
===================================================*/

a:link {color: #336699; text-decoration: underline;}
a:visited {color: #336699; text-decoration: underline;}
a:hover {color: #b71d4c; text-decoration: none; background-color:  #ececec;}
a:active {color: #b71d4c; text-decoration: none; background-color: #ececec;}

a.nobg {background-color: #ffffff;}/* for WinIE8、Opera*/


/*===================================================
基本レイアウト
===================================================*/
html {
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffff;
	color: #666666;
	font-size: 13px;
	line-height: 1.5em;
	height: 100%;
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
/* for WinIE6*/
* html body {
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	vertical-align: baseline;
}
/* for WinIE7*/
*:first-child+html body {
	font-family: 'メイリオ', Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}


#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
	width: 810px;
	min-height: 100%;/*モダンブラウザに適用*/
	height: auto !important;/*モダンブラウザに適用*/
	height: 100%;/*全ブラウザに適用*/
	background: #ffffff url(../img/bg_container.gif) 0px 0px repeat-y;
	z-index: 0;
}


/*===================================================
ヘッダー部
===================================================*/
#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
	width: 800px;
	height: 83px;
	background: #ffffff url(../img/bg_header.gif) 0px 0px no-repeat;
	z-index: 100;
}

#header h1 {
	position:absolute;
	top: 18px;
	left: 15px;
	display: block;
	width: 168px;
	height: 35px;
	background: #ffffff url(../img/portal_title.gif) 0px 0px no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;	
	z-index: 200;
}

#iguazulogo {
	position:absolute;
	top: 20px;
	left: 690px;
	z-index: 200;
	font-size: 0px;
	line-height: 0;
}


/*---------------------------------------------------
グローバルナビゲーション
---------------------------------------------------*/
#globalnavi {
	position: absolute;
	top: 84px;
	left: 127px;
	width: 520px;
	height: 16px;
	z-index: 200;
}

#globalnavi li {float: left;}

#globalnavi a#globalnavi00 {
	margin-left: 0;
	display: block;
	width: 55px;
	height: 16px;
	background: #ffffff url(../img/global_navi.gif) 0px 0px no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}

#globalnavi a#globalnavi00:hover {
	background: #ffffff url(../img/global_navi.gif) 0px -16px no-repeat;
}

#globalnavi a#globalnavi01 {
	margin-left: 0;
	display: block;
	width: 79px;
	height: 16px;
	background: #ffffff url(../img/global_navi.gif) -55px 0px no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}

#globalnavi a#globalnavi01:hover {
	background: #ffffff url(../img/global_navi.gif) -55px -16px no-repeat;
}


/*---------------------------------------------------
サブグローバルナビゲーション
---------------------------------------------------*/
#subgnavi {
	position: absolute;
	top: 54px;
	left: 663px;
	width: 106px;
	height: 10px;
	z-index: 200;
}

#subgnavi li {float: left;}

#subgnavi a#subgnavi01 {
	margin-left: 0;
	display: block;
	width: 66px;
	height: 10px;
	background: #ffffff url(../img/sub_gnavi.gif) 0px 0px no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}

#subgnavi a#subgnavi01:hover {
	background: #ffffff url(../img/sub_gnavi.gif) 0px -10px no-repeat;
}

#subgnavi a#subgnavi02 {
	margin-left: 8px;
	display: block;
	width: 109px;
	height: 10px;
	background: #ffffff url(../img/sub_gnavi.gif) -74px 0px no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}

#subgnavi a#subgnavi02:hover {
	background: #ffffff url(../img/sub_gnavi.gif) -74px -10px no-repeat;
}


/*===================================================
コンテンツ部
===================================================*/

#contents {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
	background-color: #ffffff;
	width: 800px;
	min-height: 100%;
 height: auto !important;
 height: 100%;
}
/* for WinIE6*/
* html body #contents {
	height: 420px;
}
/* for Opera*/
body:last-child #contents {
	min-height: 400px;
}


#wrap {
	position: relative;
	margin: 0 20px;
	padding: 0;
	text-align: left;
	background-color: #ffffff;
	width: 760px;
	min-height: 100%;
  height: auto !important;
  height: 100%;
}

#breadcrumb {
	position: relative;
	margin-left: 20px;
	padding-top: 10px;
	font-size: 12px;
	color: #999999;
	width: 760px;
}

#contents h2 {
	position: relative;
	margin: 8px 0 0 20px;
	background: #333333;
	width: 760px;
	height: 34px;
	color: #ffffff;
}

/*---------------------------------------------------
メインコンテンツ
---------------------------------------------------*/
#mainbox {
	position: relative;
	margin: 20px 0 0 65px;
	background: #ffffff;
	width: 670px;
	min-height: 100%;
  height: auto !important;
  height: 100%;
}

#topswf {
	margin-top: 10px;
	text-align: center;
}

#corp {
	position: relative;
	margin: 0;
	width: 670px;
	height: 83px;
}

#corp #corplogo {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 50px;
	height: 63px;
}

#corp #corpadd {
	position: absolute;
	top: 13px;
	left: 80px;
	width: 250px;
	font-size: 10px;
	line-height: 130%;
	color: #999999;
}

#corpadd address {
	font-style: normal;
}

#attention {
	position: absolute;
	top: 13px;
	left: 335px;
	width: 330px;
	font-size: 10px;
	line-height: 130%;
	color: #999999;
}

#supp {
	padding: 5px 0;
	text-align: right;
	font-size: 11px;
}

#supp a {
	color: #666666;
	text-decoration: underline;
}

#supp a:hover {
	color: #b71d4c;
	text-decoration: none;
	background-color:#ececec;
}


#mainbox ul {
	margin: 10px 0 0 10px;
}

#mainbox ul li {
	margin: 0;
	padding: 0 0 2px 20px;
	background: #ffffff url(../img/list_mark1.gif) 5px 0.4em no-repeat;
}
/* for WinIE7*/
*:first-child+html #mainbox ul li {
	background: #ffffff url(../img/list_mark1.gif) 5px 0.2em no-repeat;
}


/*===================================================
フッター部
===================================================*/
#footer {
	clear: both;
	position: relative;
	margin: 15px auto 0 auto;
	padding: 0;
	text-align: left;
	background: #ffffff url(../img/bg_footer.gif) 0 0 no-repeat;
	width: 800px;
	height: 41px;
}

#clearbar {
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0;
	width: 800px;
	height: 2px;
}

#txtnavi {
	position:absolute;
	top: 12px;
	left: 20px;
	text-align: left;
	font-size: 12px;
	color: #666666;
	width: 320px;
	height: 20px;
}

#txtnavi a {
	color: #666666;
	text-decoration: underline;
}

#txtnavi a:hover {
	color: #b71d4c;
	text-decoration: none;
	background-color:#ececec;
}

#copyright {
	position:absolute;
	top: 12px;
	left: 478px;
	text-align: right;
	font-size: 12px;
	color: #666666;
	width: 300px;
	height: 20px;
}

#footer #warningtxt {
	position:absolute;
	top: 45px;
	left: 100px;
	font-size: 10px;
	color:#999999;
	width:600px;
}


/*---------------------------------------------------
調整用汎用クラス
---------------------------------------------------*/
.mt05 {
	margin-top: 05px;
}

.mt10 {
	margin-top: 10px;
}

.delsp {
	font-size: 0px;
	line-height: 0;
	clear: both;
}

.stxt {
	font-size: 11px;
	color: #999999;
}

.ptbox {
	clear: both;
	margin: 0;
	padding: 20px 0 10px 0;
}

.ptbox a.pagetop {
	margin-left: 568px;
	display: block;
	width: 102px;
	height: 10px;
	background: #ffffff url(../img/pagetop.gif) 0px 0px no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}

.ptbox a.pagetop:hover {
	background: #ffffff url(../img/pagetop.gif) 0px -10px no-repeat;
}

