/*===================================================================

 about this template
 http://hyper-text.org/archives/2007/07/multi_layout_template.shtml

===================================================================*/


/*----------------------------------------
 __base_style
----------------------------------------*/


body {
	padding: 0 30px;
	font-size: 75%;
	color: #333;
	line-height: 1.5;
	background: #eeeee1;
	}

a {
	color: #099;
	text-decoration: underline;
	}

a:visited {
	color: #369;
	text-decoration: underline;
	}

a:hover {
	color: #f60;
	text-decoration: underline;
	}


/*----------------------------------------
__Sample_Styles
----------------------------------------*/

div#head_area div.content_body {
	background-color: #666;
	color: #fff;
	}

div#foot_area div.content_body {
	background-color: #333;
	color: #fff;
	}

div#main_content div.content_body {
	background-color: #fff;
	}

div#sub_content div.content_body {
	background-color: #cc0;
	}

div#third_content div.content_body {
	background-color: #099;
	}

div#main_content div.content_body,
div#sub_content div.content_body,
div#third_content div.content_body {
	height: 20em;
	}

div#main_content div.content_body ul {
	margin-left: 2em;
	list-style: circle;
	}

