@charset "utf-8";
/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}
html,body
{
	background: #0f222f url(image/bg-main.png) top center repeat-y;
	font-family:"Lucida Calligraphy";
	margin: 0 auto 0 auto;
}

#main
{
	width: 100%;
	height: auto;
}

#header-main
{
	width: 745px;
	height: 326px;
	margin: 0 auto 0 auto;
}

#header-top
{
	background: url(image/header-top.png) top center no-repeat;
	width: 740px;
	height: 40px;
}

#header-main-top
{
	background: url(image/header-main.png) top center no-repeat;
	width: 740px;
	height: 258px;
}

#header-bottom
{
	background: url(image/header-bottom.png) top center no-repeat;
	width: 740px;
	height: 28px;
}

#cont
{
	background:url(image/cont.png) top center repeat-y;
	width: 740px;
	height: auto;
	font-size:20px;
}

#bottom-menu
{
	background: url(image/bottom-bar.png) top center no-repeat;
	width: 740px;
	height: 29px;
}

#menu

{
	width: 700px;
	height: auto;
	margin-top: 5px;
}

a:hover

{ 

	background-color: #;
	text-decoration: none;

}



a:link

{

    color: #1d527a;
	text-decoration: none;

}

a:visited

{

	color: #1d527a;
	text-decoration: none;

}

a:hover

{

    color: #C0C0C0;
	text-decoration: line-through;

}

a:active

{

}
