@charset "UTF-8";


/* Font Size Reset
============================================= */

* {
	vertical-align:baseline;
	font-family:inherit;
	font-style:inherit;
	border:none;
	padding:0;
	margin:0;}
/* 
* html {filter: gray;} IE6 */

body {
	font-size:13px;
	*font-size:small;
	*font:x-small;
	/*\*/
	font-size:100%;
	/**/}

table {
	font-size:inherit;
	font:100%;}


/* 上記を基準サイズとして、下記を指定。

小さめ：	font-size:69%;
標準：		font-size:82%;
大きめ：	font-size:94%;

======================================*/
/*
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }*/


/* CSS Reset
============================================= */


body,td,th {
	font-family :
		'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', osaka,
		'メイリオ', Meiryo,
		Verdana,
		'ＭＳ Ｐゴシック', 'MS PGothic',
		sans-serif;
		line-height:137%;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding:0;
	margin:0;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {border: 0;}

address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;}

ol,ul {list-style: none;}

caption,th {text-align: left;}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;}

q:before,q:after {content:'';}
abbr,acronym {border: 0;}




/* Basic Setting
============================================= */

img { border: none;}
hr { display: none;}

a {
	color: #0A90CF;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}

/*.clear { clear: both; float: none; border: none;}*/
.hiden { display: none;}
.Out { position: absolute;left: -999px;top: -999px;}

.Shadow {text-shadow: 0px 1px 2px #ccc;}
.Bd {font-weight: bold;}
.Red {color: #FF0000;}
.Or {color: #FF6600;}




/* Clearfix Hack
============================================= */

.clearfix:after {
	content: ".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;}

.clearfix { display:inline-block;} /* IE7 */

/* Hides from IE-mac */
* html .clearfix { height: 1%;}
.clearfix { display:block;}
/* End hide from IE-mac */




/* height 100%
============================================= */

html {height: 100%;}

body{
	height:100%;
	margin:0px auto;}

div#Container{
	height: 100%;
	min-height: 100%;}

body > #Container {height: auto;}
