﻿@charset "utf-8";
table{
	border:#CCC thin solid;
	float:left;
}
.content,.content_story{
    width: 790px;
    height: auto;
    padding: 40px;
    background-color: #FFF;
    float: left;
    border: 0;
    margin-top: -5px;
}
.content_story{
    background-image:url(../img/leaf.jpg);
    background-repeat:no-repeat;
    background-position:top right;
}
.title{
	width:780px;
	height:30px;
	font-size:28px;
	font-weight:bold;
	color:#000;
	background-image:url(../img/green.jpg);
	background-repeat:no-repeat;
	padding-left:15px;
	line-height:30px;
	float:left;
}
.photo{
	width:160px;
	height:130px;
	float:left;
	margin-top:40px;
	border: #CCC thin solid;
}
.word_R{
	width:580px;
	height:135px;
	float:left;
	margin:40px 0 0 30px;
}
.table_title{
    width:162px;
	float:left;
	margin-top:40px;
	background-image:url(../img/table_titleBG.png);
	text-align:center;
	color:#FFF;
	font-size:17px;
	line-height:41px;
	margin-left:1px;
}
.content_word {
    width:780px;
    height:auto;
    float:left;
    margin-top:30px;
}
.story_img {
    width:790px;
    height:275px;
    float:left;
    margin-top:30px;
    background-image:url(../img/tree.jpg);
    background-repeat:no-repeat;
}

/* font */
.table_word_W{
	color:#FFF;
	font-size:17px;
	line-height:30px;
}
.table_word_B{
	font-size:17px;
	line-height:30px;
}
.point {
    color: #ff0000;
}