/* clear */

*{
	font-style:normal;
}
html{
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
div,p,
dl,dt,dd,ul,ol,li,
pre,map,
form,fieldset,
blockquote,input,textarea
table,thead,tbody,tfoot,caption,th,td,br{
	margin:0;
	padding:0;
}
h1 , h2 , h3 , h4 , h5 , h6 {
	font-size: 100%;
	font-weight: normal;
	margin:0;
	padding:0;
}
ul, ol{
	list-style-type:none;
}
fieldset , img { 
	border: 0;
	vertical-align: bottom;
}
address , caption , cite , code , dfn , em , strong , th , var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
q:before , q:after {
	content: '';
}
abbr , acronym {
	border: 0;
}
textarea {
	font-size: 100%;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
object,embed{
	vertical-align:top;
}
.clear{
	clear:both;
}

/* general */

body{
	color: #444;

	background-color: #fff;

	font-size: 62.5%;
	line-height: 140%;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

/* float hack */

.clearfix{
	zoom: 100%;
}
.clearfix:after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*\*/
* html .clearfix{
	height: 1em;
	overflow: visible;
}
/**/

/* vertical-align hack */

.valignfix{
	display:table-cell;
	margin-bottom:1px;
	vertical-align:middle;
}
* html .valignfix{/* IE 6 */
	display:inline;
	zoom:1;
}
*:first-child+html .valignfix{/* IE 7 */
	display:inline;
	zoom:1;
}
/*\*//*/
* html .valignfix{
	display:inline-block;
}
/**/
