﻿@charset "utf-8";

body {background-color:#dcdcdc;}

<!--
A:link { text-decoration:none;}
A:visited { text-decoration:none;}
A:active { text-decoration:none;}
A:hover { color:#000000; text-decoration:none; background-color:#999999; }
-->


html {
  max-width: 900px;
  margin: 0 auto;
}

img { max-width:100%; height:auto; }
p.resizeimage img { width: 100%; }

p.sample1 {font-family: "游明朝",serif; }
span.sample1 {font-size: 15px; }

p.sample2 {font-family: "メイリオ",sans-serif; }
span.sample2 {font-size: 100px; }

p.sample3 {font-family: "Times New Roman",serif; }
span.sample3 {font-size: 24px; color:#999; }

p.sample4 {font-family: "メイリオ",sans-serif; }
span.sample4 {font-size: 14px; color:#696969; }

p.sample5 {font-family: "Times New Roman",serif; }
span.sample5 {font-size: 64px; color:#999; }

div#left {  
    float: left;  
}  
  
div#right {  
    text-align: right;  
}  
  
.clearLeft {  
    clear:left;  
}  
  
.aaa {
margin-right: 15px; }
