@charset "utf-8";

/*==================================================
	◆ コンテンツ
==================================================*/

/* ヘッダー */
.header_bg{
	width:100%;
	height:62px;
	background:url(../img/common/bg_header.jpg) repeat-x;
}

.header{
	width:980px;
	height:62px;
	margin:0 auto;
	background:url(../img/common/bg_header.jpg);
	background-repeat:repeat-x;
}

.header_box{
	width:975px;
	height:62px;
	text-align:left;
	margin:0 auto;
}

/* ロゴ */
.logo{
	width:225px;
	height:45px;
	padding-top:0px;
}

.main{
	width:100%;
	height:262px;
	margin:0 auto;
	background:#FFFFFF;
}

/* コンテンツ全体 */
.contents{
	width:975px;
	height:auto;
	padding-bottom:50px;
	background:url(../img/common/bg_white.png) repeat;
	background-position:0px 25px;
	padding-top:25px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
}

.contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .contents {
    height: 1em;
    overflow: visible;
}
/**/

/* コンテンツ左側 */
.contents_left{
	width:215px;
	height:auto;
	/*background:url(../img/common/bg_contents.jpg) no-repeat;*/
	float:left;
}

/* パンくずリスト */
.topic_path{
	width:960px;
	height:auto;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
}

.topic_path p{
	color:#000;
	font-size:11px;
	line-height:18px;
	letter-spacing:1px;
}

.topic_path p a{
	color:#000;
	text-decoration:underline;
}

.topic_path p a:hover{
	color:#c00;
}


/* アーカイブ */
.archives_tbl{
	width:200px;
	height:auto;
	padding-left:15px;
	padding-bottom:21px;
}

.archives_tbl_top{
	width:200px;
	height:60px;
	background:url(../img/common/archives_tbl_top.png) no-repeat;
}

.archives_tbl_middle{
	width:200px;
	height:200px;
	background:url(../img/common/archives_tbl_middle.jpg) no-repeat #45100e;
}

.archives_tbl_bottom{
	width:200px;
	height:5px;
	background:url(../img/common/archives_tbl_bottom.png) no-repeat;
}

.archives_tbl_middle ul{
	width:auto;
	height:auto;
	padding-top:16px;
	padding-left:14px;
}

.archives_tbl_middle li{
	list-style-type:none;
	color:#fff;
}

.archives_tbl_middle li span{
	_font-size:64%;
}

.archives_tbl_middle li a{
	color:#fff;
	text-decoration:none;
}

.archives_tbl_middle li a:hover{
	text-decoration:underline;
}




/* コンテンツ右側 */
.contents_right{
	width:747px;
	height:auto;
	text-align:left;
	/*background:#fff;*//*
	background:url(../img/common/conright_bg.png) repeat-y;*/
	float:left;
}

.conright_box{
	width:auto;
	height:auto;
	padding-top:0px;
	padding-left:35px;
}



/* ログイン */
.login_area{
	width:200px;
	height:auto;
	padding-left:15px;
	padding-bottom:28px;
}

.login_area iframe{
	width:200px;
	height:180px;
	border:none;
}
/* Banner */
.banner_area{
	width:200px;
	height:auto;
	padding-left:15px;
	padding-bottom:18px;
}

.banner_area iframe{
	width:200px;
	height:150px;
	border:none;
}


/* 最新DISC */

.disc_area{
	width:200px;
	height:auto;
	padding-left:15px;
}

.cap_disc{
	width:200px;
	height:auto;
	padding-bottom:6px;
}

.disc_lineup{
	width:200px;
	height:auto;
	padding-bottom:15px;
}

.img_disc{
	width:200px;
	height:auto;
	padding-bottom:10px;
}

.disc_txt{
	width:200px;
	height:auto;
	text-align:center;
}






/* フッター */

.footerwrap {
  width:auto;
	background:url(../img/menu/bg_footer_menu.jpg) repeat-x;
}

.footer{
	width:1200px;
	height:auto;
	clear:both;
	padding-bottom:20px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}

.footer_contents{
	width:1200px;
	height:auto;
	overflow:hidden;
	padding-bottom:20px;
}

.footer_logo{
	width:219px;
	height:55px;
	padding-top:24px;
	padding-left:103px;
	float:left;
}



/*.footline{
	width:auto;
	height:3px;
	background:#000;
	margin-bottom:5px;
}*/
