li
{
	margin: 2px 0px 2px;
	list-style: none;
	line-height: 130%;
}


h1, h2, h3, h4, h5, h6 {
margin: 0px;
padding: 0px;
}

.midashi	{
font-size:12pt;
font-weight:bold;
}

.line130	{
line-height: 130%;
}

.line150	{
line-height: 150%;
}

.date	{ 
font-family:palatino, georgia,"ＭＳ Ｐゴシック", "Osaka", times new roman, serif;
font-size: large; 
color: #333; 
border-bottom:1px solid #999;
margin-bottom:10px;
font-weight:bold;
}


a:link
{
	color: #333399; 
}
a:visited
{
	color: #333399; 
} 
a:active 
{
	color: rgb(153,0,255);
}

body
{
	font-family: ＭＳ Ｐゴシック;
	background-color: #FFFFFF;
	color: #3E3E5B
}
table
{
	table-border-color-light: rgb(204,153,255);
	table-border-color-dark: rgb(102,0,102); 
}
h1
{
	color: #4A4A6C;font-size:10pt
}
h2
{
	color: #4A4A6C;font-size:12pt 
}
h3
{
	color: #4A4A6C;font-size:12pt 
}
h4
{
	color: #4A4A6C;font-size:11pt 
}
h5
{
	color: #4A4A6C;font-size:9pt 
}
h6
{
	font-size:8pt
}

BODY, TR, TH, TD 
{
    font-size: 10pt;
    line-height: 1.6;
}

a:hover { color:red; }

a:hover { text-decoration:underline; }

a 
{ text-decoration:none; }

.storeTOP {
	position: relative;
	left: -150px;
}
.space {
	margin: 10px;
	padding: 10px;
}

a.lnk {
	display: block;
	text-decoration: none;
	color: #4F442F;
	background-color: #ffffff;
	width:163px;
	height:35px;
	border-top: 1px solid #A99770;
	border-right: 1px solid #A99770;
	border-bottom: 1px solid #A99770;
	border-left: 1px solid #A99770;
 }

A.lnk:active  {
   text-decoration: none;
   color: #ff0000;
 }

A.lnk:visited {
   text-decoration:none;
   color: #A99770;
 }

a.tooltip:hover {
     background: #ffffff;     /* IE6以下で必要 */
     text-decoration: none;
}
a.tooltip span {
     display: none;
     padding: 10px;
     font-size: 12px;
     margin-left: 100px;
     line-height: 1.6;
}
a.tooltip:hover span{
     display: inline;
     position: absolute;
     background-color: #FFF7EE;
     border: 1px solid #cccccc;
     color: #000000;
}
