@charset "UTF-8";

/*--------------------------------------
  1.Universal selector
---------------------------------------*/
html,body,div,
h1,h2,h3,h4,h5,h6,
p,pre,blockquate,address,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,object,
td,th{
	background-color: transparent;
	margin:	0;
	padding: 0;
}

body { background-color: #FFF; }


/*--------------------------------------
  2.Text Module
---------------------------------------*/
h1 { line-height: 1; }
h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1;
	}
p {
	margin-bottom: 1.25em;
	}
pre, code, kbd, samp, acronym {
	}
	
address, em { font-style: normal; }

em { font-weight: bold; }

pre { overflow: auto; }

blockquote { display: block; }

hr {
	clear: both;
	visibility: hidden;
	}

/*--------------------------------------
  3.Hypertext Module
---------------------------------------*/
a {	text-decoration: none; }


/*--------------------------------------
  4.List Module
---------------------------------------*/
ul, ol { list-style-position: outside; }
li { list-style: none; }


/*--------------------------------------
  5.Forms Module
---------------------------------------*/
form { clear: both; }

fieldset { border: none; }

input,
textarea {
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif; /* font-familyにmacのフォントを入れて、MAC IEの文字化けを防ぐ*/
	}
	
input:focus,
textarea:focus { background-color: #FFFFF0; }


/*--------------------------------------
  6.Tables Module
---------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
td { vertical-align: top; }


/*--------------------------------------
  7.Image Module
---------------------------------------*/
img { vertical-align: bottom; } 

a img { border: none; }
