/*
Theme Name: EdgebookOrange
Theme URI: http://www.edgebook.net
Description: A theme by <a href="http://www.edgebook.net">Edgebook</a>.
Version: 1
Author: Edgebook
Author URI: http://www.edgebook.net
*/

@charset "UTF-8";

/*------------------------------*/
/* general
/*------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-family: Futura, "Century Gothic", Verdana, Arial, sans-serif;
}

body {
	font-size: 80%;
	text-align: center;
}

h1 {
	margin-bottom: 0.5em;
	color: #fa0;
	font-weight: bold;
	font-size: 130%;
}

a {
	color:#3db4cc;
}

ul li,
ol li ul li,
ul li ol ul li {
	list-style-type: square;
}

ol li,
ul li ol li,
ol li ul ol li {
	list-style-type: decimal-leading-zero;
}

img {
	border-style: none;
}

.sym {
	text-align: center;
}

.num {
	text-align: right;
}

/*------------------------------*/
/* layout
/*------------------------------*/
#wrap {
	margin: 0 auto;
	width: 69em;
	text-align: left;
}

/*------------------------------*/
/* header
/*------------------------------*/
#header {
	margin-bottom: 1em;
	padding: 1em 1em 1em 0;
	border-bottom: solid 1px #ccc;
}

#header a {
	margin-left: 1em;
	color: #fa0;
	font-size: 180%;
	text-decoration: none;
	letter-spacing: 0.2em;
}

#header .adsense {
	margin: 1em 0 0.5em 1.5em;
}

/*------------------------------*/
/* sidemenu
/*------------------------------*/
#sidemenu {
	float: left;
	margin-bottom: 1em;
/*	width: 15em;	*/
	width: 20.2em;
	line-height: 1.3;
}

#sidemenu dt {
	margin-bottom: 0.5em;
	padding: 0 1em;
	color: #fa0;
	font-weight: normal;
	font-size: 120%;
}

#sidemenu dd {
	margin: 0 0 1.5em 0.75em;
	padding: 0 1em;
}

#sidemenu ul {
	margin-left: 1.25em;
}

#sidemenu li {
	margin-bottom:0.5em;
}

#sidemenu li.banner {
	margin-left: -1em;
	list-style-type: none;
}

/*------------------------------*/
/* contents
/*------------------------------*/
#contents {
/*	margin: 0 0 1em 16em;	*/
	margin: 0 0 1em 21.2em;
	padding: 0 1em;
	line-height: 1.5;
}

h2 {
	padding-top: 0.2em;
	font-size: 120%;
	border-top: solid 3px #ccc;
}

h2 a {
	color: #666;
	text-decoration: none;
}

h3 {
	margin-bottom: 1em;
	padding: 0.4em 0 0.4em 0.75em;
	font-size: 100%;
	border-left: solid 3px #ccc;
}

#contents p.category {
	margin: 0;
	text-align: right;
}

#contents p.date {
	margin: 0 0 1.5em 0;
	padding-bottom: 0.5em;
	text-align: right;
	border-bottom: solid 3px #ccc;
}

#contents dl {
	margin-left: 1em;
}

#contents dd,
#contents p,
#contents table {
	margin: 0 0 1em 1em;
}

#contents ul,
#contents * ul {
	margin: 0.5em 0 1.5em 2em;
}

#contents ol,
#contents * ol {
	margin: 0.5em 0 1.5em 3em;
}

#contents li {
	margin-bottom: 0.5em;
}

#contents li dl {
	margin-top: 0.5em;
}

#contents li dd {
	margin-bottom: 0;
}

#contents table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

#contents th {
	padding: 0.2em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	color: #000;
	text-align: center;
}

#contents td {
	padding: 0.2em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#contents pre {
	margin: 0em 1em 1em;
	width: 100%;
	padding: 0.5em;
	overflow: scroll;
	border: solid 1px #ccc;
}

#contents * dl,
#contents * pre,
#contents * dd {
	margin-left: 0;
}

#contents p.comment {
	margin: 1.5em 0 5em 0;
	padding-top: 0.5em;
	border-top: solid 1px #ccc;
}

/*------------------------------*/
/* footer
/*------------------------------*/
#footer {
	clear: both;
	padding: 1em;
	border-top: solid 1px #ccc;
	color: #fa0;
}

#footer address {
	font-weight: bold;
}

/*------------------------------*/
/* InternetExplorer 6 only
/*------------------------------*/
* html th,
* html td {
	font-size: 90%;
}

* html li dl {
	display: inline;
}

