/* CSS Document */

p         {font-size:10pt;
           color:darkblue;
		   letter-spacing:120%;
		   line-height:150%;
		   }
td         {font-size:10pt;
           color:darkblue;
		   letter-spacing:120%;
		   line-height:150%;
		   }
		   
pre       {font-size:10pt;
           color:darkblue;
		   letter-spacing:120%;
		   line-height:150%;
		   }

.furisode {border:1px LightCoral solid;
           background-image:url(furisode/img/bg.gif);
		   color:#FF3366;
		   font-size:13pt;
		   padding:3px;
		   letter-spacing:120%;
		   font-weight:bold;
		   }
.f_i      {border:1px LightCoral dashed;}
		   
#footer   {font-size:11pt;
           font-weight:bold;
		   color:#000066;
		   letter-spacing:120%;
		   line-height:150%;
		   }
		   

hr{
	color:#9900FF;
	border-style:dashed;
	width:100%;
	height:1px;
}

a:link{
	color:#000066;
}
a:active{
	color:#ffffff;
}
a:visited{
	color:#000066;
}
a:hover{
	color:#ffffff;
	background-color:#000066;
}


body{
  font-weight : bolder;
}

#sendai{
	width:550px;
	height:600px;
	padding:200px 0px 0px 100px;
	background:url(kyositsu/images/sendai.jpg) no-repeat;
}
#sendai a{
	font-size:10pt;
	display:inline;
	color:#ffcccc;
	text-decoration:none;
}
#sendai a:hover{
	color:#ff33333;
	text-decoration:none;
	text-decoration:underline;
}
