@charset "utf-8";

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

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

/*- #global_tab -------- */
#global_tab{
	position: relative;
	width:808px;
	height:70px;
}

#global_tab ul{
	position:absolute;
	right:2px;
	top:0px;
}
 
#global_tab ul li{
	float:left;
	margin:0 0 0 2px;
}

#global_tab ul li.off{
	margin:20px 0 0 2px;
}
 
/*- #2ndContents -------- */
#2ndContents{
	position: relative;
	width:808px;
	background-color: #fff;

}

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

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


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

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

.topic_path{
	width:550px;
	margin:0 0 5px 0;
}

.products{
	padding:15px 0 10px 0;
	border-bottom:1px dotted #ccc;
 }

.products td.thum{
	width:190px;
 }

.products h4{
	font-size:1.3em;
	line-height:1.3em;
	padding:0 0 10px 0;
 }

.products p{
	line-height:1.5em;
	margin:0 0 8px 10px;
 }
 
.products p img{
	margin:0 5px 0 0;
 }
 
 
.top_back{
	margin:10px 10px 0 0;
	padding:3px 0 10px 0;
	width:550px;
	text-align:right;
}

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

