/* @group toc */

/*
CSS Information
Author: monkeyish studio
Version:  2006.11.23
*/

/*
Table of Contents

styel group:
	basic style
		building > header style
		building > content style
		building > footer style

Description method:
	position [position,etc]
	box [width,margin,padding,etc]
	block [text-align,etc]
	border [border,etc]
	type [font,etc]
	outside [text-decoration,list-style,etc]
	color [background,color,etc]
*/

/* @end */

/* @group basic */

body {
	margin: 30px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 100%;
	line-height: 160%;
	background: #ffffff;
	color: #000000;
	}

/* @end */

/* @group building */

/* @group header */

h1 {
	font-size: 1.8em;
	background-color: #ffffff;
	color: #999999;
}

h2 {
	font-size: 1em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
}

/* @end */

/* @group content */

ul {
	font-size: 1.2em;
	background-color: #ffffff;
	color: #999999;
}

p {
	font-size: 0.8em;
}

/* @end */

/* @group footer */

address {
	margin: 0;
	padding-top: 2px;
	border-top: 1px solid #999999;
	font-size: 0.8em;
	font-style: normal;
}

/* @end */

/* @end */
