html {overflow-y: scroll;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset,img {border: 0;}
br {letter-spacing: 0;}
li {list-style-type: none;}
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;
}

p {margin: 1em 0;}

h2,.PluginTitle {padding: 2em 0;font-weight: bold;font-size:14px;}

/*BODY全体に関する設定*/
body {
	height:100%;
	font-size: 10px;
	line-height: 170%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,MeiryoKe_PGothic,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 1px;
	color: #333333;
}

html {height:100%;}

/* 通常のリンクの設定
--------------------------------------------------------------------------------- */
a:link {color: #999999; text-decoration: none;}

/* 過去に見たことがあるページのリンクの設定
--------------------------------------------------------------------------------- */
a:visited {color: #999999; text-decoration: none;}

/* カーソルが合っている状態のリンクの設定
--------------------------------------------------------------------------------- */
a:hover {color: #cccccc;}

/* アクティブ状態のリンクの設定
--------------------------------------------------------------------------------- */
a:active {color: #cccccc;}

div#container {
	width:700px;
	margin:0 auto;
	position:relative;
	min-height: 100%;
}

* html div#container{
	height:100%;
}

body > #container {
        height: auto;
}

div#main {
	padding-bottom:20px;
}

div#footer {
	width:700px;
	position:absolute;
	bottom:0px;
	font-size: 10px;
	white-space:nowrap;
	text-align: center;
}