@charset "utf-8";

/*
@prefix : <http://purl.org/net/ns/doas#> .
<http://2xup.org/common/css/common.css> a :CSSstylesheet;
   :title "Site Common Stylesheet";
   :shortdesc "This Style Sheet is the one adjusting to design the style of some elements easily.";
   :created "2008-03-03";
   :release [:revision "6"; :created "2010-03-31"];
   :author [:name "Taichi Kaminogoya"; :homepage <http://2xup.org/> ];
*/

body { 
    line-height: 1.2;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 { 
    margin: 0;
    padding: 0;
    font-weight: bold;
}

p { 
    line-height: 1.7;
    margin: 1em 0;
}

pre { 
    overflow: auto;
    margin: 1.5em auto;
    padding: 0.8em;
    font-size: 95%;
}

blockquote { 
    clear: both;
    margin: 2em auto;
    padding: 1px 0.8em;
}

address { 
    font-style: normal;
}

del { 
    text-decoration: line-through;
    font-weight: normal !important;
}

ins { 
    margin: 1em 0 0.5em;
    padding: 1px 0;
}

em { 
    margin: 0 0.1em;
    padding: 0 0.2em;
    font-style: normal;
}

strong { 
    margin: 0 0.3em;
    font-weight: bold;
}

cite {
    font-size: 90%;
}

pre em, 
pre strong { 
    margin: 0;
}

abbr, 
acronym { 
    cursor: help;
    border-bottom: 1px dotted;
}

code, 
samp, 
kbd, 
var { 
    font-family: monospace;
    font-size: 100%;
}

sub, 
sup { 
    font-size: 50%;
}

ul, 
ol { 
    margin: 1.8em 0 1.8em 1.5em;
    padding: 0;
}

li { 
    margin-bottom: 1em;
    line-height: 1.5;
}

li ul, 
li ol { 
    margin: 0.75em 1.5em;
}

dl { 
    margin: 2em 0;
}

dd { 
    margin: 0 0 0 1em;
}

fieldset { 
    margin: 0;
    padding: 0;
    border: 0;
}

legend { 
    display: none;
}

input, 
label, 
select { 
    vertical-align: middle;
    margin: 0 0.2em;
}

label { 
    cursor: pointer;
}

table { 
    margin: 0 auto 2.5em;
    font-size: 100%;
    border-spacing: 0;
}

caption { 
    margin-bottom: 0.2em;
}

th, 
td {
    border-collapse: collapse;
}

img { 
    vertical-align: middle;
}

a img { 
    border: 0;
}

