body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	line-height: 1.5;
	font-size: 0.8em;
}
#wrapper {
	margin: 20px auto;
	width: 100%;
	background-color: #FFFFFF;
}
#title {
    text-align: left;
    background: url(../../img/texture2.gif) repeat-x bottom left;
}
#main {
	padding: 5px;
	text-align: left;
	float: right;
	width: 85%;
	vertical-align: top;
}
#sub {
   margin: 20px auto;
   text-align: center;
   width: 640px;
   }
#navi {
	float: left;
	width: 100px;
	clear: none;

}
#maincontent {
	background-image: url(../../img/texture.gif);
	background-repeat: repeat-y;
}

#footer {
    clear:right;
}
a:hover{
    color:#ff0000;
}
h1 {
	margin:0;
	font-size: 1.8em;
	color: #66ccff;
}
h1#small {
	font-size: 1.5em;
}
h1#center {
	text-align: center;
}
h2 {
	font-size: 1.5em;
	line-height: 120%;
}
h3 {
    text-align: left;
}
ul#moji {
    text-align:left;
	line-height: 140%;
}
.moji1 {
	line-height: 140%;
	text-align: left;
	word-spacing: normal;
}
.moji {
	line-height: 140%
}
.moji-right {
	line-height: 140%;
	text-align: right;
}
.moji-center {
	line-height: 140%;
	text-align: center;
}
img {
	border: none;
}
.title {
	font-size: 120%;
	line-height: 140%;
	font-weight: bold;
}
.title-link {
	font-size: 150%;
	line-height: 140%;
	font-weight: bold;
	text-decoration: underline;
}

.justify {
	line-height: 140%;
	text-align: justify;
}
.upper {
	text-transform:uppercase;
}
.caution {
	line-height: 120%;
	color: #FF0000;
}

