@charset "UTF-8";

/*:::::::::::::::::::::::::::::::::::::::::

	Last Up Date: 2009/05/18

	Title: base.css
	Description: base set
	Created: 2009/05/18

..........................................

	CONTENTS

		1.reset
		2.clearfix

:::::::::::::::::::::::::::::::::::::::::*/

/*-----------------------------------------
	reset
-----------------------------------------*/

html,body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,th,td,form,input,address,img,blockquote,label{
	margin:0;
	padding:0;
	font-family:Arial,"ヒラギノ角ゴ Pro W3","Osaka","MSゴシック",sans-serif;
	font-size:100%;
}

html{
	overflow-y:scroll;
}

body{
	font-size:100%;
}

p,h1,h2,h3,h4,h5,h6,dl,ul,ol,th,td,address,blockquote,label{
	color:#000;
	font-size:80%;
	text-align:left;
	font-weight:normal;
	font-style:normal;
}

p{
	font-size:80%;
	font-weight:normal;
	font-style:normal;
}

p,ul,ol,th,td,dt,dd{
	color:#333;
	line-height:1.6;
}

ul{
	list-style:none;
}

li{
	list-style:none;
	vertical-align:baseline;
}

img{
	vertical-align:bottom;
	border:none;
}

.none{
	display:none;
}

/*-----------------------------------------
	link
-----------------------------------------*/

a:link {
	color:#f51094;
}

a:visited {
	color:#f51094;
}

a:hover {
	color:#f51094;
}

a:active {
	color:#f51094;
}


/*-----------------------------------------
	clearfix
-----------------------------------------*/

.clearfix{
	zoom:1;/*for IE 5.5-7*/
	display:inline-table;
}

.clearfix:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix{
	height:1%;
}

.clearfix{
	display:block;
}
/* End hide from IE-mac */

