/* --------------------------------------
- this css contains flowings
	- element
	- layout
	- special
----------------------------------------- */

/* ======================================
		element
========================================= */

body{
	width: 96%;
	margin: 0 2%;
	font-family: sans-serif;
	font-size: 10pt;
}
div{
	font-size: 10pt;
}
h1{
	font-size: 14pt;
}
h2{
	font-size: 12pt;
}
h3{
	font-size: 10pt;
}
h4{
	font-size: 9pt;
}

p{
	font-size: 9pt; 
}
li{
	font-size: 9pt;
}

/* ======================================
		layout
========================================= */

#xnav{
	display: none;
}

#main{
	border-top: dashed 1px #aaa;
	border-bottom: dashed 1px #aaa;
}
#side{
	border-top: dashed 1px #aaa;
}
#foot{
	padding-top: 9pt;
}
#foot p{
	margin: 0;
}

