@charset "utf-8";/* CSS Document 日*/


/* reset and font yui base */
/*yahoo UI:http://developer.yahoo.com/yui/*/


/* font SIZE CHART

10px = 77% / 11px = 85% / 12px = 93%  / 13px = 100%
14px = 108% / 15px = 116% / 16px = 123.1% / 17px = 131%
18px = 138.5% / 19px = 146.5% / 20px = 153.9% / 21px = 161.6%
22px = 167% / 23px = 174% / 24px = 182% / 25px = 189% / 26px = 197%

NOT USE percent
*/


body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}

body {
    
    font:13px/1.231 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', Arial, verdana, sans-serif;
    *font-size:small;
    *font:x-small;
    line-height: 1.5;
    background-color:transparent;
    text-align: center;
    color: #0C0C0C;
    min-height: 100%;
}

/*
'メイリオ',Meiryo, 
*/

/*html:\66irst-child body {
	font-size:12px; safari only \
}*/


h1,h2,h3,h4,h5	{ font-size:100%; font-weight:normal; }

/*
a {
    text-decoration:underline;
    outline:none;
}
a:link {
    text-decoration:none;
    color:#3f75fb;
}
a:visited {
    text-decoration:none;
    color:#3f75fb;
}
a:hover,a:active {
    text-decoration:none;
    color:#ff0000;
}
*/

a img,:link img,:visited img {
    border:none;
}
/* delate dot boader of link for New Mozilla \*/
a {
    overflow:hidden; 
}
img,fieldset,abbr,acronym {
    border:0;
}
table {
    font-size:inherit;
    font:100%;
    border-collapse:collapse;
    border-spacing:0;
}
ul,ol {
    list-style-type:none;
}
th,caption {
    text-align:left;
}
input,select,textarea{
    font:99% arial,helvetica,clean,sans-serif;
    /* for macIE5 \*/
    font-family:"ＭＳ Ｐゴシック",'MS PGothic',"Hiragino Kaku Gothic Pro","Osaka",Verdana,sans-serif;
    font-weight:bold;
}
select option {
    padding : 0 0.5em;
}
form label{
    cursor : pointer;
}
input:focus,select:focus,textarea:focus{
    background-color: #F3EEEE;
}


input[type="file"]:focus	{ background:none; border: 1px solid #BEB0A6; } /* cover ie8 */



pre,code,kbd,samp,tt {
    font-family:monospace;
    *font-size:108%;
    line-height:100%;
}
q:before,q:after {
    content:'';
}
hr {
    border:0;
    height:1px;
    background-color:#BEB0A6;
    color:#BEB0A6;
}
address {
    font-style:normal;
}
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
/* font-style:normal; */
/* font-weight:normal; */
}


