@charset "utf-8";
/* CSS Document */

/*==================================================
	
  ● Title //CSS名
  ○ layout.css
  
  ● Created Date in CSS //CSS作成日
  ○ 2010.04.12
  
  ● Last Update //最終更新日
  ○ 2010.04.18
  
  ● Created by //製作元
  ○ ROM SHARING.INC
  
  ● Author //著者
  ○ matsu , Tsuki
  
  ● a Table of Contents //目次
  ○ Whole
  ○ Header
  ○ Navigation
  ○ Page Title
  ○ Contents
     ├Contents Left
	 └Contents Right
  ○ Footer
 
==================================================*/

/*--------------------------------------------------
  ○ Whole
--------------------------------------------------*/
body{
	background:none !important;
	display:none;
}
#wrap{
	display:none !important;
}



#wrap{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:left;
	background:url(/milkyway/public/images/images/renew/alltop_bg.png) no-repeat center top;
}

#box{
	width:980px;
	height:auto;
	margin:0 auto;
	padding:0px 6px;
	background:url(/milkyway/public/images/images/renew/box_bg.png) no-repeat center top;
}

#incontBox{
	width:960px;
	height:auto;
	margin:0 auto;
	padding:0px 10px;
	background:#FFF;
	overflow:hidden;
}


/*--------------------------------------------------
  ○ Header
--------------------------------------------------*/

#header{
	width:960px;
	height:100px;
	clear:both;
	padding-bottom:12px;
	overflow:hidden;
}

.logo{
	width:400px;
	height:71px;
	float:left;
}

.top_left_link{
	width:560px;
	height:71px;
	float:left;
	text-align:right;
}

.top_link{
	width:710px;
	height:50px;
	text-align:right;
}


/*--------------------------------------------------
  ○ Navigation
--------------------------------------------------*/

.m_menu{
	width:960px;
	height:29px;
	clear:both;
}

.m_menu ul{
	list-style-type:none;
}

.m_menu li{
	float:left;
}


/*--------------------------------------------------
  ○ Page Title
--------------------------------------------------*/

.con_title{
	width:960px;
	height:78px;
	clear:both;
}

.con_title h2{
	padding-left:30px;
	background:url(/milkyway/public/images/images/renew/title_mark.jpg) no-repeat left top;

}


/*--------------------------------------------------
  ○ Contents
--------------------------------------------------*/

#contAllboxs{
	width:960px;
	height:auto;
	overflow:hidden;
	clear:both;
	background:url(/milkyway/public/images/images/renew/cont_topbg.jpg) no-repeat center top;
}



#m_contents{
	width:960px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}

/* Contents Left */

#left_box{
	width:205px;
	height:auto;
	float:left;
	padding-left:30px;
}

/* Contents Right */

#right_box{
	width:725px;
	height:auto;
	float:left;
}


/*--------------------------------------------------
	○ Footer
--------------------------------------------------*/

#footer{
	width:100%;
	height:50px;
	margin:0 auto;
	background-color:#525252;
}

.footer_box{
	width:900px;
	height:auto;
	margin:0 auto;
}

.copy_right{
	width:550px;
	height:auto;
	float:left;
	padding-top:5px;
	color:#ffffff;
	text-align:left;
	font-size:12px;
}

#footerAll{
	width:960px;
	height:auto;
	margin:0 auto;
	padding:50px 0px;
}

.footerTopb{
	width:950px;
	height:30px;
	padding:0px 5px;
	line-height:30px;
	background:#e7e7e7;
	color:#666666;
}

.footerTopb a{
	color:#666666;
}

.footerCopys{
	width:960px;
	height:auto;
	padding:10px 0px;
	color:#666666;
}
/*
--------------*/

.btnRight{
	position:absolute;
	width:34px;
	height:auto;
	right:0;
	padding-top:50px;
}

.btnRight ul{
	position:fixed !important;
}

.btnRight li{
	padding-bottom:5px;
}