@charset "utf-8";

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0

px   %
10 = 77
11 = 85 
12 = 93 (was 93) 
13 = 100 
14 = 108 (was 107)
15 = 116 (was 114)
16 = 123.1 (was 122)
17 = 131 (was 129)
18 = 138.5 (was 136)
19 = 146.5 (was 144)
20 = 153.9 (was 152)
21 = 161.6 (was 159)
22 = 167
23 = 174
24 = 182
25 = 189
26 = 197

*/

body {
    font: 13px/1.231 "ＭＳ Ｐゴシック","ＭＳ ゴシック","小塚ゴシック Pro M";
    *font-size: small;
    *font: x-small;
    margin:0;
    padding:0;
}

select,input,button,textarea,button {
    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%;
}


body * {
    margin: 0;
    padding: 0;
}

p,
pre,
address,
cite {
    margin: 1em 0;
    font-size: 93%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0;
}

h1 {
    font-size: 197%;
}

h2 {
    font-size: 120.6%;
}

h3 {
    font-size: 146.5%;
}

h4 {
    font-size: 123.1%;
}

h5 {
    font-size: 108%;
}

h6 {
    font-size: 108%;
}

pre {
    padding: 0.5em 10px;
    width: 90%;
    overflow: scroll;
}

blockquote {
    margin: 1em 2em;
    padding: 1px 0;
}

cite {
    display: block;
    text-align: right;
}

em {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

abbr,
acronym {
    cursor: help;
}

kbd {
    text-transform: uppercase;
}

ul,
ol {
    margin: 1em 2em;
}

dl {
    margin: 1em 2em;
}

li,
dt,
dd {
    margin: 0 1em;
}

dt {
    margin-top: 0.6em;
}

dd {
    margin-left: 1em;
    margin-bottom: 0.6em;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
    font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
    margin: 0;
}

del {
    text-decoration: line-through;
}

del[datetime]::before {
    content: " ( "attr(datetime)"\00524a\009664) ";
}

ins {
    text-decoration: none;
}

ins[datetime]::before {
    content: " ( "attr(datetime)"\004fee\006b63) ";
}

form {
    margin: 0.5em 0;
}

form dl,
form p {
    margin: 0.5em 0;
}

fieldset {
}

legend {
    margin: 0 1em;
}

input,
textarea {
    margin: 0;
    padding: 0.1em;
}

input {
    line-height: 1.2;
}

textarea {
    padding: 0.4em 0.1em;
}

label {
    cursor: pointer;
}

table {
    margin: 1em 0;
    border-collapse: collapse;
}

th,
td {
    padding: 0.1em 0.5em;
}

th {
}

td {
}

img {
    vertical-align: middle;
}

a img {
    border-style: none;
}

a:hover img {

}

object,
embed {
    margin: 1em 0;
}

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

