/*----------------------------------------------------------------------------------------------------------------------------------
  全体項目↓
  ■基本となるスタイルです■
-----------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------
  ■全体ルール
----------------------------------------------*/

* {
margin: 0;
padding: 0;
}

html, body {
  height: 100%;
}


body {
	font-size: 110%;
	line-height: 140%;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin: 0;
	padding: 0px;
	text-align:center;
	background-color:#000;
}

ul {
    list-style-type: none;
}
 
li img {
    vertical-align: bottom;
}

a{/
    color:0000ff;
    font-style:normal;
    text-decoration:underline;
}
a:link {
    color:fff;
    text-decoration:none;
}
a:visited {
    color:#ffffff;
    text-decoration:none;
}
a:hover {
    color:#999;
    text-decoration:underline;
}
a:active {
    text-decoration:none;
}


	
/* img */
img {
	border: 0;
}


#wrapper {
    min-width:1050px;
	height:100%;
	
}
/*---------- コンテンツ ----------*/

#contents {
	float:left;
	margin:10px 0 0 30px;
	text-align:left;
}

#logo {
	margin-top:20px;
}

#nav {
	position: relative;
	margin-top:100px;
	width:300px;
	float:left;

}

#nav ul li {
	padding-bottom: 20px;
	margin-left:50px;
}

#nav span {
	width: 35px;
	height: 56px;
	background-image:url(../../images/icon_main_select.png);
	background-repeat:no-repeat;
	background-position:top;
	position: absolute;
	top:0px;
}

#nav_talent{
	float:left;
	margin:100px 0 0 70px;
	padding:0 0 50px 30px;
	position:relative;
}
#nav_talent .pickup_title{
	position:absolute;
	top:0;
}
#nav_talent ul{
	width:400px;
	padding:0 0 0 28px;
	margin:60px 0 0;
}
#nav_talent ul li {
	padding-bottom: 20px;
	text-align:left;
}


/*---------- ライトメニュー ----------*/


#right_contents {
	background-color:#000;
	width:250px;
	height:1000px;
	float:right;
	color:#fff;
}

#right_logo {
	margin-top:25px;
	margin-bottom:20px;
	text-align:center;
}

#news_btn {
	height:20px;
	margin:0;
}

#news_bg {
	background-image:url(../../images/side_news_list.png);
	background-repeat:no-repeat;
	width:250px;
	height:107px;
}

#news_bg li {
	font-size:12px;
	text-align:left;
	line-height:3em;
	margin-left:10px;
}

#sub_menu p {
	height:45px;
}

.sub_fl {
	float:left;
}
.sub_fr {
	float:right;
}


/* バナー */

#talent {
	width:250px;
	height:45px;
}
#blog {
	width:250px;
	height:25px;
}
#loopslider {
	width: 250px;
	height: 343px;
	text-align: left;
	position: relative;
	overflow: hidden;
}



#loopslider #loopup {
	top: 0;
	left: 0;
	width: 250px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: #555;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	z-index: 99;
}
#loopslider #loopdown {
	bottom: 0;
	left: 0;
	width: 250px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: #555;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	z-index: 99;
}
/* バナー */

#sns {
	width:250px;
	height:25px;
}

#copy {
	margin-top:80px;

}


