@charset "utf-8";
/* ------------------------------------------------------------
CSS Information

	Site URL: https://www.setagayatm.or.jp/
	File name: reset.css (https://www.setagayatm.or.jp/css/reset.css)
	Summary: Default Style clear
	Created: 2012-08
	Last update: 2012-08-31 by Chizuru Hakamada
	Author: Chizuru Hakamada(FNETS)

Order of description

	- Search Key "__" + "id Name or ClassName"
	
	/ __Default style clear

------------------------------------------------------------ */

/* ------------------------------
__Default style clear
------------------------------ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote, th, td, hr {
	margin: 0;
	padding: 0;
	font-family:'メイリオ', Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, arial, verdana, sans-serif;
}

html {
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	/*font-weight: normal;*/
}
p {
	/*margin: 0 0 1em 0;*/
}

/*
ol, ul {
	list-style:none;
}
*/

ul {
	list-style:none;
}

fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align:left;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
.twoCol {
	clear:both;
}
.colLeft {
	float:left;
}
.colRight {
	float:right;
}
/* Firefox & IE7 Hack */

#container {
	/*overflow: hidden;*/
	overflow: visible;
}
#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
*/

/*\*/
* html #container {
	height: 1em;
	overflow: visible;
}


#contents {
	overflow: hidden;
}
#contents:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html #contents {
	height: 1em;
	overflow: visible;
}


.Boxshadow {
	overflow: hidden;
}
.Boxshadow:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html .Boxshadow {
	height: 1em;
	overflow: visible;
}

/**/

/* Firefox & IE7 Hack */
