@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: #5482ab; text-decoration: none; background-color: #dbfce2;}
a:active {color: #5482ab; text-decoration: none; background-color: #dbfce2;}

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: 130%;
	height: 100%;
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
/* for WinIE6*/
* html body {
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	vertical-align: baseline;
}
/* for WinIE7・8*/
*: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: 121px;
	background: #ffffff url(../img/bg_header.gif) 0px 0px no-repeat;
	z-index: 100;
}

#header h1 {
	position:absolute;
	top: 10px;
	left: 20px;
	display: block;
	width: 157px;
	height: 54px;
	background: #ffffff url(../img/segway_logo.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: 20px;
	width: 473px;
	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: 131px;
	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;
}

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

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

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

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

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

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


/*---------------------------------------------------
サブグローバルナビゲーション
---------------------------------------------------*/
#subgnavi {
	position: absolute;
	top: 54px;
	left: 597px;
	width: 183px;
	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 {
	margin-left: 20px;
	padding-top: 10px;
	font-size: 12px;
	color: #999999;
	width: 760px;
	height: 30px;
}


/*---------------------------------------------------
ナビゲーション＆バナー
---------------------------------------------------*/
#sidebox {
	float: left;
	position: relative;
	margin: 0;
	padding-bottom: 5px;
	background: #eeeeee url(../img/bg_sidebox_b.gif) left bottom no-repeat;
	width: 190px;
}

#sideboxhead {
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0;
	width: 190px;
	height: 5px;
	background: #eeeeee url(../img/bg_sidebox_t.gif) 0px 0px no-repeat;
}

#localnavi {
	margin: 0 5px;
	font-size: 0px;
	line-height: 0;
}

#localnavi li a {
	margin-top: 0;
	padding: 0;
	display: block;
	width: 180px;
	height: 33px;
	background: #ffffff url(../img/bg_navi.gif) 0px 0px no-repeat;
	color: #ffffff;
	text-decoration: none;
	text-indent: 0;
	overflow: hidden;
	outline: none;
	vertical-align: middle;
}

#localnavi li a:hover {
	color: #336600;
	background: #ffffff url(../img/bg_navi.gif) 0px -30px no-repeat;
}


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


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

#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: #5482ab;
	text-decoration: none;
	background-color:#dbfce2;
}

#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;
}


/*---------------------------------------------------
ページTOPへ
---------------------------------------------------*/
.ptbox {
	clear: both;
	margin: 0;
	padding: 20px 0 10px 0;
}

.ptbox a.pagetop {
	margin-left: 658px;
	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;
}


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

.ptbox1 a.pagetop {
	margin-left: 458px;
	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;
}

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


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

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.ml10 {
	margin-left: 10px;
}

