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

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

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

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

* {
	margin: 0;
	padding: 0;
	}

body {
	text-align: center;
	}

img {
	border: none;
	}

/*----------------------------------------
 __style_container
----------------------------------------*/

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;
	}

/*----------------------------------------
 __tool
----------------------------------------*/

div#tool {
	text-align: left;
	position: absolute;
	top: 0;
	right: 20px;
	width: 350px;
	z-index:200;
	}

div#tool div#css_switch {
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	}

div#tool div#css_switch h3 {
	font-size: 1.2em;
	font-weight: bold;
	}

div#tool div#css_switch dl dt {
	margin: 1em 0 .4em;
	font-weight: normal;
	}

div#tool div#css_switch dl ul {
	list-style: none;
	}

div#tool div#css_switch dl ul li {
	display: inline;
	margin-right: 5px;
	}

div#tool p.open_switch {
	padding: 2px 0;
	text-align: center;
	background: #333;
	width: 8em;
	float: right;
	}

div#tool p.open_switch a {
	padding-right: 12px;
	color: #fff;
	text-decoration: none;
	background: url(../img/tool_open_arrow.gif) no-repeat right center;
	}

div#tool p.close {
	position: absolute;
	top: 10px;
	right: 10px;
	}

/*----------------------------------------
 __glayer
----------------------------------------*/

#glayer {
	position: fixed !important;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
	background-color:#1F1F1F;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	}

