/* ------------------------------
---------------------------------
 top contents
---------------------------------
------------------------------ */

#container #top_contents {
	float: right;
	width: 570px;
	padding-top: 10px;
}
#container #top_contents img {
	vertical-align: bottom;
}
#container #top_contents .top_btn {
	margin-right: 1px;
}

.pankuzu{
	clear:both;
	margin:5px;
	font-size:0.9em;
}

/* ------------------------------
 btn 1st
------------------------------ */
#container #top_contents .top_contents_btn01 {
	padding-top: 10px;
	
}
#container #top_contents .top_contents_btn01 li {
	float: left;
	list-style-type: none;
}

/* ------------------------------
 btn 2nd
------------------------------ */
#container #top_contents .top_contents_btn02 {
	clear: left;
	padding-top: 5px;
}
#container #top_contents .top_contents_btn02 li {
	float: left;
	list-style-type: none;
	
}


/* ------------------------------
 btn 3rd
------------------------------ */
#container #top_contents .top_contents_btn03 {
	clear: left;
	padding-top: 1px;
}
#container #top_contents .top_contents_btn03 li {
	float: left;
	list-style-type: none;
}

/* ------------------------------
 btn 4rd
------------------------------ */
#container #top_contents .top_contents_btn04 {
	clear: left;
	padding-top: 1px;
}
#container #top_contents .top_contents_btn04 li {
	float: left;
	list-style-type: none;
}

/* ------------------------------
 info title
------------------------------ */
#container #top_contents .top_contents_info_tit {
	clear: left;
	padding-top: 15px;
}
#container #top_contents .top_contents_info_tit img {
	float: left;
}



/* ------------------------------
 info text
------------------------------ */
#container #top_contents #top_contents_info_txt {
	padding-top: 5px;
	clear: left;
	padding-bottom: 30px;
}
#container #top_contents #top_contents_info_txt dl {
	border: 1px solid #CCCCCC;
	height: 150px;
	overflow: auto;
}  
#container #top_contents #top_contents_info_txt dt {
	clear: left;
	float: left;
	width: 10em;
	border-left: solid 8px #CCCCCC;
	padding-left: 5px;
	color: #666666;
	margin-left: 5px;
	margin-top: 0.8em;
}
#container #top_contents #top_contents_info_txt dd {
	margin-left: 7.5em;
	margin-top: 0.8em;
}

