@charset "utf-8";

/* all */
* {margin: 0; padding: 0;}

body {background-color: #fff;}

body, select, input, form, textarea {font-family: Tahoma; font-size: 12px; line-height: 18px; color: #666;}

select, input {vertical-align: middle;}

ol, ul {margin: 0; padding: 0; list-style: none;}

table {border-collapse: collapse;}

img {border: 0; cursor:pointer;}
img.link {cursor: pointer;}

.middle {vertical-align: middle;}

input {line-height: 14px; color: #888;
}

/* global link */
a:link, a:visited, a:active, a:hover {text-decoration: none; color: #666;}
a:hover {color: #333; text-decoration: underline;}

/* float */
.float_r {float: right;}
.float_l {float: left;}

/* align */
.align_c {text-align: center;}
.align_r {text-align: right;}
.align_l {text-align: left;}

/* space */
.clear {font: 0px/0px sans-serif; clear: both; visibility: hidden; display: block;}