/* --- このcssの文字コード --- */ 

@charset "utf-8";

/* --- デフォルトの余白の削除 --- */ 

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

/* --- 画像等の枠線の非表示 --- */ 

fieldset,img{
	border:0;
} 

/* --- デフォルト装飾文字の初期化--- */ 

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

/* --- リストのマークを無くす --- */ 

ol,ul {
	list-style:none;
} 

/* --- 表題などを左寄せに表示 --- */ 

caption,th {
	text-align:left;
} 

/* --- 題名をすべて同じ大きさに統一 --- */ 

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

/* --- Form周りの余白の調整 --- */ 

select option{
	padding:0 5px;
	}	

/* --- body --- */ 

body { 
	background-color: # 
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	font-size: 62.5%; 
	line-height: 
	text-align: center; 
} 

/* --- table --- */ 

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

/* --- link --- */ 
  
a:link{ 
	color: #; 
	text-decoration:
} 

a:visited { 
	color: #; 
	text-decoration:
} 

a:hover { 
	color: #; 
	text-decoration:;
} 

a:active { 
	color: #; 
	text-decoration:;
} 

/* --- 「clearfix」のIE5～IE7対応版 --- */ 

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

.clearfix{
  overflow:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}

/* End hide from IE-mac */

