

/* default */
/*____________________________________________________________________________*/

*{
	margin:0;
	padding:0;
	}

/* body */
/*____________________________________________________________________________*/

body{
	background:#fff url(../img/bg.gif) fixed no-repeat 80% 50%;
	}
	
/* font */
/*____________________________________________________________________________*/

body,div,p,td,span,li,dt,dd{
	font-size:14px;
	color:#333;
	line-height:180%;
	font-family:"Times New Roman", Times, serif;
	}

h1{
	font-size:24px;
	line-height:230%;
	}

p.thanx{
	font-size:12px;
	line-height:normal;
	}

/* contents */
/*____________________________________________________________________________*/

h1{
	margin:10px 0 0 10px;
	}

div#contents{
	width:550px;
	}
	
p.thanx{
	display:block;
	text-align:right;
	padding:0 50px 0 0;
	}

ul{
	list-style:none;
	margin:10px 0 0 10px;
	}

/* decoration */
/*____________________________________________________________________________*/

img{
	vertical-align:bottom;
	}


/* link */
/*____________________________________________________________________________*/

a:link {
	color:#333;
	}

a:visited {
	color:#333;
	}

a:hover {
	color:#78cec5;
	text-decoration:none;
	}

a:active {
	color:#78cec5;
	}