/*------------------------------------------------
	number.css - <nattoku> number.html design css
	2008.02.27
	:::toc:::
	import url
	parts design
------------------------------------------------*/


/* parts design
------------------------------------------------*/
.borderbg h2{
	margin-bottom:15px;
}
.borderbg td,.borderbg p{
	line-height:1.4
}

/* LocNav */
#LocNav{
	margin-bottom:15px;
	padding-bottom:5px;
	background:url(../images/bk_nav.gif) bottom repeat-x;
	text-align:center;
}
#LocNav ul{
	background:#ffeacb;
	border-top:2px solid #ffb534;
	border-bottom:2px solid #ffb534;
}

#LocNav li{
	margin-left:5px;
	display:inline;
}
/* ltable */
.ltable caption{
	padding-bottom:3px;
	text-align:left; 
	font-weight:bold; 
	color:#6e4600;
}

.ltable{
	width:575px;
	margin:15px auto 0;
	border:2px solid #CBF2A1;
	border-collapse:collapse;
	text-align:left;
	background-color:#CCCCCC;
}

.ltable th{
	width:15em;
	background:#fffbb1;
	padding:12px 6px;
	text-align:center;
}

.ltable tr.TabCol01{
	background:#FFFEE6;
}
.borderbg .ltable tr{
	border-bottom: 1px solid #ccc;
	border-collapse:collapse;
}
.borderbg .ltable td{
	padding:4px 10px;
	text-align:left;
}
.ltable th a {
	color:#372300;
	text-decoration:underline;
}
.ltable td a{
	color:#6e4600;
	text-decoration:underline;
}

.ltable td span{
	font-weight:bold;
	color:#cc0000;
}


/* themabox */

h3{
	margin:10px 20px 0;
	padding:15px;
	background:#FFEACB;
	line-height:1.4;
	font-weight:bold;
	font-size:medium;
}
h3 span{
	font-size:small;
}

/* textbox */

.textbox{
	margin:10px 20px 0;
	padding:20px;
	border:2px dotted #ffb534;
}
.textbox .BoxHow{
	padding:10px 0 50px;
}
.teboxtop{
}
.teboxbottom{
}
.textbox .BoxHow p{
	width:280px;
	float:right;
}
.textbox .BoxHow img{
	width:200px;
	margin-top:5px;
	display:block;
	float:left;
}
.textbox .BoxHow p img{
	width:234px;
	display:block;
	float:left;
}

.textbox .next{
	margin:15px 0;
	text-align:center;
	clear:both;
}
.textbox .next img{
	width:35px;
}

.bgcol05{
	text-align:left;
	padding:3px;
	padding-left:10px;
	background:#FFFFFF;	

}

