@charset "utf-8";

@import url("2nd_menu.css");
@import url("tab.css");


/* ------------------------------------- 
 *	build
 * ------------------------------------- */
 
 
/*- #2ndContents -------- */
#2ndContents{
	position: relative;
	width:808px;
	background-color: #fff;

}

/*- contents build-------- */

.contents{
	width:800px;
	background-color: #fff;
	margin:0 0 0 4px;
}


/*- main_title - */

.title{
	position: relative;
	width:808px;
	height:111px;
	background-image:url(../../tips/image/tit_tips.gif);
	background-repeat:no-repeat;
}

.title p.read{
	position:absolute;
	left:40px;
	top:85px;
}

.title h2{
	display:none;
}

/*- main -------- */

.main{
	width:550px;
	float:left;
	margin:10px 0 0 30px;
}

/*- article -------- */

.main h3{
	margin:20px 0 15px 0;
	text-align:center;
}

.main h4{
	font-size:1.4em;
	line-height:120%;
	color:#006600;
	margin:0 0 20px 0;
	text-align:center;
}

.main h5{
	font-size:1.1em;
	margin:20px 0 20px 0;
}

.main h6{
	font-size:1em;
	padding:5px;
	margin:10px 0 10px 0;
	background-color:#eee;
}

.main p{
	margin:0 1em 0 1em;
	line-height:1.4em;
}

.main table{
	margin:0 auto 10px auto;
}


.main th{
	text-align:center;
	vertical-align:middle;
	padding:8px;
}

.main th.name{
	border:1px #ccc solid;
}

.main th.spec{
	vertical-align:middle;
	background-color:#FDF2C4;
	border-bottom:1px #ccc solid;
	border-left:1px #ccc solid;
}

.main th.spec2{
	vertical-align:middle;
	background-color:#FF9900;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	border-left:1px #ccc solid;
}

.main td.thm{
	text-align:center;
}

.main td.data{
	text-align:center;
	vertical-align:middle;
	padding:8px;
	border-bottom:1px #ccc solid;
	border-right:1px #ccc solid;
}

.main td.text{
	text-align:left;
	vertical-align:middle;
	padding:8px;
	border-bottom:1px #ccc solid;
	border-right:1px #ccc solid;
}

.main ul{
	margin:5px 0 0 12px;
	padding:0 0 0 20px;
}
 
.main ul li{
	padding:0 0 0 0px;
	list-style:circle;
	margin-bottom:4px;
}

.main ol{
	margin:5px 0 0 20px;
	padding:0 0 0 20px;
}

.main ol li{
	padding:0 0 0 0px;
	margin-bottom:4px;
}


.planA{
	border:2px #FCA704 solid;
	margin:0 0 20px 0;
	padding-bottom:10px;
}

.planB{
	border:2px #FB7817 solid;
	margin:0 0 20px 0;
	padding-bottom:10px;
}
 
.his_back{
	margin:10px 10px 0 0;
	padding:10px 0 3px 0;
	width:100%;
	text-align:right;
}

.his_back a{
	background-image:url(../image/icon_sign_pet.gif);
	background-repeat:no-repeat;
	background-position:3px 3px;
	padding:5px 0 5px 22px;
}

.bdr{
	border-bottom:#999 2px dotted;
	margin-bottm:30px;
}

.bdr_l{
	border-left:1px #ccc solid;
}

.bdr_r{
	border-right:1px #ccc solid;
}

.recommend{
	padding:25px 0 10px 0;
}

.recommend table{
	margin-left:auto;
	margin-right:auto;
}

.tit_recommend{
	padding:3px;
	text-align:center;
	background-color:#81B82B;
	color:#FFFFFF;
	font-weight:bold;
}


/* grossary */

p.imagetxt{
	width:340px;
	float:left;
}

.image{
	width:180px;
	text-align:center;
	float:right;
	font-size:0.8em;
}

caption.btm{
	font-size:1em;
	text-align:right;
}

