@charset "UTF-8";
/* CSS Document */



/* reset css ==========================

    0.yui
    1.common reset
    2.common link
    3.clearFix

*/


/* --------------------------------------------------------------

    0.yui

--------------------------------------------------------------*/


/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.1
build: 47
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;font-size:small;font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;font-size:108%;line-height:100%;}



/* --------------------------------------------------------------

    1.common reset

--------------------------------------------------------------*/

body{
    margin:0;
    padding:0;
    height:100%;
    width:100%;
}
/* html {
    overflow-y:scroll;
} */
img{
    margin:0;
    padding:0;
    border:none;
    vertical-align:bottom;
}
ul,ol{
    margin:0;
    padding:0;
    list-style:none;
    list-style-position:outside;
}
li{
    margin:0;
    padding:0;
    line-height: 1.1;
}
dl,dt,dd{
    margin:0;
    padding:0;
}

h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
    font-size:100%;
    font-weight:normal;
    line-height: 1.1;
}

p{
    margin:0;
    padding:0;
    line-height: 1.6;
}
div{
    margin:0;
    padding:0;
}
table {
    /* border-collapse: collapse; */
    border-spacing: 0;
    font-size:inherit;
    font:100%;
}
table,th,td{
    margin:0;
    padding:0;
}
address,form,fieldset{
    margin:0;
    padding:0;
}
input,select{
    margin:0;
    padding:0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup{
    font-style: inherit;
    font-weight: inherit;
    }
del,ins {
    text-decoration: none;
    }
input, button, textarea, select, optgroup, option{
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    }
input, button, textarea, select
    {font-size: 100%;}
select,input,button,textarea,button{font:99%;}

a{ outline: none; }



/* --------------------------------------------------------------

    3.clearFix

--------------------------------------------------------------*/



/* --------------------------------------------------------------

    2.common link

--------------------------------------------------------------*/


/* for clearFix
--------------------------------------------------------------*/
.cf:after{
   display: block;
   visibility: hidden;
   clear: both;
   content: " ";
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
/* 追加 MacIE 5 と WinIE 7 向け */
.cf{
   display: inline-block;
}
/*MacIE \*/
* html .cf{
    height:1em;
}
.cf{
    display: block;
}
/*  */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    margin:0;
    padding:0;
}
fieldset{
    border:none;
}
