/* D-boys */


html,
body
{
    margin:0;
    padding:0;
    height:100%; /* 100 % height */
	
}

html>body #master
{
    height:100%; /* 100 % height */
}

html>body #contents
{
    height:100%;
}

html>body #copyright
{
	position: fixed;
	bottom: 0;
	z-index: 99;
	background-color: #000000;
	
}


body
{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif, Osaka;
	line-height:1.7em;
}


a{
  color:#5FB027;
  text-decoration:none;}

a:hover{
  color:#009966;}  


#contents 
{
	width: 910px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

#master
{
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}



/* main */
/* left column */
#left_column
{
	width: 480px;
	float: left;
}

#main_banner
{
	margin-bottom: 0;
}

.menu_box
{
	width: 238px;
	height: 101px;
	
}

#left_info
{
	margin-top: 17px;
	width: 475px;
}

#blog_box
{
	width: 157px;
	float: left;
}

#blog_txt
{
	width: 130px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 10px;
	line-height:1.6em;
}

.blog_date
{
	font-weight: bold;
	color: #3366ff;
}



.info_box_left {
	width: 5px;
	background-image: url(img/info_left.gif);
	background-repeat: repeat-y;
}

.info_box_right {
	width: 5px;
	background-image: url(img/info_right.gif);
	background-repeat: repeat-y;
}

#new_box
{
	width: 318px;
	float: right;
	l
}

#new_txt
{
	width: 288px;
	margin-left: 10px;
	margin-right: 10px;
	height: 213px;
	overflow: auto;
	line-height:1.4em;
}

#fan_txt
{
	margin-left: 5px;
	margin-right: 5px;
	height: 230px;
	overflow: auto;
	line-height:1.6em;
}

/* right column */
#right_column
{
	width: 420px;
	float: right;
	margin-top: 25px;
}

#member_box
{
	width: 420px;
	float: right;
}

.dboys_list_left {
	background-image: url(img/list_left.gif);
	background-repeat: repeat-y;
	background-color: #297DD5;
}

.dboys_list_right {
	background-image: url(img/list_right.gif);
	background-repeat: repeat-y;
	background-color: #297DD5;
}
.talent_img {
	margin-bottom: 1px;
	margin-right: 1px;
}

/* footer */
/* copyright */
#copyright{
	width: 100%;
	height: 28px;
	background-color: #000000;
}
