@charset "Shift_JIS";

/* ---- メイン ---- */
#main {
	margin: 0 20px;
	width: 940px;
	height: 900px;
	text-align: left;
	background: #FFF;
	clear: both;
}

#main_top {
	margin: 20px;
	width: 940px;
	height: 320px;
}

#top_left {
	width: 680px;
	height: 320px;
	float: left;
}

#top_right {
	width: 255px;
	height: 320px;
	float: right;
}

#main_left {
	width: 670px;
	height: 320px;
	float: left;
}

#main_left h2 {
	padding: 10px 15px 0 15px;
}

#main_right {
	width: 260px;
	height: 320px;
	float: right;
}

/* ---- トップページ左 ---- */

#box_genew {
	width: 330px;
	height: 380px;
	background: #EDFBFB;
	float: left;
}

.genew {
	margin: 10px 15px 0 15px;
	height: 90px;
	border-bottom: #2DCAA9 dotted 1px;
	clear: both;
}

.genew h3 {
	padding: 1px 0 2px 0;
	font-size: 12px;
}

.genew_img {
	width: 90px;
	height: 90px;
	float: left;
}

.genew_text {
	width: 210px;
	height: 90px;
	float: left;
}

#box_spnew {
	width: 330px;
	height: 380px;
	background: #EDFBFB;
	float: right;
}

.spnew {
	margin: 10px 15px 0 15px;
	height: 192px;
	border-bottom: #2DCAA9 dotted 1px;
	clear: both;
}

.spnew p {
	padding: 3px 0;
	font-size: 12px;
	line-height: 130%;
}


#box_ggnew {
	width: 670px;
	height: 180px;
	background: #FCECEF;
	clear: both;
}

.ggnew{
	margin: 10px 15px;
	height: 90px;
	border-bottom: #F31977 dotted 1px;
}

.ggnew h3 {
	padding: 1px 0 2px 0;
	font-size: 12px;
}

.ggnew_img {
	width: 90px;
	height: 90px;
	float: left;
}

.ggnew_text {
	width: 120px;
	height: 90px;
	float: left;
}


.box_more {
	margin: 10px 15px;
	text-align:right;
}

.boxspace {
	margin: 0;
	height: 10px;
	clear: both;
}

/* ---- サークル新着 ---- */

#box_ccnew {
	width: 670px;
	height: 180px;
	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;
}

.ccnew_img {
	width: 90px;
	height: 90px;
	float: left;
}

.ccnew_text {
	width: 120px;
	height: 90px;
	float: left;
}

/* ---- イベント新着 ---- */

#box_hlevent {
	width: 260px;
	background: #ECECEC;
	float: left;
}

#box_hlevent h2 {
	padding: 10px 15px 0 15px;
}

#box_hlevent h3 {
	padding: 1px 0 2px 0;
	font-size: 12px;
}
.hlevent_list {
	margin: 5px 15px 0 15px;
	border-bottom: #282828 dotted 1px;
}
.hlevent_list p{
	padding: 0 0 5px 0;
}

/* ---- ランキング1 ---- */

#box_ranking1 {
	margin: 0 0 0 10px;
	width: 195px;
	background: #EDFBFB;
	float: left;
}
#box_ranking1 h2 {
	padding: 10px 15px 0 15px;
}
.ranking1_list {
	margin: 5px 15px 0 15px;
	border-bottom: #2DCAA9 dotted 1px;
}
.ranking1_list p{
	padding: 0 0 5px 0;
}

/* ---- ランキング2 ---- */

#box_ranking2 {
	margin: 0 0 0 10px;
	width: 195px;
	background: #FCECEF;
	float: left;
}
#box_ranking2 h2 {
	padding: 10px 15px 0 15px;
}
.ranking2_list {
	margin: 5px 15px 0 15px;
	border-bottom: #F31977 dotted 1px;
}
.ranking2_list p{
	padding: 0 0 5px 0;
}

/* ---- ヘッドラインニュース ---- */

#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;
}

