/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 2.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
        background: #3c3c3c
	min-height:101%;
	}
	
body {
 background: #dfdfdf url(images/bg_yellow.jpg) repeat;
	color: #545454;
	padding: 0px 0 25px 0;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
}
strong{
  font-weight:normal;
  font-size:14px;
  color:#009933;
}

a:link,a:visited  {
	color: #0066cc;
	text-decoration:none;
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

a:link img, a:visited img {
	border:0;
	}

a:link[href^="http"]{
   background:url(http://e-amusement.jp/wp-content/uploads/2009/10/link-icon.png) center right no-repeat ;
   padding-right:15px;
}
a:link[href^="http://e-amusement.jp"],	
a:link[href^="http://ameblo.jp/e-amusement/"],	
a:link[href^="http://www.e-amusement.jp"]{	
    background:transparent;
   padding-right:0px;
}
a:visited[href^="http"]{
   background:url(http://e-amusement.jp/wp-content/uploads/2009/10/link-icon.png) center right no-repeat ;
   padding-right:15px;
}
a:visited[href^="http://e-amusement.jp"],
a:visited[href^="http://ameblo.jp/e-amusement/"],	
a:visited[href^="http://www.e-amusement.jp"]{	
    background:transparent;
   padding-right:0px;
}


* html .entry a:link,a:visited{ /* IEのみ */
behavior: expression(
this.className += this.getAttribute("href").match(/^http.*/) && (!this.getAttribute("href").match("e-amusement.jp")) ? " external" : "",
this.style.behavior = "none"
);}
* html a.external{ /* IEのみ */
background:url(http://e-amusement.jp/wp-content/uploads/2009/10/link-icon.png) no-repeat right center;
padding-right:15px;
}






hr {
	display: block;
	height:1px;
	background:#eee;
	color:#eee;
	border:0;
margin-top: 3em;
margin-right: 1.5em;
	}

small {
	font-size: 11px;
        margin-left:10px;
	padding:3px 3px;
	}


table{
  width:93%;
  margin:0 auto 0 auto;
}
th{
  text-align:center;
  margin:15px;
  border-width : 0px 6px 0px 0px;
  border-style : none solid none none;
  border-right-color : #aaa;
  border-bottom-color : #fff;
  background-color : #ADD8E6;
  font-weight : normal;
}
td{
  text-align:left;
  padding:5px;
  background-color : #fcfeed;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : dotted;
  border-right-color : #eeeeee;
  border-bottom-color : #dddddd;
  color : #3d3d3d;
}

	

dl {
	margin: 0 13px 15px 13px;
	padding: 10px;
	border: 7px #EEEEEE solid;
}
dl dt {
       font-color:#797979;
       font-weight:bold;
       margin-top:5px;
	line-height: 150%;
	border-bottom: 1px #ccc dotted;
}
dl dt a:link, a:visited {
       font-weight:normal;
　　text-decoration: none;
}
dl dd {
       margin-top:5px;
	margin-left: 30px;
	color: #666666;
	padding-right: 10px;
        padding-bottom:10px;
	line-height: 150%;
}


/* Structure */

#opening{
	width:930px;
	margin:0px auto;
        margin-top:0px;
	font-size:12px;
        color:#c90;
	padding: 5px 0px 3px 0px;
	border-top:0px;
	}

#page {
	width:880px;
	margin:0px auto;
        margin-top:0px;
	font-size:12px;
	background:#FFF;
	padding: 10px 25px 35px 25px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:2px solid #ddd;
	border-bottom:2px solid #ddd;
	}

#branding {
	width:625px;
	padding-bottom:5px;
	margin-top:0px;
	}

.left {
	float:left;
	}

.right {
	width: 250px;
	float:right;
	}

#sidebar {
	width: 250px;
	float:right;
        text-align:left;
	}

#leftcol {
	width:287px;
	border-right:1px dotted #b6b6b6;
	padding-right:18px;
        background-color:#fff;
	}
#leftcol .feature {
        padding-top:0px;
        margin-bottom:0px;
        border-top:none;
        border-bottom:none;

        text-align:center;
        background-color:#fff;
	}
#leftcol .feature a {
        font-size: x-small;
        text-align:center;
}
	
#leftcol img {
	margin-bottom: 4px;
	display:block
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}

#rightcol {
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	}
#rightcol .newtopic{
        width:270px;
        margin-top:10px;
        font-size:small;
}
#rightcol .newtopic h3{
        padding:2px 0px 5px 2px;
}
#rightcol .newtopic p{
        padding:3px 3px 3px 5px;
        margin:3px 5px 9px 0px;
        border-left:4px double #f90;
}
#rightcol .newtopic a p{
        font-size: small;
        text-decoration: none ;
        font-weight:normal;
}

#news {
	padding:15px;
        width:500px;
        margin-top:10px;
        font-size:12px;
        clear:both ;
	}
#news p{
        padding:3px 3px 3px 5px;
        margin:3px 5px 9px 0px;
        border-left:5px double #f90;
}

/*FLOW*/
#content .flow{
  margin-top:10px;
  height:116px;
  background:url(images/flow.jpg) no-repeat;
}
#content .flow h3{
  font-size:14px;
  font-weight:bold;
  margin:0;
  padding:12px 0 0 50px;
  background:none;
}
#content .flow p{
 padding-top:10px;
 padding-left:120px;
}
		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:url(images/li.gif);
        background-repeat:no-repeat;
        background-position: left;
	display:block;
	padding:4px 4px 4px 12px;
        border-bottom:1px dotted #ccc;
	text-decoration:none;
	}
		
.subnav li a:hover, .subnav li a:active {
	text-decoration:none;
	background:#ffff99 url(images/li.gif);
        background-repeat:no-repeat;
        background-position: left;
	}

.subnav li li a:link, .subnav li li a:visited {
	text-decoration:none;
	}
		
/*office */	
.office {
         background-color:#eee;  
	background-image:url("http://e-amusement.jp/wp-content/uploads/2010/02/side_office_bgimg.gif");
 
         padding:10px;
         margin-top:30px;   
   	 list-style:none; 
         }
.officetokyo  {
	background-image:url(http://e-amusement.jp/wp-content/uploads/2010/02/sideicon_tokyo.gif);
        background-repeat: no-repeat;
        padding-top:44px;
        padding-left:63px;
        padding-bottom:14px;
        margin-bottom:5px;
        background-color:#fff;    
	list-style:none;
	}

.officesendai {
	background-image:url(http://e-amusement.jp/wp-content/uploads/2010/02/sideicon_sendai.gif);
        background-repeat: no-repeat;
        padding-top:37px;
        padding-left:63px;
        padding-bottom:14px;
        background-color:#fff;    
	list-style:none;
	}

.officeosaka {
	background-image:url(http://e-amusement.jp/wp-content/uploads/2010/02/sideicon_osaka.gif);
        background-repeat: no-repeat;
        padding-top:44px;
        padding-left:63px;
        padding-bottom:14px;
        margin-bottom:5px;
        background-color:#fff;    
	list-style:none;
	}

	
/*	Headers */

h1 {
	font-size:11px;
        color:#FF3E96;
	font-weight:normal;
	letter-spacing:0.01em;
	}
	
h2 {
	padding:6px 0 6px 20px;
	font-size:17px;
 	font-weight:normal;
        color:#111111;
}
.h2 span{
background-color:#ff0000;
color:#ffffff;
padding:1px 4px;
margin-right:5px;
font-size:80%;
}


.entry h3 {
	margin: 0 0 0px 10px;
	padding: 17px 5px 10px 30px;
	color: #555;
	font-size: 13px;
        font-weight:normal;
	width: 300px;
        background: url(images/postit_b.jpg) no-repeat;
}

h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

h3.style02{
	padding:10px 0 10px 10px;
	border-left:#FF6600  5px solid;
	font-size: medium;
	font-weight: bold;
	letter-spacing:0.01em;
	width: 540px;
	color:darkslategray  ;
        background: url(images/bg_h3_style02.jpg);
        border-right:1px solid #eee;
        border-bottom:1px solid #eee;
}

.subtitle{
        display:block;
        padding:0 0 5px 3px;
	font-size:11px;
	color:#FF6600;
}


#topimg{
 background-color: #dc0000;
 background:url(images/bg_yellow2.jpg);
 text-align:center;
 padding:15px;
 margin-top:7px;
}

#sidebar h3, #sidebar h2 {
        background-color: #ffffcc;
        background:url(images/bg_sidebar_h3.jpg);
	border-top:5px solid #BBB;
	border-bottom:1px solid #BBB;
	padding:6px 0 6px 5px;
	margin:22px 0 5px 0;
	font-size:1em;
	}
#sidebar a img{
padding-top:40px;
padding-left:20px;
}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}


h4 {
	margin:20px 0 0 0;
	padding: 8px 5px 3px 10px;
	color: black;
	font-size: 13px;
        font-weight:normal;
	width: 555px;
	background: url(images/h4.jpg) no-repeat 0 0;
	border-bottom: 1px #FFB9F1 solid;
}


h5{
 background: url(images/bullet_01.gif) no-repeat;
 background-position: left;
 padding: 5px 0px 5px 25px;
 margin-left:10px;
 font-weight:normal;
 font-size:13px;
}

h6 {
	margin: 0 0 0 10px;
	padding: 17px 5px 13px 30px;
	color: teal  ;
	font-size: 13px;
        font-weight:bold;
	width: 300px;
        background: url(images/postit.jpg) no-repeat;

}


h5 a:visited, a:link{
 text-decoration:underline;
}
h5 a:hover, a:active{
 text-decoration:none;
}

#content .bleadcrumb {
  font-size:11px;
  padding:0px;
  margin:0px;
  color:#aaa;
}
#content .bleadcrumb a{
  font-size:11px;
}

.value{
 background-color:#ff0000;
 color:#fff;
 font-size:15px;
 padding:5px;
 margin-top:5px;
 background:url(images/bg_value.gif);
}

/* 幅可変h2見出し */
.curve-10-head{
font-size:1px;
height:10px;
background:url(images/10-curve-right-head.gif) top right no-repeat;
margin-top:5px;
}

.curve-10-head div{
font-size:1px;
height:10px;
background:url(images/10-curve-left-head.gif) top left no-repeat;
}

.curve-10-body{
background:url(images/10-curve-left-middle.gif) top left repeat-y;
}

.curve-10-body div{
background:url(images/10-curve-right-middle.gif) top right repeat-y;
}

.curve-10-bottom{
font-size:1px;
height:10px;
background:url(images/10-curve-right-bottom.gif) bottom right no-repeat;
margin-bottom:5px;
}

.curve-10-bottom div{
font-size:1px;
height:10px;
background:url(images/10-curve-left-bottom.gif) bottom left no-repeat;
}

	
/* Content */

#content {
  width:605px;
  float:left;
  padding-left:10px; 
  padding-top:15px;
  padding-right:10px;
  padding-bottom:50px;
  background: url(images/paper.gif) no-repeat; 
  background-position: right bottom;
}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 


	font-style:italic;
	color:#545454;
	margin-top:-4px;

	}

.feature {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}

.feature:hover {
	background:#e9e9e9;

	}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:8px;
	}

.title {
	font-size:12px;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:16px ;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}


#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
	}	
#rightcol .clearfloat2 {
	border:none;
	padding:12px 0;
	}
#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {

	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:15px;
        padding-left:20px;
	}
.entry p{
  padding-right:20px;
  padding-left:20px;
  line-height: 170% ;
  color:black;
}
.entry p img{
  border: 1px solid #ddd;
  padding:5px;
  margin-left:10px;
  margin-bottom:10px;
  background-color: #f3f3f3;
}
.entry p .stylenone img{
  border: 0;
  padding:0px;
  margin:0px;
  background-color: #fff;
}
.cat{
        padding-left:20px;
}
.cat p{
        margin:0px 0px 20px 20px;
}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}



/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				

/* Form Elements */

select,text,input,textarea {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	}

	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* 関連記事*/

.entry .related ul {
  position: relative;
  top: -32px;          
 left:15px;
 list-style-type:none;
 margin:0px 60px 0px 10px; 
 padding:20px 0px 16px 0px;
 font-size:11px;
 color: #333;
 border:1px dotted #ccc;
 z-index: 1;
}
.entry .related h3 {
 position: relative; 
 left:5px;
 background: url(images/h3_related.gif) no-repeat ;
 margin:10px;
 z-index: 100;
 background-color: #fff;
 width:85px;
 height:25px;
 padding:7px 0px 5px 13px;
 font-weight:bold;
 font-size:11px;
 color: #666;
}
.entry .related ul li {
 padding:3px 0px 3px 16px;
 background: url(images/arrow.gif) no-repeat ;
 list-style-type:none;
 background-position: left;
}


	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	
/* リンク集ページ*/

#linkpage ul{
  padding-bottom:15px;
  font-size:10px;
}
#linkpage li a:link,a:visited{
  text-decoration:none;
  font-size:13px;
}
#linkpage li a:hover{
  text-decoration:underline;
}
#linkpage li{
  padding-bottom:5px;
}

/* Footer*/

#footer {
	margin: 0 auto;
	width: 900px;
        text-align:center;
	font-size:10px;
	padding:15px;
	color:#CD6600;
	}
#footer a:link{
	font-size:10px;
	color:#CD6600;
        text-decoration:underline;
}

#footer a:active{
	font-size:10px;
        text-decoration:none;
}
#footer a:visited{
	font-size:10px;
	color:#CD6600;
        text-decoration:underline;
}
#footer a:hover{
	font-size:10px;
        text-decoration:none;
}




#acc ul {list-style:none; margin:0px;　}
#acc li {list-style:none;}
#acc {list-style:none; color:#033; margin:none;}
#acc h3 {width:480px; margin:0px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(images/header.gif)}
#acc h3:hover {background:url(images/header_over.gif)}
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content {width:462px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff;}
#acc .acc-content p{margin:0px 0px 5px 0px; padding:0px; border-bottom:1px dotted #ccc;}





/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
/*Pagination*/
div.pagination {
	text-align:center;
	padding: 7px;
	margin: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13.2pt;
	font-weight:bold;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 2px solid #d9d300;
		font-weight:bold;
	text-decoration: none; /* no underline */
	color: #fff;
	background-color:#d90;
}
div.pagination a:hover, div.pagination a:active {
	border: 2px solid #ff0;
	background-color:#ff0;
	color: #000;
	font-weight:bold;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 2px solid #fff;
		
		font-weight: bold;
		color: #000;
	}
div.pagination span.disabled {display:none;}