/*
Description:
Author: 都市地下空間活用研究会
Author URI: http://www.nactva.gr.jp/
*/

/*************************** reset.css ***************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	font-size: 100%;
    font-weight:inherit;
    font-style:inherit;
	vertical-align: baseline;
	}
header, footer, nav, section, article, figure, aside {
    display:block;
	}
img {
	vertical-align: bottom;
	border: none;
	}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
	}
body {
	line-height:1.5;
	}
table {
	border-collapse:separate; 
	border-spacing:0;
	empty-cells: show;
	}
caption, th, td {
	text-align:left;
	font-weight:normal;
	}
table, td, th {
	vertical-align:middle;
	}
img { border:0 }
li { list-style: none; padding: 0; margin: 0;}
hr { display: none; }

* {
	margin: 0;
	padding: 0;
	border: 0;
	}
html {
	height: 100%;
	}
pre,
code,
var,
samp,
kbd,
tt {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/****************************************

          1.common

*****************************************/
body { 
	line-height:1.8em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	background-color:#fffef9;
	border-top: solid 8px #1e9445;
	}
a { color: #000; text-decoration: none;}
a:visited { color: #1e9445; }
a:hover { color: #f68528; }


/*suzuki add*/
#mainContentArea #Contents #mainContents #main a {
	color: #f68528;
	text-decoration: underline;
}
#mainContentArea #Contents #mainContents #main a:visited { color: #f68528; }
#mainContentArea #Contents #mainContents #main a:hover { color: #f68528; }

pre, pre * {
//font-family : monospace !important;
font-family: 'MS Gothic', monospace;
line-height:1;
margin:15px 0;
}
