p {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 18px;
}
p.sub {
	margin-right: 15px;
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 18px;
}
p.com {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 25px;
}
body
    {
     margin:0px;          /* ページ全体のmargin */
     padding:0px;         /* ページ全体のpadding */
    }

#main
    {
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:900px;         /* 幅を決定する */
    }

.style2 {font-size: small; color: #666666; }
.style3 {color: #FF0000}
.style6 {font-size: x-small}
.style7 {font-size: small; color: #000000; }
.style5 {color: #666666}
.style1 {
	font-size: small;
	color: #333333;
}
.style8 {font-size: small}

a:link { color: gray } 
a:link {text-decoration:none}
a:visited {text-decoration:none}
a:active {text-decoration:none}
a:hover {color:black; text-decoration:underline}
