@charset "shift_jis";


* { 
margin: 0; 
padding: 0; 
font-size: 100%; 
text-decoration: none; 
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}


h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

li {
	list-style-type: none;
}

img {
	border: 0;
}

.cl {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
 
.clearfix {
	zoom: 1;
}  

.dspBlk {
	display:block;
}

.dspInl {
	display:inline;
}


/*	align
==========================================================*/
.rit {
	text-align: right;
}

.cen {
	text-align: center;
}

.lft {
	text-align: left;
}

/*	float
==========================================================*/
.flL {
	float: left;
}

.flR {
	float: right;
}
