
body {
  font:13px/1.231 arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}

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

pre,code,kbd,samp,tt{
  font-family:monospace;
    *font-size:108%;
    line-height:100%;
}


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

Structure Module

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

html {
    overflow-y: scroll;
}

body {
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
		margin: 0;
}

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

Text Module

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

p,
pre,
address,
cite {
    font-size: 100%;
}

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

h1 {
    font-size: 189%;
}

h2 {
    font-size: 159%;
}

h3 {
    font-size: 144%;
}

h4 {
    font-size: 122%;
}

h5 {
    font-size: 107%;
}

h6 {
    font-size: 107%;
}

pre {
}

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 #eee;
    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: #f5f5f5; 
}

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 {
    font-weight: bold;
}

strong {
}

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;
}

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

Hypertext Module

=======================================*/
a:link {
	color: #0000FF;
}

a:visited {
	color: #CC0099;
}

a:hover {
}

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

List Module

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

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

li,
dt,
dd {
    margin: 0.1em 10px;
}

dt {
    margin-top: 0.6em;
}

dd {
    margin-bottom: 0.6em;
    color: #666;
}

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;
}

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

Edit Module

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

del {
    color: #999;
    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) ";
}

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

Forms Module

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

form {
}
form dl,
form p {
}

fieldset {
}

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

input,
textarea {
    font-family: Arial, Helvetica, "ƒqƒ‰ƒMƒmŠpƒS Pro W3",  sans-serif;
}

input {
}

input:hover,
textarea:hover {
}
input:focus,
textarea:focus {
}

textarea {
}

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

Tables Module

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

table {
    border-collapse: collapse;
		border-spacing: 0px;
}

th,
td {
}

th {
}

td {
}

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

Image Module

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

img {
    border-style: none;
}

a img {
    border-style: none;
}

a:hover img {
    border-style: none;
}

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

Object Module

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

object,
embed {
}
