@charset "utf-8";


.activity{
	width:960px;
	margin:0 auto;
	}

.activity p{
	text-align:justify;
	}	
.activity h3{
	background: url(../img/i_arrow.gif) no-repeat top left;
	padding-bottom:10px;
	padding-left:30px;
	margin-bottom:10px;
	font-size:15px;
	font-weight:600;
	color:#0986af;
	border-bottom:1px dotted #c0c0c0;
	}
table.about-activity{
	width:500px;
	}
table.about-activity th{
	background:#f6f6f6;
	width:100px;
	padding:10px 0 10px 20px;
	font-size:14px;
	text-align:left;
	border:1px solid #c0c0c0;
	}

table.about-activity td{
	padding:10px;
	font-size:14px;
	border:1px solid #c0c0c0;
	}

#activity-main{
	width:425px;
	float:right;
	}
#activity-main h3{
	background: url(../img/i_arrow.gif) no-repeat top left;
	padding-bottom:10px;
	padding-left:30px;
	margin-bottom:10px;
	font-size:15px;
	font-weight:600;
	color:#0986af;
	border-bottom:1px dotted #c0c0c0;
	}
#activity-main p{
	font-size:15px;
	line-height:1.8;
	}

.activity p.name{
	font-size:15px;
	font-weight:600;
	color:#0986af;
	}
.activity p.sub-txt{
	font-size:13px;
	margin:5px 0;
	font-style:italic;
	}
.activity .activity-txt{
	line-height:1.6;
	}

.activity .activity-txt span{
	font-weight:600;
	font-size:100%;
	line-height:2.0;
	}


.graph-txt{
	width:550px;
	float:left;
	}
.graph-thumb{
	width:350px;
	float:right;
	}

.attention{
    display: block;
    padding: 10px 20px;
    margin: 20px 0;
    border: 2px solid #dcdcdc;
}





