@charset "utf-8";

/*
	Site Name: 
	Default Style Css
	Version: 
*/

/*
===== CONTENTS ===========================================

	1: RESET
	2: SETTING
    3: OPTION

==========================================================
*/

/*
===== 1: RESET ===========================================
*/
body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object {
  margin: 0;
  padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
  vertical-align: baseline;
}

a img {
  border: none;
}

/*
===== 2: SETTING =========================================
*/

html{
	height: 100%;
    overflow-y:scroll;
}

* html div#container{
    height: 100%;
}

body {
	text-align:center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #FFF;
	color:#000;
	font-family: 'メイリオ', Meiryo, 'Lucida Grande', Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	font-size:12px; 
}

body>#main{
    height:auto
}

* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}

*+html option{
  padding-right:0;
}/* for IE7&Opera */

* html option{
  padding-right:0;
}/* for IE6 */
  
table {
  border-collapse: collapse;
}

div#main p,
div#main ul,
div#main ol,
div#main dl,
div#main blockquote,
div#main pre,
div#main table {
  margin: 1em 0;
}

a:link {  
     color:#0000FF;  
     text-decoration:none;  
}  
a:visited {  
     color:#400080;  
     text-decoration:none;  
}  
a:hover {
	text-decoration:underline;
	color: #FF0000;
}  
a:active {
	color:#000000;
	text-decoration: none;
}

/*
===== 3: OPTION ==========================================
*/

/*

* html .smallFont {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}
  
*:first-child+html .smallFont {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}

* html ul li dl,
* html ol li dl {
  display: inline;
}

*:first-child+html ul li dl,
*:first-child+html ol li dl {
  display: inline;
}

*/
