@charset "utf-8";
@import 'http://yui.yahooapis.com/2.2.2/build/reset/reset-min.css';

* {
	font-family: 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Arial', sans-serif;
	line-height: 1;
	text-shadow: #ccc .2em .2em .2em;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	font-size: medium;
}

.l, .l * {
	font-size: large;
}
.s, .s * {
	font-size: small;
}

a {
	overflow: hidden;
}
a:link {
	color: #00f;
}
a:visited {
	color: #009;
}
a:hover {
	color: #f00;
}
a:active {
	color: #ff0;
}
img {
	border: 0;
	margin: 0; padding: 0;
}
strong {
	font-weight: normal;
}
hr {
	display: none;
}

.clearfix {
	display: inline-block;
	zoom: 1;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
	height: 0px;
}
/* \*/
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block;
}
/* */

::-moz-selection {
	background: #f00;
	color: #000;
}
::selection {
	background: #f00;
	color: #000;
}
