/*------------------------------------------------
	data.css - <nattoku> data.html design css
	2007.04.09
	:::toc:::
	import url
	parts design
------------------------------------------------*/

@import url(../../common/common.css);
@import url(../../common/format.css);
@import url(../../common/layout-old.css);
@import url(../../common/navigation.css);

/* 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{
	width:575px;
	margin:10px 0 0;
	border: 1px solid #4F2A21;
	border-collapse:collapse;
}
.ltable th{
	background:#C7E0CD;
}
.ltable tr.TabCol01{
	background:#FFFEE6;
}
.borderbg .ltable td,th {
	padding:2px;
	border: 1px solid #4F2A21;
	border-collapse:collapse;
}
.ltable a {
	color:#682a2a;
}

.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;
}
