/* CSS Document */
body {
	background-color: #ffffff;
	margin : 0;
	padding : 0;
	color: #000000;
}

#bg01{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
}
#bg02{
	background-image:url(../images/top_left_flower.jpg);
	background-repeat:no-repeat;
}
#bg03{
	background-image:url(../images/top_right_flower.jpg);
	background-repeat:no-repeat;
	background-position-x: right;
	background-position-y: top;
}


td {
	font-size : 12px;
	color: #000066;
	line-height: 1.5em;
}

.hasen{
	border: 3px #F5DAED;
	border-bottom-style: dotted;
}
#fhoto_tbl img{
	border: solid 3px #FFFFFF;
}

a:link      {text-decoration:none; color:#66ccff; }
a:visited   {text-decoration:none; color:#66ccff; }
a:active    {text-decoration:none; color:#ff66ff; }
a:hover     {text-decoration:none; color:#ff66ff; }

#system_tbl td{
	padding-left: 10px;
	padding-right: 10px;
}
#footer_waiwai	{
	text-align:center;
	font-size: 12px;
	font-weight: bold;
}
#footer_waiwai a:link {color:#D55EAE;}
#footer_waiwai a:visited {color:#D55EAE;}
#footer_waiwai a:hover {color:#cc0000;}

