@charset "utf-8";

/*
@prefix : <http://purl.org/net/ns/doas#> .
<http://plucore.jp/common/css/default.css> a :CSSstylesheet;
 :title "plucore.jp - Stylesheet Original Liblary";
 :created "2007-12-27";
 :release [:revision "1069"; :created "2009-12-21"];
 :author [:name "Masamichi Hadate"; :homepage <http://www.double-team.org/>; :mbox "masamichi.hadate@double-team.org"];
 :license <http://plucore.jp/>;
 :description "各要素単独のスタイル";
 :note "
   Outline -
   1-1.Yahoo UI Library Fonts CSS.
   1-2.Universal selector.
   1-3.Structure Module.
   1-4.Text Module.
   1-5.Hypertext Module.
   1-6.List Module.
   1-7.Edit Module.
   1-8.Forms Module.
   1-9.Tables Module.
   1-10.Image Module.
   1-11.Object Module
   ";
 :dependencies [
   :name "Yahoo";
   :title "YUI Fonts CSS";
   :description "ブラウザ間のフォントサイズを揃えるライブラリ";
   :revisiton "2.5.1";
   :homepage <http://developer.yahoo.com/yui/fonts/>;
   :license <http://developer.yahoo.com/yui/license.txt>;
   :note "
      Font-size Adjustment.
      77%  = 10px     |     123.1% = 16px     |     167% = 22px
      85%  = 11px     |     131%   = 17px     |     174% = 23px
      93%  = 12px     |     138.5% = 18px     |     182% = 24px
      100% = 13px     |     146.5% = 19px     |     189% = 25px
      108% = 14px     |     153.9% = 20px     |     197% = 26px
      116% = 15px     |     161.6% = 21px     |
"
] .
*/

/*======================================

    1-1.Yahoo UI Library Fonts CSS

=======================================*/

body {
    font-size: 13px;
    *font-size: small;
    *font: x-small;
}

table {
    font-size: inherit;
    font: 100%;
}

select,
input,
textarea {
    font-size: 99%;
}

/*======================================

    1-2.Universal selector

=======================================*/

* {
    color: #000;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}

/*======================================

    1-3.Structure Module

=======================================*/

body {
    background-color: #fff;
    font-family: 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
}

/*======================================

    1-4.Text Module

=======================================*/

pre,
address,
cite {
    margin: 0.5em 20px;
    font-size: 100%;
}

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

h1 {
    font-size: 197%;
}

h2 {
    font-size: 189%;
}

h3 {
    font-size: 159%;
}

h4 {
    font-size: 144%;
}

h5 {
    font-size: 122%;
}

h6 {
    font-size: 107%;
}

p {
    line-height: 1.5;
}

pre {
    padding: 0.5em 10px;
    border: 1px dotted #aaa;
    width: 90%;
    overflow: scroll;
    line-height: 1.4;
    color: #333;
    background-color: #f5f5f5;
    font-family: "Osaka－等幅", monospace;
}

pre[title]::before {
    margin-bottom: 0.8em;
    padding: 0 10px;
    display: block; 
    content: attr(title);
    color: #000;
    background-color: #fff;
}

blockquote {
    margin: 1.5em 20px;
    padding: 1px 0; 
    border: 3px solid #ddd;
    background-color: #fff;
}

blockquote * {
    color: #666;
}

blockquote[title]:before {
    margin: 2px 2px 1em 2px;
    padding: 0.1em 16px;
    display: block;
    content: attr(title); 
    background-color: #eee; 
}

blockquote[cite]:after {
    padding: 0.8em 20px;
    display: block; 
    content: attr(cite);
    color: #333;
    text-align: right;
}

cite {
    display: block;
    color: #333;
    text-align: right;
}

em,
strong {
    font-weight: bold;
}

code {
    font-family: "Osaka－等幅", monospace;
}

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

kbd {
    border: 1px solid #ccc;
    padding: 0 0.3em; 
    background-color: #f5f5f5;
    font-family: "Osaka－等幅", monospace;
    text-transform: uppercase;
}

/*======================================

    1-5.Hypertext Module

=======================================*/

a:link {
    color: #00f;
    text-decoration: line;
}

a:visited {
    color: #840084;
    text-decoration: line;
}

a:hover {
	color: #f33;
	color: #b79f69;	
    text-decoration: none;
}

a:active {
    color: #f33;
    text-decoration: underline;
}

/*======================================

    1-6.List Module

=======================================*/

ul,
ol,
dl {
    margin: 1em 20px;
    padding: 1px 0;
    list-style-position: outside;
}

li,
dt,
dd {
    margin: 0.1em 10px;
    line-height: 1.3;
}

ul li {
    margin: 0.1em 0 0.1em 20px;
}

ol li {
    margin-left: 25px;
}

dt {
    margin-top: 0.6em;
}

dd {
    margin: 0 0 0.6em 2em;
}

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.1em 10px;
}

li ul,
li ol {
    margin-left: 0;
}

/*======================================

    1-7.Edit Module

=======================================*/

del {
    color: #999;
}

del * {
    text-decoration: line-through;
}

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

ins {
    border-bottom: 1px dotted #ccc;
    text-decoration: none;
}

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

/*======================================

    1-8.Forms Module

=======================================*/

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

form dl,
form p {
    margin: 0.5em 10px;
}

fieldset {
    border: 1px solid #ddd;
}

legend {
    margin: 0 1em;
    padding: 0 10px;
}

input,
textarea {
    margin: 0.4em 2px;
    padding: 0.1em 0.3em;
    font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
}

input {
    line-height: 1.2;
    vertical-align: middle;
}

textarea {
    padding: 0.1em 0.3em;
}

select {
    margin: 0.4em 2px;
}

/*======================================

    1-9.Tables Module

=======================================*/

table {
    margin: 0 0 1em 0;
}

caption {
    line-height: 2;
}

th,
td {
    padding: 2px 8px;
}

th {
    color: #fff;
    background-color: #e8e8e8;
    text-align: left;
}

td {
    background-color: #fff;
}

/*======================================

    1-10.Image Module

=======================================*/

img,a img {
    border: 0;
    vertical-align: bottom;
}

/*======================================

    1-11.Object Module

=======================================*/

object,
embed {
    margin: 0;
}
