/*ページ全体のレイアウト*/
body	{ scrollbar-face-color:#ffffff; scrollbar-highlight-color:#cccccc; scrollbar-shadow-color:#cccccc;
	  scrollbar-3dlight-color:#ffffff; scrollbar-arrow-color:#cccccc; scrollbar-track-color:#ffffff;
	  scrollbar-darkshadow-color: #ffffff; margin:0 20 0 20;}

body,td	{ font-size:8pt; color:#666666; font-family:'Verdana, Arial, Helvetica'; line-height:14pt; }

a:link {color:#2D9EC7;text-decoration:none;}
a:visited{color:#2D9EC7;text-decoration:none;}
a:active {color:#cccccc;text-decoration:underline;}
a:hover {color:#cccccc;text-decoration:underline;}

/*SSレイアウト*/
.box	{ width:650px; height:100%; border-right:1px solid #cccccc; border-left:1px solid #cccccc;
	  border-bottom:1x solid #cccccc; padding:30 15 0 15; }

/*タイトル*/
.box h5	{ margin-left:10;color:#666666; font-weight:normal; font-size:11pt; letter-spacing:10px;}
.box h5:first-letter { color:#bc8f8f; }

/*タイトル2*/
.box h3	{ font-weight:normal; font-size:11pt; border-bottom:1px solid #cccccc; margin-bottom:20px; padding:0 0 5 0; }


/*日付*/
.box h4	{ font-weight:normal; font-size:9pt; font-family:'Georgia'; text-align:right;
	  border-top:1px solid #cccccc; margin-top:20px; padding:5 10 0 0; }

