@charset "Shift_JIS";
/*
======== CONTENTS =========
	Site Name: UNA?
	Last-updated:2008/02/27
	Description: crossbrowser setting

	1: default reset 
	2: body setting
	3: link setting
	4: common style
===========================
*/



/*
===== 1: default reset =================================
*/


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;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size: inherit; font: 100%;
}
td,th {
	vertical-align:top;
}
img {
	border: none;
	vertical-align: bottom;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/*
===== 2: body setting ===========================
*/

body {
	margin: 0px;
	padding: 0px;
	background: #fff ;
	color:#000;
	font-style:normal;
	font-size:16px;
/*\*/
	font-size:100%;
/**/
}






/*
===== 3: link setting ===========================
*/
a:link{
	color: #00c;
	text-decoration:none;
}
a:visited{
	color: #609;
	text-decoration:none;
}
a:hover,a:active{
text-decoration: underline;
}

a:link[name], a:hover[name] {
text-decoration: none;
}

/*
===== 4: common style ===========================
*/

.clear{clear:both; margin: 0; padding: 0;}
.clear hr{margin: 0;padding: 0; display: none; }

.hidden {display: none;}

/*
===== 5: clearfix ===========================
*/


.clearfix:after {
	content: url(/common/images/spacer.gif);
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}
  
.clearfix {
	display: inline-block;
}  

/* Holly Hack Targets IE Win only \*/
 * html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */
