@charset "UTF-8";
/* CSS Document */

/* =============================================================

	Copyright© Bureau of Transportation. Tokyo Metropolitan Government.
		
	Base Resetting HTML elements styles

============================================================= */


/* ------------------------------------------------------------
	All,body
------------------------------------------------------------ */

*{
	margin:0;
	padding:0;
/*	color:#000000; */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

body {
	font-size: 80% !important;
	background: #fff url(../images/bg/bg_redline.gif) repeat-x;
}

html>/**/body {
    font-size: 13px;
}

dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, p, blockquote, th, td,
form, fieldset, legend, input, select, textarea {
	margin:0;
	padding:0;
}


/* ------------------------------------------------------------
	link
------------------------------------------------------------ */

a:link, a:active {
	color:#003399;
	text-decoration:none;
}
a:visited {
	color:#6633cc;
	text-decoration:none;
}
a:hover {
	color:#0099ff;
	text-decoration:underline;
}


/* ------------------------------------------------------------
	Others Elements
------------------------------------------------------------ */

/*  Inline Elements  */
img {
	border: none;
	vertical-align: bottom;
}

address, th, var {
	font-weight: normal;
	font-style: normal;
}

fieldset {
	border: none;
}

input, textarea, select, label {
	font: 100%;
	vertical-align: middle;
}

label {
	cursor: pointer;
}

textarea {
	overflow: auto;
}

hr {
	display: none;
}

em {
	font-style: normal;
	color: #f00;
}

/*  Block-level Elements  */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	line-height: 1.15;
}

p {
	line-height: 1.6;
}

ul, ol, li {
	list-style: none;
}

/*  Table  */
table {
	font-size: inherit;
}

caption, th, td {
	text-align: left;
	line-height: 1.5;
}


/* ------------------------------------------------------------
	clearfix
------------------------------------------------------------ */

.clearfix { /zoom:1; }
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* ------------------------------------------------------------
	Img Roll
------------------------------------------------------------ */

a:hover img.roll {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #ffffff;
}
input :hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #ffffff;
}


/* ------------------------------------------------------------
	Common style
------------------------------------------------------------ */

/*  -------- hX style --------  */
h2.contentsTtl2 {
	width: 766px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	margin: 20px auto 0 auto;
	padding: 2px 0 0 14px;
	background: url(../images/icon/i_ttllabel.gif) no-repeat;
	font-size: 123.1%;
	line-height: 1.3;
}

h3.contentsTtl3 {
	width: 780px;
	margin: 20px auto 0 auto;
}


/*  -------- Table style --------  */


/*  -------- Box style --------  */


/*  -------- Paragraph style --------  */
.labelInfo {
	width: 760px;
	margin: 5px auto 0 auto;
	padding: 2px 0 0 20px;
	background: url(../images/icon/i_info.gif) no-repeat 0px center;
}

/*  -------- Emphasis style --------  */


/*  -------- List style --------  */
.listCircle li {
	list-style: url(../images/icon/i_circle.gif) outside;
	padding: 0.2em 0;
	margin-left: 1.4em;
	line-height: 1.5;
}
.listCircle02 li {
	list-style: url(../images/icon/i_circle.gif) outside;
	padding: 0.5em 0;
	margin-left: 1.4em;
	line-height: 1.5;
}
.labelMobile {
	padding: 3px 0 0 17px;
	background: url(../images/icon/i_mobile.gif) no-repeat 0px center;
	line-height: 1.3;
}
.labelSearch {
	padding: 3px 0 0 17px;
	background: url(../images/icon/i_search.gif) no-repeat 0px center;
	line-height: 1.3;
}
.labelTop {
	padding: 3px 0 0 17px;
	background: url(../images/icon/i_up.gif) no-repeat 2px center;
	line-height: 1.3;
}

/*  -------- Form style --------  */
.textareaDs {
	padding: 2px;
	border: 1px solid #999999;
	background: #ffffff;
	font-size: inherit;
}

/*  -------- Hr style --------  */
.hrStyle01 {
	height: 3px;
	margin: 17px 0px;
	background: url(../images/bg/bg_baseline.gif) repeat-x 0% 0;
}

/*  -------- Other style --------  */

noscript {
	font-size: 2.5em;
	text-align: center;
	color: red;
	display: block;
	text-decoration:blink;
}
