body{
	font:15px/1.6 "arial", "helvetica", "clean", "sans-serif";
	letter-spacing:1px;
	color:#483A39;
}

a{
	color:#483A39;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

img{
	border:0px;
	vertical-align:middle;
}

input{
	border:1px solid #777;
	vertical-align:middle;
	padding:3px 5px;
	width:200px;
	background:#FBFBFB;
}
input[type=button], 
input[type=submit], 
input[type=image], 
input[type=checkbox],
input[type=radio]{
	width:auto;
	cursor:pointer;
}
input[type=checkbox],
input[type=radio]{
	vertical-align:baseline;
}
input[type=file]
{
	width:auto;
}

select{
	border:1px solid #777;
	vertical-align:middle;
	padding:3px 5px;
}
input:focus, 
select:focus{
	background:#EEE;
}

textarea{
	border:1px solid #777;
	vertical-align:middle;
	padding:3px 5px;
	width:200px;
	height:50px;
	background:#FBFBFB;
}


/* page select */
/********************************/
.page_select{
	float:right;
	padding-top:4px;
}
	.page_select a{
		border:1px solid #000;
		margin-left:7px;
		padding:3px 7px;
		text-decoration:none;
	}
	.page_select a:hover{
		background:#000;
		color:#FFFFFF;
	}
	.page_select .this_page{
		background:#000;
		color:#FFFFFF;
	}
/********************************/


/* data table */
/********************************/
.data_table{
	width:100%;
	margin:10px 0;
}
	.data_table th{
		text-align:center;
		border-top:1px solid #000;
		border-bottom:1px solid #000;
		padding:3px 6px;
		background:#DDD;
	}
	.data_table td{
		text-align:center;
		padding:3px 6px;
		border-bottom:1px solid #000;
		vertical-align:middle;
	}
	.data_table tr:hover td{
		background:#FAFAFA;
	}
/********************************/



/********************************/
.clear{
	display:block;
	height:0;
	line-height:0;
	clear:both;
	font-size:0px;
	overflow:hidden;
	visibility: hidden;
}

.clearfix:after{
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	height: 0;
}

.clearfix{
	display: inline-block;
}

html[xmlns] .clearfix{
	display: block;
}

* html .clearfix{
	height: 1%;
}
/********************************/