﻿@Charset "UTF-8";

/* Copyright (c) 2006-2010 Project Lat-ty.net International All Rights Reserved. */
/* This file is composed by Kyohei EBARA */


/* General */

body {
background-color:#ffffff;
background-image:url(../images/body_back.png);
background-attachment:fixed;
background-repeat:repeat;
color:#000000;
font-size:100%;
margin:0 1em;
}

p.indent {
margin:1ex;
text-indent:1em;
}

p.text {
margin:1ex;
padding:0 1em;
}

div.copyright {
background:#0000cc;
color:#ffffff;
font-size:90%;
font-style:italic;
font-family:Arial,Osaka,Sans-serif;
margin:1ex 0;
text-align:right;
}

div.copyrightgreen {
background:#009900;
color:#ffffff;
font-size:90%;
font-style:italic;
font-family:Arial,Osaka,Sans-serif;
margin:1ex 0;
text-align:right;
}

p.backtotop {
margin:1ex;
font-size:90%;
text-align:right;
}

p.backtoindex {
margin:1ex;
font-size:90%;
text-align:left;
}


/* H tags */

h1.title {
/* background:#ffffff; */
color:#008080;
font-size:250%;
font-family:Arial,Osaka,Sans-serif;
}

h1.titlegreen {
/* background:#ffffff; */
color:#008000;
font-size:250%;
font-family:Arial,Osaka,Sans-serif;
}

h2.blue {
background:#ccffff;
color:#000099;
font-family:'ヒラギノ角ゴ Pro W3',Sans-serif;
text-indent:1ex;
border-left:solid 1ex #0000cc;
border-bottom:solid 2px #0000cc;
}

h2.green {
background:#ccff99;
color:#006600;
font-family:'ヒラギノ角ゴ Pro W3',Sans-serif;
text-indent:1ex;
border-left:solid 1ex #009900;
border-bottom:solid 2px #009900;
}


/* Colors */
.red {
color:#ff0000;
}

.grn {
color:#008000;
}

.blu {
color:#0000ff;
}

.teal {
color:#008080;
}

.navy {
color:#000080;
}

.bold {
font-weight:bold;
}


/* Image placement */

.floatleft {
float:left;
margin:0 1ex 0 1ex;
}

.floatclear {
clear:both;
}

.noborder {
border:none;
}