﻿@charset 'utf-8';

/* global.css Ver.1 (2007/04/10)
   全てのテンプレートに共通のCSSです。
   ブラウザのバグなどに対応させるものでもありますので、なるべくバージョンの新しいものを使用してください。 */

html,body{
	height:100%;
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica "ＭＳ Ｐゴシック", "\30D2\30E9\30AE\30CE\20Pro\20W3", "Osaka", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif,;
	text-align: center;
	font-size: 100.001%;
	line-height: 135%;
}
p,h1,h2,h3,h4,h5,h6,h7,h8,h9,ul,ol,li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Container{
	position:relative;
	min-height: 100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 878px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
}
*html #Container{
	_height:100%;
}
#Main{
	padding-bottom:5em;
}
*html #Main{
	padding-bottom:0em;
}
#Footer{
	bottom:0;
	clear: both;
}
.iepngfix {
}
