/**
*
* @charset="UTF-8"
* init.css
*
**/
/** {{ YUI 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;
}

fieldset,img {
border:0;
}

address,
caption,
cite,
code,
dfn,
em,strong,
th,
var {
font-style:normal;
font-weight:normal;
}

ol,ul {
list-style:none;
}

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;
}

/** YUI reset }} **/

body {
color:#000;
font-size:1em;
font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', Verdana, sans-serif;
line-height:14px;
text-align:center;
font-size:14px;
}

/**
*
* Link Color
*
**/
a {
text-decoration:none;
color:blue;
}

a:link,
a:visited {
color:blue;
}

a:hover,
a:active {
color:red;
}

/**
*
* Clearfix
*
**/
.clearfix:after {
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}

.clearfix {
overflow:hidden;
}

.clearfix {
display:inline-block;
}

*:first-child+html .clearfix {
min-height:1%;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
height:1%;
}
.clearfix {
display: block;
}
/**/

.floatleft {
float:left;
}

.floatclear {
clear:both;
}


