@charset "utf-8";

body
{
	background-image:url(images/page-bg.jpg);
	background-position: top center;
	background-repeat:repeat;
	background-attachment:fixed;
}
.color
{
	color:#8eaf04;
}
.brdcolor
{
	border-color: #8eaf04;
}
.submenu a:hover{
	background-color:#8eaf04;
}

.bgcolor
{
	background-color:#8eaf04;
}
a.main_menu {
	font-size:12px;
	font-family:'Lucida Grande',Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#ffffff;
}
a.main_menu:hover{
	font-size:12px;
	font-family:'Lucida Grande',Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#8eaf04;
}

a.main_menu_sp {
	font-size:12px;
	font-family:'Lucida Grande',Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#aaaaaa;
}
a.main_menu_sp:hover{
	font-size:12px;
	font-family:'Lucida Grande',Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#8eaf04;
}

#top-btn ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

#top-btn ul li
{
	float:left;
	margin:0;
}

#top-btn ul li a
{
	font-size:11px;
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:url(images/top-btn.gif);
	width:79px;
	height:17px;
	padding:2px 0 0 0;
	color:#fff;
	display:block;
	text-decoration:none;
	text-align:center;
	
}
#top-btn ul li a:hover, #top-btn-active
{
	font-size:11px;
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:url(images/top-btn1.gif);
	width:79px;
	height:17px;
	padding:2px 0 0 0;
	color:#fff;
	display:block;
	text-decoration:none;
	text-align:center;
}


#top-btn1 ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

#top-btn1 ul li
{
	float:left;
	margin:0;
}

#top-btn1 ul li a
{
	font-size:11px;
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:url(images/top-btn-a.gif);
	width:79px;
	height:17px;
	padding:2px 0 0 0;
	color:#fff;
	display:block;
	text-decoration:none;
	text-align:center;
	
}
#top-btn1 ul li a:hover, #top-btn-active1
{
	font-size:11px;
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:url(images/top-btn1-a.gif);
	width:79px;
	height:17px;
	padding:2px 0 0 0;
	color:#fff;
	display:block;
	text-decoration:none;
	text-align:center;
}


#admin-left-links ul
{
	margin:0;
	padding:0 0 0 10px;
	list-style-type:none;
}

#admin-left-links ul li
{
	margin:0;
	padding:6px 0;
	text-align:left;
}

#admin-left-links ul li a
{
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#b2b2b2;
	font-weight:bold;
}
#admin-left-links ul li a:hover, #admin-left-links-active
{
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#a0c12a;
	font-weight:bold;
	
}

a#storage1 {
	background:url('images/storage2.gif') bottom left no-repeat;
	display:block;
	width:165px;
	height:69px;
}
a#storage1:hover {
	background:url('images/storage2.gif') top left no-repeat;
	display:block;
}

a#storage2 {
	background:url('images/unlimited-storage2.gif') bottom left no-repeat;
	display:block;
	width:165px;
	height:69px;
}
a#storage2:hover {
	background:url('images/unlimited-storage2.gif') top left no-repeat;
	display:block;
}
.check {
	background:url('images/check.gif') top left no-repeat;
}