@charset "utf-8";

/* CSS Document */
/* 20070425 */

/*--------------------------------------
  Universal selector
---------------------------------------*/
*{
    color: #333;
    background-color: transparent;
    margin:  0;
    padding: 0;
    list-style-type:none;
    font-weight:normal;
}

/*--------------------------------------
  Structure Module
---------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height: 1.5;
	/* background: #ccc url(bg.gif); */
	padding-bottom: 20px;
}

a:link {
    color:#00f;
}

a:visited {
    color:#606;
}

a:hover {
    color:#f0f;
}

table {
    border-collapse:collapse;
}

img {
    border-width:0;
}

.notice {
    color:#e00;
}

input,textarea {
    background-color:#fff;
    padding-left:2px;
}

.button {
    background-color:#ccc;
}

/* custom
*/

h1,h2,h3,h4,h5,h6 {
    font-weight:normal;
    font-size:12px;
    line-height:1;
}

