/* G-LinkSaver サンプルスタイルシート */

BODY{
	background-color:#827bfb;
	line-height: 1.2em;
         color: #00ffff;
         font-size: medium;
         font-weight: bold;
}

/* リンクの設定 */
A:link,A:visited{
         color: #ffff00;
	text-decoration: none;
}

A:hover,A:active{
	color: Red;
	text-decoration: underline;
}

/* 各タグの詳細設定 */
LI{
	list-style-type: circle;
　　　　font-size: 15pt;
}

B{
	font-size: 15pt;
	color: #ff80c0;
}

P{
	margin-top: 5pt;
	margin-bottom: 0pt;
}

BlockQuote{
	margin: 5pt 5pt 15pt 30pt;
}

H2 {
   font-weight : bold; 
   font-size : 15pt; 
   color : #000080; 
   background : #ffce63; 
   margin-bottom : 5px; 
   margin-left : 1px; 
   padding-left : 16px; 
   border-style : solid; 
   border-color : rgb(0,90,156); 
}


H1 {
   font-size : 25pt; 
   font-family : Times; 
}


.t2 {
   font : bold 24px/normal "Times", "serif"; 
   color : #00CCFF; 
   text-align : center; 
   text-shadow : 0.2em 0.2em; 
   margin-top : -60px; 
   margin-bottom : 10px; 
}


.t1 {
   font : bold normal 18px/normal "ＭＳ Ｐゴシック"; 
   color : #FF0000; 
   text-align : center; 
   text-shadow : 0.2em 0.2em; 
   margin-top : 20px; 
}


