body {
font-family:"lr SVbN", "Osaka|";
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000d3d;
	background-image: url(../img/mainbg.jpg);
	background-repeat: repeat-x;
	background-position: center top; 
	color:#666666;
}

td {
color:#666666;
}

.mywhite{
color: #FFFFFF;
}

.myblack{
color: #333333;
}

.myblue{
color: #0d3896;
}

a:link {
	color: #a2b5f8;
}
.myblue a:link{
	color: #0d3896;
}
a:visited {
	color: #a2b5f8;
}
.myblue a:visited{
	color: #0d3896;
}
a:hover {
	color: #a2b5f8;
}
	.myblue a:visited{
color: #0d3896;
}
a:active {
	color: #a2b5f8;
}
	.myblue a:active {
color: #0d3896;
}


.hd { font-size:14px; line-height:1.5;}
.main { font-size:12px;  line-height:1.3;}
.sub { font-size:10px;  line-height:1.2;}

#mycontents{
position:relative;
width:730px;
}
#new_icon{
position:absolute;
top:571px;
left:648px;
}



/*=================================================
add header
=================================================*/
#add_header{
	width: 100%;
	height: 54px;
	background-image: url(../img/bg_add_header.png);
	background-repeat: repeat-x;
	text-align: center;
}

#add_header #wrap{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#add_header #wrap .add_btn{
	width: 580px;
	margin: 0 auto;
	padding-top: 10px;
}

#add_header #wrap .add_btn a img{
	border: none;
}