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

 about this template
 http://hyper-text.org/archives/2007/10/css_switch.shtml

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

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

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 75%;
	color: #333;
	text-align: center;
	line-height: 1.5;
	background: #eeeee1;
	}

img {
	border: none;
	}

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

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

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

div#container {
	margin: 40px auto;
	text-align: left;
	background: #fff;
	overflow: hidden;
	}

div#head_area {
	width: 100%;
	overflow: hidden;
	}

div#contents_area {
	overflow: hidden;
	}

div#foot_area {
	clear:both;
	width: 100%;
	overflow: hidden;
	}

div.content_body {
	padding: 10px;
	overflow: hidden;
	}

div.switch {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #333;
	background: #ccc;
	}

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#main_content div.content_body,
div#sub_content div.content_body {
	height: 20em;
	}

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


