/* ---------------------------------------
CSS�F�S�̂̃��C�A�E�g�̌��h���p��CSS�t�@�C��
----------------------------------------*/

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;
}

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%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* �t�H���g�w��
--------------------------------*/
body {
	color:#333333;
	font-size:12px;
	font-family:"ＭＳ ゴシック",Osaka,Sans-Serif;
	line-height:150%;
}

h1,h2,h3,h4,h5,h6 {
	font-size:12px;
}

a:link,	a:visited {
	color:#e38408;
	font-weight: normal;
	text-decoration:none;
}

a:hover {
	color:#e5e3d4;
}
a:active	{
	color:#3366cc;
}

/* ����
--------------------------------*/

img{
	vertical-align:bottom;
	padding:0px;
	margin:0px;
	}
	
.clear{
	clear:both;	
}

/* �N���A
--------------------------------*/
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  overflow: hidden;
}
