@charset "utf-8";
/* =============================================================================
CSS information

 File Name  : initialize.css
 Style Info : ブラウザスタイルのリセットと基本設定
============================================================================= */

/*----------スタイル初期化----------------------------------------------------*/

html {
	height: 100%;
	background:#FFF;
	color: #000;
	overflow-y: scroll;
	}

body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, h7, h8, h9,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	}

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

caption, th {
	text-align: left;
	}

q:before ,q:after {
	content: '';
	}

object, embed {
	vertical-align: top;
	}

hr, legend {
	display: none;
	}

img, abbr, acronym, fieldset {
	border: 0;
	}

li {
	list-style :none;
	list-style-type: none;
	}

p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
	}

/* remember to define focus styles! */
* :focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
	}

td {
	text-align:left;
	vertical-align:top;
	width:auto;
	}

abbr,acronym {
	border: 0;
	font-variant: normal;
	}

/* to preserve line-height and selector appearance */
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input,textarea,select{ font-family:inherit; font-size:inherit; font-weight:inherit;}

/*to enable resizing for IE*/
input,textarea,select{ *font-size:100%; }

/*because legend doesn't inherit in IE */
legend{ color:#000; }

/* clearfix Added by AMS 2013.4.21 17:30 JST
------------------------------------------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */




/*----------終了--------------------------------------------------------------*/
