@charset "utf-8";
	
/*======================================

	Universal selector

=======================================*/

* {
	line-height: 1.4;
	color: #333;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	padding:0;
	margin:0;
}

/*======================================

	Structure Module

=======================================*/

body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

/*======================================

	Text Module

=======================================*/

p,
pre,
address,
cite {
	margin: 0.5em 20px;
	font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.5em 20px; 
}

h1 {
	font-size: 189%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 122%;
}

h4 {
	font-size: 107%;
}

h5 {
	font-size: 107%;
}

h6 {
	font-size: 107%;
}

cite {
	display: block;
	color: #333;
	text-align: right;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

code {
	font-family: "Osaka|", monospace;
}



/*======================================

	Hypertext Module

=======================================*/

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: ##FF3366;
}

/*======================================

	List Module

=======================================*/

ul,
ol,
dl {
	padding: 1px 0;
}

li,
dt,
dd {
	margin: 0.1em 	0px;
}

dt {
	margin-top: 0.6em;
}

dd {
	margin-bottom: 0.6em;
	color: #666;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0.1em 10px;
}

