/* 右寄せのテキスト*/

body
	{filter:progid:DXImageTransform.Microsoft.Gradient
	(gradientType='1',startColorstr=LightCyan,endColorstr='#ffffff')}

div.box
	{position:absolute;
	 left:25%;
	 top:144px;
	 width:70%;
	 height:240px;
	 padding:9px;
	 background:Deepskyblue;
	 color:black;
	 font-size:14pt;}


/*タイトル*/
div.title
	{font-family:"Times New Roman";
	 font-size:48pt;
	 font-weight:900;
 	 line-height:2pt;
	 color:cyan; }

/*右寄せテキスト上のサブタイトル*/
p.sub
	{text-indent:35%;
	 font-family:Impact;
	 font-size:24pt;
	 font-style:italic;
	 color:deeppink; }

.main	
	{font-family:"Times New Roman";
	 font-size=14pt;
	 color:White;}

.shadow	
	{Filter:Shadow(Color=lightblue,Direction=225)}

/*リンクスタイルの設定*/
a:link	
	{font-family:"ＭＳ 明朝";
	 color:Black;
	 background-color:LightPink;
	 text-decoration:none;
	 font-weight:300;
	 font-size:12pt}
a:visited
	{font-family:"ＭＳ 明朝";
	 color:White;
	 background-color:DeepPink;
	 text-decoration:none;
	 font-weight:300;
	 font-size:12pt}
a:active
	{font-family:"ＭＳ 明朝";
	 color:Blcak;
	 background-color:Blue;
	 text-decoration:none;
	 font-weight:300;
 	 font-size:12pt}
a:hover	
	{font-family:"ＭＳ 明朝";
	 color:White;
	 background-color:MidnightBlue;
	 text-decoration:none;
	 font-weight:300;
	 font-size:12pt}
