/* ---- インタビュー ---- */

#main {
	margin: 0 20px;
	width: 940px;
	height: auto;
	text-align: left;
	background:#FFF;
	clear: both;
}

#main_navi {
	margin: 10px 20px;
	width: 940px;
	height: 20px;
	font-size: 10px;
	text-align: left;
}

#main_left {
	width: 670px;
	height: auto;
	float: left;
}

#main_right {
	width: 260px;
	height: auto;
	float: right;
}

.box_more {
	padding: 10px 15px;
	text-align:right;
}


/* ---- ヘッドラインニュース ---- */

#box_hlnews {
	width: 260px;
	background: #ECECEC;
}
#box_hlnews h2 {
	padding: 10px 15px 0 15px;
}
.hlnews_list {
	margin: 5px 15px 0 15px;
	border-bottom: #282828 dotted 1px;
}
.hlnews_list p{
	padding: 0 0 5px 0;
}

/* ---- 新着ブログ ---- */

#box_blog {
	width: 260px;
	background: #ECECEC;
}
#box_blog h2 {
	padding: 10px 15px 0 15px;
}
.blog_list {
	margin: 5px 15px 0 15px;
	border-bottom: #282828 dotted 1px;
}
.blog_list p{
	padding: 0 0 5px 0;
}

/* ---- バックナンバー ---- */

#box_backn {
	width: 260px;
	background: #ECECEC;
}
#box_backn h2 {
	padding: 10px 15px 0 15px;
}
.backn_list {
	margin: 5px 15px 0 15px;
	height: 85px;
	border-bottom: #282828 dotted 1px;
	clear: both;
}
.backn_list h3{
	padding: 1px 0 2px 0;
	font-size: 12px;
}
.backn_list p{
	padding: 0 0 5px 0;
}
.backn_img {
	width: 90px;
	height: 85px;
	float: left;
}
.backn_text {
	width: 140px;
	height: 85px;
	float: left;
}


/* ---- サークル新着 ---- */

#box_ccnew {
	width: 670px;
	background: #EDEDED;
	clear: both;
}

#box_ccnew h2 {
	margin: 0 15px 0 15px;
	padding: 10px 0 0 0;
	height: 30px;
	font-size: 12px;
	font-weight: lighter;
	background:url(../img/bg_ccnew.gif) bottom no-repeat;
}

.ccnew{
	margin: 10px 15px;
	height: 90px;
	border-bottom: #282828 dotted 1px;
}

.ccnew h3 {
	padding: 1px 0 2px 0;
	font-size: 12px;
}

.clist_box {
	margin: 0;
	width: 670px;
	background: #EDEDED;
}
.clist_table {
	margin: 5px;
	width: 660px;
	background: #FFF;
}

.clist_img {
	padding: 10px;
	height: 160px;
	width: 160px;
	border-right: #EDEDED dotted 5px;
}

.clist_text {
	padding: 10px;
}

.clist_text h2{
	margin: 0;
	padding: 5px 0;
}

.clist_title {
	margin: 10px 0;
}

.clist_title h1 {
	margin: 10px 0;
	padding: 8px 0 8px 10px;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
	font-weight: bold;
	border-left: #EDEDED solid 15px;
}

.clist_title p {
	padding: 5px 0;
	font-size: 12px;
	line-height: 150%;
}


.page{
	padding: 10px 15px;
	text-align:center;
}


.cinfo_left {
	padding: 8px;
	background: #EDEDED;
	border-bottom: #FFF dotted 1px;
}
.cinfo_right {
	padding: 8px;
	border-bottom: #CCC dotted 1px;
}
.cinfo_left_bottom {
	padding: 8px;
	background: #EDEDED;
}
.cinfo_right_bottom {
	padding: 8px;
}


/* ---- サークル新着 ---- */
#main_left {
	width: 670px;
	height: auto;
	float: left;
}
