@charset "utf-8";
/* -----------------------------------------------------------
CSS Information
edit:			12/05/05
style info:		browserdefault reset
----------------------------------------------------------- */

html {
	overflow-y: scroll;
}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,blockquote,
span,object,iframe,a,abbr,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,figure,figcaption,footer,header,hgroup,menu,nav,section {
	margin: 0;
	padding: 0;
	vertical-align:baseline;
	font-style: normal;
	border:0;
}

article,aside,figure,figcaption,footer,header,hgroup,menu,nav,section {
	display: block;
}


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

th,td {
	text-align: left;
	vertical-align: top;
}

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

object,embed {
	vertical-align: top;
}

caption {
	text-align:right;
	margin-bottom:0.5em;
}

hr,legend {
	display: none;
}

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

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

li {
	list-style-type: none;
}

img {
	border:0 ; 
	vertical-align: text-bottom;
}

input, textarea, select, button{
    font-size:100%;
    font-family:inherit;
}


/* ----------------------------
Clearfixバリエーション
----------------------------- */

.clearfix:after {
	clear: both;
	display: block;
	height:0;
	visibility:hidden;
	content: ".";
	line-height: 0;
}
.clearfix {
	min-height: 1%;
	display:inline-table;
}


.clearfix2:after {
	clear: both;
	display: block;
	content: "";
	line-height: 0;
}

.clearfix2 {
    display: block; /* for IE8 */
}


/* Hides from MacIE5 \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* end MacIE5 */

