﻿/* ----- BODY ---- */

BODY{
font-family:meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* ----- LEFT LINKS----- */
.leftlinks {color: #333333; font-size: 11px}

.leftlinks {color: #333333; font-size: 11px}
.leftlinks A:link {text-decoration: none; color: #333333;}
.leftlinks A:visited {text-decoration: none; color: #333333;}
.leftlinks A:active {text-decoration: none; color: #333333;}
.leftlinks A:hover {text-decoration: underline; color: #A42685;}


/* ----- SMALL LINKS----- */
.smalllinks {color: #333333; font-size: 10px}

.smalllinks {color: #333333; font-size: 10px}
.smalllinks A:link {text-decoration: none; color: #333333;}
.smalllinks A:visited {text-decoration: none; color: #333333;}
.smalllinks A:active {text-decoration: none; color: #333333;}
.smalllinks A:hover {text-decoration: underline; color: #A42685;}


/* ----- MAINCONTENT----- */
.maincontent {font-size: 10px; line-height: 140%; color: #666666; list-style-image: url(images/arrow_bullet.gif)}
.maincontent A:link {text-decoration: underline; color: #47A399;}
.maincontent A:visited {text-decoration: underline; color: #47A399;}
.maincontent A:active {text-decoration: underline; color: #47A399;}
.maincontent A:hover {text-decoration: none; color: #8FBEBB;}

/* ----- FORM FIELD----- */
.formfieldtext{ 
visibility:visible; 
} 


/* ----- SMALL FOOTER TEXT----- */
.copyrightext {color: #999999; font-size: 11px}


.innerpagecontent {font-size: 12px; line-height: 130%; color: #444444; list-style-image: url(images/arrow_bullet.gif)}



.clickmoretext {color: #999999; font-size: 10px}
.clickmoretext A:link {text-decoration: none; color: #999999;}
.clickmoretext A:visited {text-decoration: none; color: #999999;}
.clickmoretext A:active {text-decoration: none; color: #999999;}
.clickmoretext A:hover {text-decoration: underline; color: #999999;}

.smallgreytext {color: #999999; font-size: 10px}
.smallgreytext A:link {text-decoration: none; color: #999999;}
.smallgreytext A:visited {text-decoration: none; color: #999999;}
.smallgreytext A:active {text-decoration: none; color: #999999;}
.smallgreytext A:hover {text-decoration: underline; color: #999999;}

.smallgreentext {font-family: Arial, Helvetica, sans-serif; color: #669900; font-size: 11px}




*
{
	
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}




p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
cursor: default;
list-style: url(none) none outside;
clip:   rect(   );
margin-left: 54px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #BEB0A3;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 82px;
	height: 65px;
}

.hoverbox li
{
	background: #FDF8EB;
	color: inherit;
	display: inline;
	float: left;
	margin: 10px;
	padding: 7px;
	position: absolute;
; border: 1px #DED5CC solid; clip:    rect(   )
}

.hoverbox .preview
{
	background: #FDF8EB;
	border-color: #DED5CC;
	margin: 7px;
	padding: 7px;
	width: 230px;
	height: 182px;
}







