@charset "utf-8";

/* ******************************

	みなとみらい線
	common.css
	
	* reset
	* general
	* general style(font-size/link/clear/)
	* header
	* global navigation
	* topics path
	* side navigation
	* footer
	* quick access
	* banner-area
	* margin/padding setting
	* line-height setting
	
******************************** */


/* reset
---------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* general
---------------------------------------------------------- */

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 0.75em;
	color: #666666;
	text-align: center;
	background-color: #a1e4ea;
	}
	
#coutainer{
	width: 100%;
	background: #FFFFFF url(/img/common/bg-main.gif) left top repeat-x;
	}
#coutainer-in{
	width: 880px !important;
	width: 920px;
	height: auto !important;
	height: 1px;
	margin: 0 auto;
	padding: 10px 20px 0;
	background: url(/img/common/bg-coutents.png) center top repeat-y;
	text-align: left;
	}

#left-side{
	width: 650px;
	float: left;
	padding-top: 10px;
	background-color: #FFFFFF;
	} 
#right-side{
	width: 208px !important;
	width: 216px;
	float: right;
	padding: 4px 4px 0 ;
	background-color: #cef0f2;
	}
	
/* ie6 table font size */

th,td{
	font-size: 1.0em !important;
	font-size: 0.75em;
	}



/* general style
---------------------------------------------------------- */

/* font-size */

body.fontNormal{ font-size: 0.75em; }
body.fontLarge{ font-size: 0.9em; }


/* line-height */

p{
	line-height: 1.5em;
	}

/* link */
a{
	color: #0166bb;
	text-decoration: none;
	outline: none;
	}
a:hover{
	text-decoration: underline;
	}

/* clear */
.clr{
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	overflow: hidden;
	}
	
/* float clear */	
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden; 
	}
.clearfix{
	display: inline-block;
	}
/* horry \*/
*html .clearfix{
	height: 1%;
	}
.clearfix{
	display: block;
	}
/* horry end */
	

/* float */

.f-left{ float: left; }
.f-right{ float: right; }
.f-none{ float: none; }

/* text-align */

.tx-center{ text-align: center; }
.tx-left{ text-align: left; }
.tx-right{ text-align: right; }

/* text-style */
.tx-bold{font-weight:bold;}
.tx-under{text-decoration:underline;}


/* header
---------------------------------------------------------- */

#header{
	width: 100%;
	background: #FFFFFF url(/img/header/bg-header.gif) center top repeat-y;
	color: #012d8e;
	}
#header-in{
	width: 900px;
	margin: 0px auto;
	padding-top: 9px;
	/*padding-bottom: 18px;*/
	padding-bottom: 12px;
	text-align: left;
	}	
#header-in a{
	color: #012d8e;
	text-decoration: none;
	}
	#header-in a:hover{
	text-decoration: underline;
	}
#header-in h1{
	/*width: 216px;
	height: 52px;*/
	width: 221px;
	height: 56px;
	float: left;
	_margin-left: 1px;
	}
#header-in h1 a{
	display: block;
	/*width: 216px;
	height: 52px;*/
	width: 221px;
	height: 56px;
	background: url(/img/header/logo.gif) left top no-repeat;
	text-indent: -9999px;
	}
#header-in #header-right{
	/* width: 403px; */
	margin-right: 12px;
	width: auto;
	float: right;
	position: relative;
	}
	
	
/* 文字サイズ変更ボタン */
#header-in #header-right div dl{
	/*width: 122px;*/
	width: 10.5em;
	/*height: 17px;*/
	float: left;
	position: relative;
	}
	#header-in #header-right div dt{ margin-top: 0.5em; margin-right: 0.5em; }
	#header-in #header-right div dd.fontChangeNormal,#header-in #header-right div dd.fontChangeLarge{
		width: 30px;
		height: 17px;
		position: absolute;
		background-position: left bottom;
		background-repeat: no-repeat;
		text-indent: -9999px;
		cursor: pointer;
		}
	#header-in #header-right div dd.fontChangeNormal{ background-image: url(/img/header/btn-txsize-n.gif); top: 2px; right: 32px; }
	#header-in #header-right div dd.fontChangeLarge{ background-image: url(/img/header/btn-txsize-l.gif); top: 2px; right: 0px; }
	#header-in #header-right div dd.active{ background-position: left top; }
	
	
/*  外国語対応リスト  */	
#header-in #header-right div ul.language-list{
	/*width: 250px;*/
	width: auto;
	margin-top: 0.5em;
	float: left;
	}
	#header-in #header-right div ul.language-list li{
		background: url(/img/header/listmark-language.gif) 0 0.3em no-repeat;
		padding-left: 10px;
		margin-left: 12px;
		float: left;
		}
	#header-in #header-right div ul.language-list li.korean a{
		display: block;
		width: 35px;
		height: 13px;
		background: url(/img/header/link_korean.gif) left top no-repeat;
		/*overflow: hidden;*/
		text-indent: -9999px;
		}
	#header-in #header-right div ul.language-list li.korean a:hover{ background-position: left bottom; }
		
/* サブナビゲーション */
#header-in #header-right ul.subnav{
	clear: left;
	}
	#header-in #header-right ul.subnav li{
		padding: 0 1.5em;
		margin-top: 20px;
		border: solid 1px #012d8e;
		border-width: 0 0 0 1px;
		float: left;
		}
	#header-in #header-right ul.subnav li.last{
		border-width: 0 1px 0 1px;
		}
		


/* global navigation
---------------------------------------------------------- */

#g-nav{
	width: 100%;
	height: 52px;
	background: url(/img/header/bg-gnav.gif) left top repeat-x;
	text-align: center;
	}
#g-nav-in{
	width: 885px !important;
	width: 920px;
	height: 36px;
	margin: 0 auto;
	padding: 7px 15px 9px 20px;
	background: url(/img/common/bg-coutents.png) center top repeat-y;
	text-align: left;
	}	
#g-nav ul li{
	width: 142px;
	height: 36px;
	float: left;
	margin-right: 5px;
	}
#g-nav ul li a{
	display: block;
	width: 142px;
	height: 36px;
	background-image: url(/img/header/g-nav.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}

	#g-nav ul li.info a{ background-position: 0 0; }
	#g-nav ul li.station a{ background-position: -142px 0; }
	#g-nav ul li.fare a{ background-position: -284px 0; }
	#g-nav ul li.mmnav a{ background-position: -426px 0; }
	#g-nav ul li.faq a{ background-position: -568px 0; }
	#g-nav ul li.map a{ background-position: -710px 0; }
	
	#g-nav ul li.info a:hover{ background-position: 0 -36px; }
	#g-nav ul li.station a:hover{ background-position: -142px -36px; }
	#g-nav ul li.fare a:hover{ background-position: -284px -36px; }
	#g-nav ul li.mmnav a:hover{ background-position: -426px -36px; }
	#g-nav ul li.faq a:hover{ background-position: -568px -36px; }
	#g-nav ul li.map a:hover{ background-position: -710px -36px; }
	
	#g-nav ul li.info a.nav-on{ background-position: 0 -36px; }
	#g-nav ul li.station a.nav-on{ background-position: -142px -36px; }
	#g-nav ul li.fare a.nav-on{ background-position: -284px -36px; }
	#g-nav ul li.mmnav a.nav-on{ background-position: -426px -36px; }
	#g-nav ul li.faq a.nav-on{ background-position: -568px -36px; }
	#g-nav ul li.map a.nav-on{ background-position: -710px -36px; }
	


/* topics path
---------------------------------------------------------- */
	
#topics-path{
	width: 100%;
	background-color: #FFFFFF;
	}
#topics-path-in{
	width: 860px !important;
	width: 920px;
	margin: 0 auto;
	padding: 0 30px;
	text-align: left;
	background: #FFFFFF url(/img/common/bg-coutents.png) left center repeat-y;
	}
#topics-path-in div{
	padding: 5px 0;
	}
	
	
/* side navigation
---------------------------------------------------------- */

#right-side h3.stitle{
	width: 208px;
	height: 40px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	}

#right-side .side-list{
	width: 208px;
	background-color: #FFF;
	padding: 6px 0 0 0;
	margin-bottom: 10px;
	}
	
#right-side .side-list-in{
	width: 208px;
	}

#right-side .side-list li{
	font-weight: bold;
	padding: 10px 0 5px 10px;
	border-bottom: 1px #9fc2da solid;
	}
#right-side .side-list li a{
	background: url(/img/common/list-mark02.gif) 0 0 no-repeat;
	color: #000000;
	font-size: 1.1em;
	padding-left: 17px;
	display: block;
	}



	
	
/* footer
---------------------------------------------------------- */

#footer{
	width: 100%;
	background: #a1e4ea url(/img/common/bg-footer.gif) left top repeat-x;
	text-align: center;
	}
#footer-in{
	width: 920px;
	min-height: 90px;
	height: auto !important;
	height: 100px;
	/*_height: 100px;*/
	margin: 0 auto;
	background: url(/img/common/bg-coutents.png) left top repeat-y;
	text-align: center;
	}
#footer-in ul{
	width: 100%;
	/*width: 800px;*/
	margin: 0 auto;
	padding-top: 40px;
	_padding-top: 45px;
	text-align: center;
	}
#footer-in li{
	display: inline;
	padding: 0 1.5em;
	/*float: left;*/
	}
#footer-in p{
	padding-top: 20px;
	}
	

/* quick access
---------------------------------------------------------- */	

#right-side h3.stitle-quick{
	width: 208px;
	height: 40px;
	background: url(/img/common/cap-quickaccess.gif) left top no-repeat;
	text-indent: -9999px;
	}

#right-side .quick{
	width: 208px;
	background-color: #FFF;
	margin-bottom: 12px;
	padding: 6px 0 0 0;
	}

#right-side .quick-list{
	width: 208px;
	line-height: 1.8em;
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	}
#right-side .quick-list li{
	background: url(/img/common/list-mark01.gif) 0 0.5em no-repeat;
	margin-left: 10px;
	padding-left: 10px;
	}


/* banner-area
---------------------------------------------------------- */	
	
#right-side #banner-area{
	width: 208px;
	/*margin-top: 12px;*/
	}
#right-side #banner-area p{
	margin-bottom: 6px;
	}


/* margin padding setting
---------------------------------------------------------- */	
.mt5{ margin-top: 5px; }
.mt10{ margin-top: 10px; }
.mt15{ margin-top: 15px; }
.mt20{ margin-top: 20px; }
.mt25{ margin-top: 25px; }
.mt30{ margin-top: 30px; }
.mt35{ margin-top: 35px; }
.mt40{ margin-top: 40px; }

.mr5{ margin-right: 5px; }
.mr10{ margin-right: 10px; }
.mr15{ margin-right: 15px; }
.mr20{ margin-right: 20px; }
.mr25{ margin-right: 25px; }
.mr30{ margin-right: 30px; }
.mr35{ margin-right: 35px; }
.mr40{ margin-right: 40px; }

.mb5{ margin-bottom: 5px; }
.mb10{ margin-bottom: 10px; }
.mb15{ margin-bottom: 15px; }
.mb20{ margin-bottom: 20px; }
.mb25{ margin-bottom: 25px; }
.mb30{ margin-bottom: 30px; }
.mb35{ margin-bottom: 35px; }
.mb40{ margin-bottom: 40px; }

.ml5{ margin-left: 5px; }
.ml10{ margin-left: 10px; }
.ml15{ margin-left: 15px; }
.ml20{ margin-left: 20px; }
.ml25{ margin-left: 25px; }
.ml30{ margin-left: 30px; }
.ml35{ margin-left: 35px; }
.ml40{ margin-left: 40px; }

.pt5{ padding-top: 5px; }
.pt10{ padding-top: 10px; }
.pt15{ padding-top: 15px; }
.pt20{ padding-top: 20px; }
.pt25{ padding-top: 25px; }
.pt30{ padding-top: 30px; }
.pt35{ padding-top: 35px; }
.pt40{ padding-top: 40px; }

.pr5{ padding-right: 5px; }
.pr10{ padding-right: 10px; }
.pr15{ padding-right: 15px; }
.pr20{ padding-right: 20px; }
.pr25{ padding-right: 25px; }
.pr30{ padding-right: 30px; }
.pr35{ padding-right: 35px; }
.pr40{ padding-right: 40px; }

.pb5{ padding-bottom: 5px; }
.pb10{ padding-bottom: 10px; }
.pb15{ padding-bottom: 15px; }
.pb20{ padding-bottom: 20px; }
.pb25{ padding-bottom: 25px; }
.pb30{ padding-bottom: 30px; }
.pb35{ padding-bottom: 35px; }
.pb40{ padding-bottom: 40px; }

.pl5{ padding-left: 5px; }
.pl10{ padding-left: 10px; }
.pl15{ padding-left: 15px; }
.pl20{ padding-left: 20px; }
.pl25{ padding-left: 25px; }
.pl30{ padding-left: 30px; }
.pl35{ padding-left: 35px; }
.pl40{ padding-left: 40px; }

/* line-height setting
---------------------------------------------------------- */

.lh10{ line-height: 1.0em; }
.lh12{ line-height: 1.2em; }
.lh14{ line-height: 1.4em; }
.lh15{ line-height: 1.5em; }
.lh18{ line-height: 1.8em; }