/* ********************************************************
	共通初期化CSS
******************************************************** */
* {
	/*box-sizing: border-box;*/  /*Opera*/
	/*-moz-box-sizing: border-box;*/ /*Firefox*/
	/*-webkit-box-sizing: border-box;*/  /*Safari 3*/
	/*-ms-box-sizing: border-box;*/  /*Internet Explorer 8*/
	/*background-color: transparent;*/
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline:  none;
	/*font-weight: normal;*/
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration: none;
	vertical-align: baseline;
}
.mac html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,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,table,caption,tbody,tfoot,thead,tr,th,td
	{
	font-size: 100%;
}
body {
	line-height: 100%;
	color: black;
}
ol,ul,li{
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}
img{
	-ms-interpolation-mode: bicubic;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

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

:focus {
	outline: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

a {
	text-decoration: none;
}

.clear, div .clear{
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	clear:both;
}

/*---clearFix---*/
.clearFix{
	zoom: 1;
}

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

@media print{ 
body{
zoom: 60%;
}