@charset "utf-8";

@import url("tab.css");

/* ------------------------------------- 
 *	build
 * ------------------------------------- */
 
/*- #2ndContents -------- */
#2ndContents{
	position: relative;
	width:808px;
	background-color: #fff;

}

/*- topics_box -------- */

.topics_box{
	width:770px;
	background-color: #fff;
	margin:0 0 0 4px;
	padding:0 0 0 30px;
}

p.topic_path{
	width:766px;
	margin:0 0 15px 4px;
	padding:10px 0 0 0;
}

.topics_box ul{
	margin-top:15px;
}

.topics_box ul li{
	line-height:2.5em;
	background-image:url(../image/icon_sign_gray.gif);
	background-repeat:no-repeat;
	background-position:15px 10px;
	border-bottom:1px dotted #ccc;
}

.topics_box ul li a{
	width:710px;
	padding:0 0 0 30px;
	display:block;
}

.list{
	width:485px;
	text-align:right;
	margin:10px 0 0 0;
}



/*- main_title - */

.title{
	position: relative;
	width:808px;
	height:111px;
	background-image:url(../../topics/image/tit_topics.gif);
	background-repeat:no-repeat;
}

.title p.read{
	position:absolute;
	left:40px;
	top:85px;
}

.title h2{
	display:none;
}

/*- main -------- */

.main{
	width:738px;
	float:left;
}

/*- article -------- */

.article{
	width:600px;
	margin-right: auto;/*standard mode*/
	margin-left: auto;/*standard mode*/
	text-align: left;/*Quirks mode*/
	margin-bottom:20px;
 }

.article h4{
	font-size:1.4em;
	line-height:120%;
	color:#FF6600;
	padding:0 0 10px 0;
	margin:15px 0 15px 0;
	text-align:center;
 }

.article h5{
	font-size:1em;
	margin:10px 0 5px 0;
 }

.article p{
	line-height:1.5em;
 }

.article p.indent{
	margin-left:1em;
 }

.article p.alnr{
	text-align:right;
 }

.article p.alnc{
	text-align:center;
 }
	
.article p img.fltL{
	float:left;
	margin:0 20px 10px 0;
 }

.article p img.fltR{
	float:right;
	margin:0 0 10px 20px;
 }

.article table{
	width:auto;
	margin-right: auto;/*standard mode*/
	margin-left: auto;/*standard mode*/
	text-align: left;/*Quirks mode*/
	margin-top:10px;
}

.article th{
	text-align:center;
	padding:3px;
	border:1px #ccc solid;
	background-color:#FDF2C4;
 }

.article td.thm{
	width:200px;
	text-align:center;
 }

.article td.spec p{
	font-size:0.9em;
	text-align:center;
	padding:3px;
 }

.article td.read{
	padding:8px;
	border:1px #ccc solid;
 }

/*- article - sub corner -------- */

.sub_cnr{
	margin:10px 0 10px 0;
	clear:both;
}

.sub_cnr h6{
		background-color:#FCF2D3;
		border-left:5px #FF9900 solid;
		margin:0 0 10px 0;
		padding:4px;
		font-size:1em;
		clear:both;
}

.sub_cnr_box{
	border:1px #ccc solid;
	padding:10px;
	margin:10px 0 0 10px;
	width:280px;
	clear:both;
}

.sub_cnr_box_full{
	border:1px #ccc solid;
	padding:10px 10px 10px 20px;
	margin-top:10px;
	width:520px;
	clear:both;
	margin-right: auto;/*standard mode*/
	margin-left: auto;/*standard mode*/
	text-align: left;/*Quirks mode*/
}

/*- article - sub corner02 -------- */

.ecolor{
	color:#52A712 !important;
}

.sizeup{
	font-size:2.2em !important;
}

.sub_cnr02{
	margin:10px 0 10px 0;
	clear:both;
}

.sub_cnr02 h5{
		background-color:#E2F6D3;
		border-left:5px #8ADB17 solid;
		margin:0 0 10px 0;
		padding:4px 0px 4px 8px;
		font-size:1em;
		clear:both;
}





p.his_back{
	margin:10px 10px 0 0;
	padding:10px 0 3px 0;
	width:100%;
	text-align:right;
}

p.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-top:1px #999 dotted;
}