@charset "UTF-8";

/*
###################################

    Topics　専用CSS

###################################
*/

#monde2010 {
	overflow:hidden;
	width:780px;
	margin:45px 0 55px 20px;
}


/* -- テキスト -- */
#monde2010 h2 {
	margin-bottom:35px;
}

#monde2010 h3 {
	margin-bottom:20px;
}

#monde2010 p {
	margin:0;
	padding:0;
}


/* -- LEFT CONTENTS -- */
#left_content {
	overflow:hidden;
	float:left;
	width:440px;
}

#left_content li
{
	margin:0;
	padding:0;
	line-height:0;
	font-size:0px;
}

/* -- RIGHT CONTENTS -- */
#right_content {
	overflow:hidden;
	float:right;
	width:320px;
}

.right_column {
	overflow:hidden;
	border-bottom:#ccc solid 1px;
	margin-bottom:25px;
	padding-bottom:25px;
}

.right_column p {
	color:#333333;
	font-size:13px;
	line-height:1.4em;
}

.txt_l {
	float:left;
	width:200px;
}

.medal {
	float:right;
	width:90px;
}

.btn_online {
	margin-bottom:20px;	
}

.clear {
	clear: both;
}






