@charset "utf-8";

/*
		Body
-------------------------------------------------- */

body{
	background: #ffffff url(../../img/blue/bg.jpg) center top repeat-x;
}



/*
		Link
-------------------------------------------------- */

a{ color: #0000ff; }
a:hover{ color: #ff0000; text-decoration: underline; }



/*
	Header
------------------------------------------------------------ */

/*　サイトタイトル　*/
#header p a{ color: #333; text-decoration: none; }
#header p a:hover{ color: #333; text-decoration: underline; }


/*
	navi
------------------------------------------------------------ */

#navi p { color: #fff; }
#navi p a{ color: #ffff00; }
#navi p a:hover{ color: #fff; }



/*
	main
------------------------------------------------------------ */

#main h2{
	color: #333;
	background: url(../../img/blue/h2.gif) left top no-repeat;
}


#main p.explain{
	border: 1px #000099 solid;
}


#main .rank{
	border: 1px #000099 dotted;
}

#main .rank dl.order{
	border-bottom: 1px #000099 dotted;
}

#main .rank dl.detail dt{
	color: #000099;
}

#main .rank dl.detail dd{
	border-bottom: 1px #000099 dotted;
}



/*
	Footer
------------------------------------------------------------ */

#footer ul{
	border-top: 1px #000099 dotted;
}

#footer address{
	border-bottom: 5px #000099 solid;
}