body {
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: images/bg.jpg;
	background-repeat: repeat;
}

.footer_b {	background-image: url(images/footer.jpg);
	      background-repeat: repeat-x;
          }


.footer_s {
		  background-image: url(images/footer_shodow.jpg);
		  background-repeat: repeat-x;
		  }

.alltext_font {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-style: normal;
			font-weight: normal;
			color: #464646;
			text-decoration: none;
			text-align: justify;
}


.footer_bg {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
}
.footer_font{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.footer_font1 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.footer_font1 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}

.menu_bg {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
}
.menu_text{
	font-family: Verdana, Arial, Helvetica, sans-serif, Meiryo;
	font-size: 4px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
 

.line_text {
	font-family: Verdana, Arial, Helvetica, sans-serif, Meiryo;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
.Heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.member {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.box5 {
	background-image: url(images/box5.jpg);
	background-repeat: no-repeat;
}
.box6 {
	background-image: url(images/box6.jpg);
	background-repeat: no-repeat;
}


/*top menu start*/

/*top link start*/
.top_link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding:2px;
}

.top_link a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-color:#7dc6ff;
	padding:2px;
}

.follow_us
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
}


/*top link end*/

.basictab{

width:100%;
padding: 3px 0;
margin-left: 0;
font: normal 10px Verdana;
 list-style-type: none;
text-align:right; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border: 1px solid #0f64a7;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #abe3ff;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 0px;
background-color: #DBFF6C;
color: black;
}

/*top menu end*/

