/* @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: small;
	background: #ddd;
	color: #000;
	}


h1, h2, h3, ul {
	padding: 0;
	margin: 0;
	}

p {
	margin: 10px 0 0 0;
	line-height: 140%;
	text-align: justify;
	}

a {
	text-decoration: none;
	}

/* @end */

/* @group building */

#building {
	width: 500px;
	margin: 0 auto;
	border: 1px solid #bbb;
	background: #fff url(../images/index_top_cover.jpg) top left no-repeat;
	}

/* @group header */

h1 {
	margin: 148px 0 5px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	}

h2 {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #888;
	}
	
h3 {
	margin: 0;
	padding: 12px 0 32px 0;
	text-align: center;
	color: #666;
}

#header p.imgf {
	margin: 0;
	padding: 0 8px 0 0;
	text-align: center;
}

/* @end */

/* @group content */

#content {
	position: relative;
	margin: 0px 25px;
	}

#content a {
	border-bottom: 1px dotted #38b;
	color: #38b;
	}

#content a:hover {
	border-bottom: 1px solid #38b;
	color: #058;
	}


#content p {
	margin-top:0;
	padding: 16px 0 32px 0;
	text-align: center;
	font-size: 10px;
	color: #444;
}

ul {
	margin: 10px 56px 0 74px;
	list-style: none;
	background: #fff url(../images/index_menu_bgi.jpg) top right no-repeat;
	color: #888;
	}

li { 
	margin-top: 6px;
	}

/* @end */

/* @group footer */

#footer {
	margin: 0;
	padding: 5px 25px 15px 25px;
	font-size: 12px;
	border-top: 1px solid #bbb;
	background: #eee;
	color: #888;
	}

#footer p, address {
	margin: 0;
	padding-top: 4px;
	text-align: right;
	font-size: 10px;
	font-style: normal;
}

#footer a {
	border-bottom: 1px dotted #38b;
	color: #38b;
	}

#footer a:hover {
	border-bottom: 1px solid #38b;
	color: #058;
	}


/* @end */

/* @end */

	
