@charset "utf-8";
/*  
Theme Name: Esozai
Theme URI: http://www.e-sozai.com
Author: Studio Kan
Author URI: http://www.kan-web.ne.jp
Creation date: 04.11.2008 
*/

/* Base Theme ----------------------------------------------------------- */

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr {
    margin:0;
    padding:0;
}
a:link, a:visited {
		color: #0033FF;
}
a:hover, a:active {
	color: #FF3300;
}
table {
    border-spacing:0;
}
p, pre, blockquote, fieldset {
    margin-bottom: 10px;
}
ul { list-style:none; }
ol { list-style: decimal outside; }
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
caption,th {
    text-align:left;
}
a img,:link img,:visited img {
    border:none;
}
hr {
    border:0;
    height:1px;
    color:#999999;
}
fieldset,img,abbr,acronym {
    border:0;
}
q:before,q:after {
    content:'';
}
cite {
	font: normal 13px verdana, helvetica, sans-serif;
}
address {
    font-style:normal;
}
code {
	margin-left: 15px;
}
form p {
	margin-left: 15px;
}
small {
	font-size: 11px;
}
h2 a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a img,:link img,:visited img {
    border:none;
}

/* Layout ----------------------------------------------------------------- */

body {
	text-align: center;
	font: normal 13px arial, helvetica, sans-serif;
	color: #333333;
	margin: 0px auto;
	font-size: 13px;
	background-image: url(images/head_bg_bk.jpg);
	background-repeat: repeat-x;
	background-color: #EBEAE4;
}
#container {
	margin: 0 auto 0px; /* center on everything else */
	width: 860px;
	background-color: #FFFFFF;
}
#container-inner {
	width: 860px;
	position: static;
	text-align: left;
	background-color: #FFFFFF;
}
#header, #content {
    position: relative;
}
#header-inner {
    position: static;
}
#header {
	text-align: left;
	overflow: hidden;
	height: 80px;
	background-image: url(images/head_bg_main.jpg);
	background-repeat: no-repeat;
	width: 840px;
	padding-left: 10px;
	padding-right: 10px;
}
#main, #sidebar, #gamma {
	float: left;
	position: relative;
}
#content-inner,
#main-inner, #sidebar-inner, #gamma-inner {
    position: static;
		overflow: hidden;
}
#content {
	width: 840px;
	clear: both;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
#content-inner {
	width: 840px;
	padding-top: 10px;
}

#main {
	width: 480px;
	text-align: left;
	left: 180px;
}
#main-inner {
	width: 470px;
	padding-left: 10px;
}
#sidebar {
	left: -480px;
	width: 180px;
	text-align: left;
}
#sidebar-inner {
	width: 160px;
	margin-left: 5px;
}

#gamma {
	width: 178px;
}
#gamma-inner {
	width: 160px;
	padding-left: 15px;
}

.wide #main {
	width: 638px;
}
.wide #main-inner {
	width: 628px;
	padding-left: 10px;
}
.wide #sidebar {
	left: -638px;
}

#centercolumn {
	margin-left: 15px;
	width: 430px;
	padding-bottom: 20px;
	position: static;
}
#rightcolumn {
	width: 160px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#footer {
	clear: both;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/* Header ----------------------------------------------------------------- */

.head-left, .head-right {
	float: left;
}
.head-left {
	width: 240px;
}
.head-right {
	width: 600px;
}
#header h1 {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	height: 13px;
	padding-top: 5px;
	margin: 0px;
	padding-right: 5px;
	line-height: 1em;
}
#menu {
	height: 24px;
	padding-left: 45px;
	margin-top: 38px;
}
#menu li {
	display: inline;
	float: left;
}
#menu a {
	height: 24px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 90px;
	margin-left: 2px;
}
#hm1 a {
	background-image: url(images/head_m1.gif);
}
#hm2 a {
	background-image: url(images/head_m2.gif);
}
#hm3 a {
	background-image: url(images/head_m3.gif);
}
#hm4 a {
	background-image: url(images/head_m4.gif);
}
#hm5 a {
	background-image: url(images/head_m5.gif);
}
#hm6 a {
	background-image: url(images/head_m6.gif);
}


#header a {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
.banner {
	text-align: center;
	background-color: #000000;
	width: 840px;
	margin-bottom: 10px;
}

#header a:hover { color: #FF6600; }
#header-name {
    color: #fff; 
    font-size: 34px;
    font-weight: bold;
}
#header-description {
    color: #fff;  
}
/* Footer ----------------------------------------------------------------- */

#footer-inner {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#footer p {
	font-size: 11px;
	margin-top: 5px;
}
#footer h4 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: normal;
}
#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
}

/* Navigation ----------------------------------------------------------- */

.navigation {
	font-size: 11px;
	margin-bottom: 10px;
	display: block;
	position: relative;
}
.navigation .alignleft {
	float: left;
	text-align: left;
}
.navigation .alignright {
	float: right;
	text-align: right;
}

/* Content ---------------------------------------------------------------- */

.post,.entry {
	clear: both;
	overflow: hidden;
}
.post {
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.comment-box {
	margin-bottom: 1.5em;
	overflow: hidden;
	padding: 10px 20px;
	clear: both;
}
.entry {
	font-size: 13px;
	line-height: 150%;
	margin-left: 20px;
}
.post h2 {
	margin-bottom: 10px;
	font-size: 18px;
}

.entry h1 {
	font-size: 20px;
	color: #FF6600;
	line-height: 130%;
	margin-bottom: 10px;
}
.entry h2 {
	line-height: 140%;
	margin-bottom: 10px;
	font-size: 19px;
}
.entry h3 {
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 140%;
}
.entry a {
	text-decoration: underline;
}
.post-header {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.post-header a:hover {
    text-decoration: underline;
}
#tabimain p {
	font-size: 14px;
	line-height: 150%;
	width: 580px;
}
.post ol li, .entry ul li {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

.post ul.links li ul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style-type: disc;
}

.post ul.links li ul li {
	margin-left: 40px;
	line-height: 20px;
	list-style-type: disc;
}

.entry ol {
	margin-left: 25px;
	margin-bottom: 10px;
}
.entry ol li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	line-height: 140%;
}
.entry ol li ul li {
	border-bottom-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	list-style-type: disc;
}
.entry .linkroll li {
	list-style-type: none;
	font-size: 13px;
	line-height: 130%;
	margin-bottom: 10px;
}

.postmetadata {
	font-size: 11px;
	line-height: 130%;
	color: #666666;
}
.postmetadata alt {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/* Comment ---------------------------------- */

#commentform #comment {
}
.post ul.links li {
	margin: 0;
	padding:0;
	list-style-type: none;
}

ol .commentlist {
	margin: 0px 0 10;
	padding: 0;
	list-style-type: none;
	width: 500px;
}

ol .commentlist li {
	padding: 5px;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 500px;
}

ol .commentlist li.alt {
	border: solid 1px #ddd;
}

ol .commentlist li .normal p, ol .commentlist li .alt p {
	margin: 3px 10px 10px 10px;
}
.commentlist p {
	font-size: 14px;
	line-height: 150%;
}
.commentmetadata {
	margin-bottom: 10px;
	display: block;
	margin-top: 5px;
}
#comments {
	margin-bottom: 20px;
}
#respond {
	margin-bottom: 10px;
}
/* About ---------------------------------- */

.aboutheader {
	margin-bottom: 10px;
}
.about-header {
	background-image: url(../wp-content/images/bg_title.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 20px;
}

/* Sidebar -------------------------------------------------------------- */

input #s {
	border: 0;
	border: solid 1px #ccc;
	background: #fff;
	margin-top: 15px;
}
input #searchsubmit {
	font: 9px verdana, helvetica, sans-serif;
}

#searchform {
	margin-bottom: 10px;
}



/* -----------------The Sidebar----------------------- */

#sidebar ul li h2 {
	color: #FFFFFF;
	background: #516B44;
	padding-top: 4px;
	display: block;
	height: 13px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 4px;
	line-height: 1em;
}

#sidebar ul li p {
	font: 10px/14px;
}

#sidebar ul li ul {
	font-size: 12px;
}

#sidebar ul li ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#sidebar li li a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 140px;
	background-image: url(../wp-content/themes/esozai/images/left_bg_li.gif);
	background-repeat: no-repeat;
}
#sidebar ul li ul li.current-cat a {
}

#sidebar li li .children a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	width: 130px;
	background-image: url(../wp-content/themes/esozai/images/left_bg_li2.gif);
	background-repeat: no-repeat;
	background-position: 8px;
}
#sidebar li li .children li .current-cat a {
}

#sidebar ul li ul li a:link, #sidebar ul li ul li a:active, #sidebar ul li ul li a:visited, #sidebar ul li ul li a {
	text-decoration: none;
	color: #333333;
}

#sidebar ul li ul li a:hover {
	background: #ADC71E;
	color: #ffffff;
}
current-cat a {
	background-color: #FFCC33;
}

#wp-calendar {
	width: 160px;
}


/* -----------------Image Alignment----------------------- */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will align the image to the right. And using 'class="centered',
	will of course center the image. For example: <img src="imgName.gif" class="centered" alt="image description" height="100" width="100">*/ 
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
	
/* Elements ----------------------------------------- */

.bread {
	margin-bottom: 10px;
}
.bread h3 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 5px;
}
.bread h4 {
	font-size: 13px;
	font-weight: normal;
	text-align: right;
}
.border {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.content-footer {
	clear: both;
	text-align: center;
	font-size: 12px;
}

.clear {
	clear: both;
}
.img-l {
	margin-right: 10px;
	float: left;
}
.img-r {
	margin-left: 10px;
	float: right;
}
.red {
	color: #FF3300;
}
.blue {
	color: #3366FF;
}
.mgbtm10 {
	margin-bottom: 10px;
}
.mgbtm5 {
	margin-bottom: 5px;
}

.marg10 {
	padding: 10px;
	margin-bottom: 10px;
}
.f13 {
	font-size: 13px;
	line-height: 125%;
}

.f12 {
	font-size: 12px;
}
.center {
	text-align: center;
}


/* Top page  --------------------------------------------------- */


.newsimg {
	float: left;
	margin-right: 10px;
	display: inline;
	position: static;
	width: 166px;
	overflow: hidden;
	text-align: center;
}
.topcolumn h2 {
	font-size: 16px;
	line-height: 130%;
	margin-bottom: 10px;
}
.topcolumn h3 {
	font-size: 14px;
	line-height: 130%;
	margin-bottom: 10px;
}
.topcolumn p, .top-left p {
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 10px;
}
.top-left {
	float: left;
	width: 215px;
	padding-right: 15px;
}
.top-left li {
	background-image: url(../wp-content/themes/esozai/images/sankaku.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 130%;
}
.top-right {
	float: left;
	width: 230px;
	font-size: 12px;
	line-height: 130%;
}
.top-right h3 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #336600;
}
.mon-box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}
.mon-box a:link, .mon-box a:visited {
	color: #666666;
	text-decoration: none;
}
.mon-box a:hover {
	color: #FF3300;
	text-decoration: underline;
}
.mon-box td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-left: 5px;
}
.mon-box th {
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#gamma-inner p {
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 10px;
}




/* Data Page ------------------------ */

.datatype {
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 10px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 450px;
}
.datatype th {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #666666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.datatype td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding: 3px 5px;
	vertical-align: top;
}

.datafooter {
	font-size: 12px;
	line-height: 140%;
}
.dataname {
	font-size: 14px;
}

.dataimg {
	text-align: center;
}
.orderdata {
	font-size: 12px;
	margin-bottom: 10px;
}
.orderdata label {
	display: inline;
}
.orderdata select {
	display: inline;
}
.orderdata a {
	display: inline;
}
.dtnm {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC99;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFCC99;
	margin-bottom: 10px;
	clear: both;
	font-size: 12px;
}

.dtnm td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCC99;
	width: 83px;
	text-align: center;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC99;
}
.low-box {
	font-size: 13px;
	line-height: 130%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.low-box td {
	vertical-align: top;
	padding: 3px 3px 3px 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
