/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style theme for Wordpress
Version: 3.0
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


TABLE OF CONTENTS

  Nav
  HTML Tags
  Structure
  Headers
  Content Styles
  	 Misc
  	 Sidebar
  	 Single Post
  	 Archives
  Post Styles
  Comments
  Form Elements
  Float Clearing
  Footer
  


/* ---------- @ Nav -----------*/

@import url('css/nav.css');




/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
　	_height:101%;
	}
	
body {
	color: #1d1d1d;
	background: url('./images/backline.gif') #c0c6c9 repeat-x;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	


a, a:visited {
	color: #83a7ba;
	}

a:hover, a:active {
	color:#4d778d;
	}

hr {
	display: block;
	height:1px;
	background:#d7d7d7;
	border:0;
	color:#d7d7d7;
	}

table caption {
	padding:2px 0;
	}	
			
a img, a:visited img {
	border:none
	}
	
blockquote {
	color:#76767a;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #DDD;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.02em;
	}

pre {
	width:100%;
	overflow:auto;
	}


/* -----------   ヘッダー画像 ----------*/

#header01{
	width: 259px;
	height: 90px;
	float: left;
	margin: 0;	
	}
	
#header02{
	width: 459px;
	height: 90px;
	float:left;
	}

#header03{
	width: 192px;
	height: 90px;
	float: right;
	margin: 0;		
	}
		
	
/* -----------   パンくずリスト ----------*/		

.breadcrumb{
	margin: 2px 0px 0px 0px;
	color:#666;
	border-bottom: 1pt solid #ccc;
	padding: 4px 8px;
	background: url('./images/1pxline_soft2.jpg') repeat-x;
	font-size: 1.2em;
	}

	
/* -----------   会社概要 ----------*/		

#overview{
	line-height: 1.6;
	font-size: 1.2em;
	margin: 12px 0 32px 10px;
	}

				
/* -----------   個人情報 ----------*/	

#kojin-scroll{
	overflow: auto;
	height: 250px;
	width: 600px;
	border: 1pt solid #999;
	padding: 0 8px;
	margin: 0 auto;
	}

#kojin-midashi{
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 22px;
	border-left: 3pt solid #999;
	border-bottom: 1pt dotted #ccc;
	padding: 2px 8px;
	}

#kojin-komidashi{
	font-weight: bold;
	font-size: 1.1em;
	margin: 4px auto 4px 0px;
	}



/* -----------   お問い合わせフォーム ----------*/	
#hissu{
	font-weight: bold; color: #d00;
	display: inline;
	}
	
#toiawase_hajimeni{
	margin: 8px 0 0 16px;
	line-height: 1.5;
	}		

#toiawase_text{
	font-weight: normal;
	font-size:1.1em;
	color:#666;
	}	
	
#toiawase_table{
	width:500px;
	}
	
	
#toiawase_td_l{
	text-align:right;
	padding-right:20px;
	width:140px;
	border-right: 2pt dotted #eee;
	border-bottom: 1pt solid #ddd;
	height:24px;
	line-height: 1.3;
	}
		
#toiawase_td_r{
	padding-left: 18px;
	border-bottom: 1pt solid #ddd;
	}
		
#toiawase_tr{
	height:26px;
	}

/* -----------   Q&A ----------*/					

#qa-lead{
	font-size: 1.1em;
	line-height: 1.6;
	margin: 16px 16px;
	}

#q{
	margin-top: 2px;
	width:29px;
	}


#qa-midashi{
	font-size: 1.6em;
	font-weight: bold;
	margin: -29px 16px 12px 29px;
	border-bottom: 1pt dotted #DDD;
	padding: 6px 0 3px 10px;
	background: url('./images/1pxline_soft.jpg') no-repeat;
	}

#qa-q{
	margin: 8px 16px 2px 8px;
	padding: 8px 8px;
	background: #eaf4fc;
	color: #333;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.4;
	 border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border:1pt solid #e0efe0;        
	}

#qa-a{
	margin: 1px 16px 22px 8px;
	padding: 4px 8px 8px 8px;
	background: #f5fffa;
	color: #333;
	font-size: 1.1em;
	line-height: 1.6;
	 border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border:1pt solid #e6e6fa;    
	}
	
/* -----------   派遣エリア ----------*/		
	
#area{
	width: 678px;
	height: 73px;
	margin: 4px 0;
	background: url('./images/area.jpg');
	border-top : 1pt solid #fff;
	}	
	
#area-text{
	margin: 27px 0 0 300px;
	color: #fff;
	font-size:1.1em;
	}	
	
	

/* -----------   トップ・インライン ----------*/	
	
#shinchaku-bar{
	background:url('./images/shinchaku-bar.gif') no-repeat ;
	margin: 8px 0 0 16px;
	padding: 2px 0px 0px 12px;	
	width: 649px;
	height: 20px;
	color: #FFF;
	font-size:14px;
	}

#archive-top-list{
	margin: 6px auto 0 8px;
	}	
		
#archive-top{
	height: 93px;
	border-bottom: 1pt solid #aaa;
	margin: 0px 26px 8px 16px;
	padding: 2px 0px 0px 0px;
	background:url('./images/dropshadow01.gif') no-repeat ;
	}
	
#archive-top-inner{
	height: 91px;
	overflow: auto;
	}	
	
#archive-top li{
    list-style: none;
	}	

#archive-top-update{
	line-height: 1.7;
	font-size: 1.1em;
	border-bottom: 1pt dotted #aaa;
	padding: 0px 0 0px 16px;
	margin: 0 12px;
	background: url('./images/yajirushi03.gif') no-repeat 0px 0.7em;	
	}
		
#archive-top-new{
	line-height: 1.7;
	font-size: 1.1em;
	border-bottom: 1pt dotted #aaa;
	padding: 0px 0 0px 16px;
	margin: 0 12px;
	background: url('./images/yajirushi03.gif') no-repeat 0px 0.7em;	
	}
	

#koushin{
	margin: 0px 8px 0 0px; 
	color:#666;
	}	
	
/* -----------   トップ・３つのカテゴリー ----------*/		
	
#cat-left{
	width: 210px;
	height: 120px;
	float: left;
	margin-left: 2px;
	}		
	
#cat-left01{
	background: url('./images/cat-left_01.gif') no-repeat;
	width: 210px;
	height: 42px;
	}

#cat-left02{
	display: block;
	width: 210px;
	height: 20px;
	}

#cat-left03{
	display: block;
	width: 210px;
	height: 21px;
	}	
	
#cat-left04{
	display: block;
	width: 210px;
	height: 19px;
	}	
	
#cat-left05{
	background: url('./images/cat-left_05.gif') no-repeat;
	width: 210px;
	height: 18px;
	}
	
	
#cat-center{
	width: 210px;
	height: 120px;
	float: left;
	margin-left: 20px;
	}	
	
#cat-center01{
	background: url('./images/cat-center_01.gif') no-repeat;
	width: 210px;
	height: 42px;
	}

#cat-center02{
	display: block;
	width: 210px;
	height: 20px;
	}

#cat-center03{
	display: block;
	width: 210px;
	height: 21px;
	}

#cat-center04{
	background: url('./images/cat-center_04.gif') no-repeat;
	width: 210px;
	height: 37px;
	}		
	
	
#cat-right{
	width: 210px;
	height: 120px;
	float: left;
	margin-left: 20px;
	}	
	
#cat-right01{
	background: url('./images/cat-right_01.gif') no-repeat;
	width: 210px;
	height: 42px;
	}

#cat-right02{
	display: block;
	width: 210px;
	height: 20px;
	}

#cat-right03{
	background: url('./images/cat-right_03.gif') no-repeat;
	width: 210px;
	height: 58px;
	}			

	
/* -----------   左サイド・画像置換 ----------*/

#side-kojin01{
	background: url('./images/side-kojin_01.gif') no-repeat;
	width: 190px;
	height: 31px;
	}

#side-kojin02{
	display: block;
	width: 190px;
	height: 36px;
	}

#side-kojin03{
	display: block;
	width: 190px;
	height: 33px;
	}	
	
#side-kojin04{
	display: block;
	width: 190px;
	height: 37px;
	}	
	
#side-kojin05{
	background: url('./images/side-kojin_05.gif') no-repeat;
	width: 190px;
	height: 13px;
	}
	
	
#side-kigyo01{
	background: url('./images/side-kigyo_01.gif') no-repeat;
	width: 190px;
	height: 33px;
	}

#side-kigyo02{
	display: block;
	width: 190px;
	height: 64px;
	}

#side-kigyo03{
	display: block;
	width: 190px;
	height: 42px;
	}

#side-kigyo04{
	background: url('./images/side-kigyo_04.gif') no-repeat;
	width: 190px;
	height: 11px;
	}
								
/* -----------   左サイド・メニュー ----------*/	

#side-kojin{
	width: 190px;
	height: 150px;
	}

#side-kigyo{
	width: 190px;
	height: 150px;
	margin-top: 8px;
	}	

#side-menu{
	line-height: 1.8;
	font-size: 1.1em;
	width: 180px;
	border: 2pt solid #606000;
	border-left: none;
	border-right: none;
	margin: 10px auto ;
	padding: 2px 0;
	vertical-align: text-top;
	background: #FFFAFF;
	}
	
#side-menu-inner{
	width: 180px;
	border: 1pt dotted #606000;
	border-left: none;
	border-right: none;
	padding: 8px 0px 8px 0px;
	}	
		
#jab-jipdec{
	border-top: 1pt dashed #ccc;
	padding: 3px 0 0px 10px;
	height:240px;
	}		
		
/* -----------   新着情報 ----------*/	

#shinchaku{
	margin: 0 0 0 12px;
	}

#shinchaku dt{
	margin: 1px 0 2px 0px;
	color: #999;
	font-size:0.9em;
	border-top: 1pt solid #bbb;
	padding-top: 3px;
	}

#shinchaku dd{
	font-size: 1.2em;
	border-top: 1pt dotted #ddd;	
	border-bottom: 1pt solid #bbb;
	padding: 4px 0;
	}	
	
/* ---------- @ Structure -----------*/

#page {
	width:916px;
	margin:0 auto;
	}
	
#wrapper {
	background:#FFF;
	font-size:0.75em;
	padding:0 2px 12px 2px;
	border:1px solid #000;
	border-top: none;
	border-bottom: none;
	}

#masthead {
	height:90px;
	}

#content-top{
	background: url('./images/dotback-radius02.gif') no-repeat;
	height: 22px;
	margin-left: -14px;
	position: relative;
	}	
	
#content {
	float: right;
	width: 690px;
	}
	
	
#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#888787;
	padding: 0 0 0 20px;
	border-left:1px dotted #7c7c7c;
	margin:13px 0 0 20px;
	float:left;
	letter-spacing:0.01em;
	}
	
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 208px;
	background: url('./images/dotback_side02.gif') repeat-x;
	position: relative;
	float: left;	
	height:843px;
	}
	
#sidebar-inner{
	margin: 11px 0px 0 8px;
	border-top: 1pt dotted #Fcc; 
	height: 600px;
	width: 191px;
	padding: 1px 0px 0 1px;
	background: url('./images/dotback_side03.gif') repeat-x;
	}	

#featured-cats {
	width:180px;
	background: #FFF;
	margin: 12px auto 0 auto;
	}

#more-posts {
	width:413px;
	float: right;
	}
	
/* ---------- images -----------*/	



/* -----------  お仕事をお探しの個人様 ----------*/						

#hajimete-midashi{
	font-weight: bold;
	font-size: 1.8em;
	margin: 12px 0;
	border-left: 3pt solid #999;
	border-bottom: 1pt dotted #ccc;
	padding: 2px 8px;
	margin-right: 16px;
	}

#hajimete-komidashi{
	font-weight: bold;
	font-size: 1.3em;
	padding: 0 8px;
	margin-bottom:6px;
	border-left: 3pt solid #ff9600;
	}			

#hajimete-text-kakoi{
	margin: 28px 0px 32px 8px;
	border: 1pt solid #ccc;
	padding: 8px 8px 10px 8px;
	line-height:1.7;
	font-size: 1.1em;
	float: left;
	width: 210px;
	border-left: none;
	border-right: none;
	}		
	
#haken-zu{
	margin: 28px 0px 12px 12px;
	width: 400px;
	float: left;
	}		
	
.border-deco{
	padding: 3px;
	border: 1pt solid #999;
	}	
	
.hajimete-text-float{
	float: right;
	width: 440px;
	margin-right: 16px;
	}
	
#hajimete01{
	float: left;
	width: 180px;
	margin: 12px 0 0 10px;
	}	
	
#hajimete02{
	float: left;
	width: 180px;
	margin: 12px 0 0 10px;
	}
	
#bold-line{
	font-weight: bold;
	margin: 6px 0 6px 0;
	font-size: 1.2em;
	}		
		
	
		
/* -----------   人材をお探しの企業様 ----------*/		
		
#kigyo-midashi{
	font-weight: bold;
	font-size: 1.8em;
	margin: 12px 0;
	border-left: 3pt solid #999;
	border-bottom: 1pt dotted #ccc;
	padding: 2px 8px;
	margin-right: 16px;
	}

#kigyo-komidashi{
	font-weight: bold;
	font-size: 1.5em;
	border-left: 3pt solid #cd853f;
	border-bottom: 1pt dotted #ccc;
	padding: 2px 8px;
	margin: 12px 16px;
	}

#space-height{
	}	
		
#tokucho-komidashi{
	font-weight: bold;
	font-size: 1.3em;
	padding: 0 8px;
	margin:12px 0 6px 0;
	border-left: 3pt solid #d2b48c;
	}
		
#text-description{
	line-height: 1.5;
	margin-left: 10px;
	font-size: 1.1em;
	}

#text-description-inner{
	margin-left: 10px;
	margin-bottom: 10px;
	}	

#text-description-kigyo-kakoi{
	margin: 0px 16px 20px 16px;
	border: 1pt dotted #ccc;
	border-right: none;
	border-left: none;
	padding: 8px 8px 12px 8px;
	line-height:1.6;
	font-size: 1.2em;
	}		
							
				
				
	
/* -----------   人材をお探しの企業様・写真類 ----------*/	
.jinzai-text-float{
	float: left;
	width: 450px;
	}	
	
#jinzai01{
	float: left;
	width: 160px;
	margin-left:10px;
	}
	
#jinzai02{
	float: left;
	width: 160px;
	margin: 10px 10px 0 10px;
	}		

#jinzai03{
	float: left;
	width: 160px;
	margin: 10px 10px 0 10px;
	}		
	
		
/* ---------- 会社概略 -----------*/		

#overview-midashi{
	font-weight: bold;
	font-size: 1.4em;
	margin: 12px 0;
	border-left: 3pt solid #999;
	border-bottom: 1pt dotted #ccc;
	padding: 2px 8px;
	margin-right: 16px;
	}

#overview table{
	line-height: 1.6;
	border: 1pt solid #DDD;
	border-left: none;
	border-right: none;
	}
	
#overview th{
	text-align: right;
	width: 200px;
	padding: 4px 18px 4px 8px;
	font-size:0.9em;
	}

#overview td{
	width: 420px;
	padding: 4px 0px 4px 0px;
	}	
		
#color-change{
	background: #EFE;
	}	
	
#googlemap{
	margin: 12px 34px 0 auto;
	padding: 0;
	text-align: right;
	width: 640px;
	}	

						
/* ---------- 申し込み完了 -----------*/				
#thanks-title{
	font-weight: bold;
	font-size: 1.4em;
	margin: 12px 0;
	border-left: 3pt solid #999;
	border-bottom: 1pt dotted #ccc;
	padding: 2px 8px;
	margin-right: 16px;
	}
	
#thanks{
	line-height: 1.8;
	font-size: 1.1em;
	margin: 12px 16px;
	}	

#thanks strong{
	color: #F00;
	}		
		
#thanks-number{
	font-size: 2em;
	margin: 20px 0px;
	color: #999;
	}		
	
#adress{
	font-weight: bold;
	margin: 38px 8px;
	padding: 8px 2px;
	border: 1pt solid #CCC;
	border-left: none;
	border-right: none;
	width:500px;
	}	
										
/* ---------- @ Headers -----------*/

h1 {
	font: bold 2.7em;
	letter-spacing:-0.01em;
	float:left;
	}
	
h2 {
	font: 2.5em;
	padding-bottom:8px;
	margin: 25px 0 20px 0;
	}
	
.post h2 {
	font-size:2.2em;
	padding: 0;
	margin: 15px 0 0 0;
	}
	
h2.posttitle {
	margin:4px 0 0 10px;
	padding:0 0 12px 0;
	}

				
h3 {
	border-top:3px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	padding:5px 0 5px 3px;
	margin:22px 0 15px 0;
	font-size:1em;
	background:none;
	color:#4c4b46;
	letter-spacing:0.07em;
	}

.post h3 {
	border:none;
	font:1.7em;
	color: #232323;
	letter-spacing:0;
	}
	
#featured-cats h3, #more-posts h3 {
	margin:0 0 10px 0;
	}
		
h3#respond {
	margin:45px 0 20px 0;
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font:bold 1.3em;
	margin-bottom:-10px;
	position: relative;
	}
	
.post h4 {
	margin:15px 0;
	}
	
.archive-list h4 {
	margin:0;
	font-size:1.2em;
	line-height:125%;
	}
	
h5 {
	font-size: 1em;
	color: #FFF;
	text-transform:uppercase;
	letter-spacing:0.15em;
	padding: 2px 8px 2px 8px;
	margin: 0px 0 0px 0;
	background:#66cdaa;
	border-top:1px solid #d7d7d7;
	 border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;   	
	}

h6 {
	font-size: 1.2em;
	color:#666;
	border-bottom: 1pt dashed #ccc;
	padding-bottom: 2px;
	margin-right:12px;
	}



/* ---------- メール投稿レイアウト -----------*/

#job_table{
	font-size: 1.1em;
	color: #333;
	padding: 0px 0px;
	border: 1pt solid #ddd;
	border-left: none;
	border-right: none;
	line-height:1.6;
	}

#job_table th span{
	font-weight: normal;
	display: block;
	font-size: 11px;
	color: #AAA;
	}
	
#job_table th{
	text-align: right;
	padding: 12px 8px 12px 32px;
	border-right: 1pt dotted #fff;
	}
	
.job_tr{
	background: #f8f8ff; 
	}

#job_table td{
	padding: 12px 24px 12px 18px;
	width: 440px;
	color: #666;
	}	

#job_entry{
	text-align:center;
	margin: 12px auto;
	padding: 0 50px 0 0px;
	width: 150px;
	}
	
#anken-submit{
	text-align:center;
	margin: 18px auto;
	padding: 0 70px 0 0px;
	width: 50px;
	
	}
	
/* ---------- @ Content Styles -----------*/


/*Misc*/


body a,	
body a:visited{
	color: #5377EE;
	border-bottom: 1pt dashed #5377EE;
	text-decoration: none;
	}	
	
body a:hover,	
body a:active{
	color: #7397FF;
	border-bottom: 1pt solid #7397FF;
	text-decoration: none;
	}		

#archive-top-update a,
#archive-top-update a:visited{
	color: #20b2aa;
	border-bottom: 1pt dashed #20b2aa;
	}	
	
#archive-top-update a:hover,
#archive-top-update a:active{
	color: #48d1cc;
	border-bottom: 1pt solid #48d1cc;
	}		
	
#masthead a,
#side-kojin a,
#side-kigyo a,
#cat a,
#job_entry a,
#reference-kojin a,
#reference-kigyo a{
	color: #ddd;
	border-style: none;
	text-decoration: none;
	}

#side-menu a,	
#side-menu a:visited{
	color: #666;
	border: none;
	}

#side-menu a:hover,	
#side-menu a:active{
	color: #1c1c1c;
	border: none;
	}
	
#featured-cats a, #archive-top a, #ichiran a{
	border:none;
	}	

.onmouse-color{
	padding: 2px 0 0 13px;
	}		
.onmouse-color:hover{
	background-color: #ffffe0;
	}	
	
.onmouse-color02{
	padding: 5px 4px 5px 12px;
	}		
.onmouse-color02:hover{
	background-color: #ffffe0;
	}	
	
.onmouse-color03{
	padding: 2px ;
	}		
.onmouse-color03:hover{
	background-color: #ffffe0;
	}		
	
.onmouse-color04{
	padding: 10px 0px 0px 55px;
	width: 622px;
	background: url('./images/yajirushi02.gif') no-repeat 18px 1.8em;
	height:48px;
	}		
.onmouse-color04:hover{
	background-color: #ffffe0;
	}						

h1 a, h1 a:visited {
	color:#444;
	text-decoration:none
	}

h1 a:hover {
	color:#686868;
	}

h1 a:active {
	color:#929292;
	}
			
h4 a, h4 a:visited {
	color:#383838;
	text-decoration: none
	}
	
h5 a, h5 a:visited,
h5 a:hover, h5 a:active {
	text-decoration: none
	}
	
#more-posts img, .archive-list a img, .archive-list a:visited img {
	float:left;
	margin: 4px 18px 8px 0;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;
	}
	
#more-posts img {
	margin:3px 12px 4px 0;
	}

.recent-excerpts {
	padding-bottom:10px;
	}

#featured-topic{
	margin: 3px 0 0px 0;
	}	
	
.date {
	margin:2px 4px 3px 0px;
	font: 0.85em Georgia, "Times New Roman", Times, serif;
	color:#737373;
	letter-spacing:0.03em;
	}

#featured-cats .date {
	margin: 0px 3px 0 0px;
	}	
	
#featured-cats ul {
	margin:0px 0 6px 0;
	}

#featured-cats li {
	list-style:none;
	border-bottom:1px dotted #B6B6B6;
	line-height:1.2;
	}
		

#lead br, .recent-excerpts br /*cleans up excerpts*/ {
	margin-bottom:15px;
	}

#lead img {
	float:left;
	margin-right:22px;
	}
			
.commentcount {
	padding-right: 19px;
	background:url(images/bubble.gif) no-repeat right;
	font:.8em Arial, Helvetica, sans-serif;
	}

#lead h2 .commentcount {
	font-size:0.4em;
	}

.postmetadata .commentcount {
	font-size:1em;
	}
		



/*Sidebar and Widgets*/

#sidebar li, .headlines li {
	}


#home #content a, #home #content a:visited, 
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
.fullarchive a, .fullarchive a:visited {
	text-decoration: none;
	}


#home #content a:hover, #home #content a:active, 
.archive-list h4 a:hover, h4 .archive-list a:active, 
.commentcount a:hover, .commentcount a:active, 
.fullarchive a:hover, .fullarchive a:active {
	text-decoration: none;
	}

#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

#ads img, .wp125ad img {
	float:left;
	margin:0 0 6px 6px;
	}

.textwidget {
	margin: 15px 0;
	line-height:160%;
	}	
	
.widget td {
	background:none;
	}
	
.widget table {
	border:none
	}
	
		
		
	
/*Single Posts*/

#single-honbun{
	border: 1px solid #d7d7d7;
	border-left: none;
	border-right: none;
	padding: 18px 12px;
	margin-right: 16px;
	}

#writer {
	background:#ededed;
	margin:-10px 0 22px 0;
	padding:3px 20px 16px 20px;
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
	}
	
#writer img {
	padding:1px;
	border:1px solid #b2afa4;
	float:left;
	margin:18px 15px 6px 0;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	

#tags a, #tags a:visited {
	text-decoration: none
	}
	
	
/* 矢印 */

#yajirushi01{
	display: inline;
	}

#yajirushi02{
	float: left;
	width: 20px;
	margin-top: 12px;
	}

#yajirushi03{
	width: 10px;
	margin:0 8px 0px 12px;
	display: inline;
	}	
	
#yajirushi04{
	color: #999;
	}	
			
		
/*Archives*/	
	
#archivelist-float{
	float: left;
	}	

.archive-list li {
	list-style:none;
	width:677px;
	float:left;
	border-bottom: 1px dotted #b1b1b1;
	}

.archive-list img {
	margin:0 14px 0 0;
	}

.archive-list .postmetadata {
	border:none;
	margin:0;
	padding:4px 0 2px 0;
	}
		
#pagination {
	margin-top:30px;
	width:604px;
	}

#pagination .left {
	width:290px;
	text-align:right;
	}

#pagination .right {
	float:right;
	width:294px;
	}



/* ---------- @ Post Styles -----------*/

.entry {
	padding-bottom:10px;
	}

.postmetadata {
	padding: 7px 0;
	margin:0 0 20px 0;
	color:#7a7a7a;
	font-size: 11px;
	font-weight: normal;
	}	

.post code {
	background:#f5f3ee;
	padding:3px;
	font-size:1.2em;
	}
			
.post ul li {
	margin: 0 0 5px 42px;
	line-height:115%;
	}

.post ol li {
	margin:0 0 5px 48px;
	line-height:115%;
	}


/*Images*/
	
.entry img {
	display:block;
	}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background:#f5f3ee;
	text-align:center;
	padding:10px 5px 10px 10px;
	border:3px double #FFF;
	}

.alignleft {
	margin:5px 15px 10px 4px;
	float:left
	}

.alignright {
	margin:5px 32px 10px 15px;
	float:right
	}	
	
img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}	

.gallery {
	margin:15px 0;
	display:block;
	}
	
.gallery img {
	border:1px solid #999 !important;
	padding:2px;
	}

.gallery-item {
	padding:12px 0;
	}

.gallery-caption {
	padding:10px;
	}
	
	
	
	

/* ---------- @ Comments -----------*/

.reply a, .reply a:visited  {
	width:75px;
	background:#CCC;
	color:#FFF;
	display:block;
	margin-bottom:15px;
	padding:5px !important;
	text-align:center;
	border-bottom:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	text-decoration:none !important;
	font:italic 1em Georgia,Arial,Verdana;
	}

.reply a:hover {
	background:#aeaeae;
	text-decoration:none;
	border-bottom:1px solid #898989;
	border-right:1px solid #898989;	
	color:#FFF;
	}

.reply a:active {
	background:#CCC;
	}
			
.commentlist li {
	margin: 0 0 18px 0;
	padding: 15px;
	background:#F2F2F2;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	list-style:none
	}

.commentlist li.depth-2 {
	border:none;
	background:#FFF;
	border-top: 1px solid #f2f2f2;	
	margin-left:15px;
	}

.commentlist li.depth-3	 {
	margin-left:15px;
	border:none;
	background:#f2f2f2;
	}

.commentlist li.bypostauthor {
	background:#e5e5e5 !important; 
	border:1px solid #c7c7c7 !important;
	}
	
.commentlist code {
	background:#e0e0e0;
	padding:3px;
	}
	
.avatar {
	margin: 3px 10px 0 0;
	float:left;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;	
	}

#trackbacklist li {
	margin: 10px 0 10px 35px;
	}

#trackbacklist cite {
	font-style:normal
	}
			
cite.fn {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.05em;
	display:block;
	padding-top:9px;
	}	

.says {
	display:none;
	}
	
.commentmetadata {
	float:left
	}
 
.comment-date a, .comment-date a:visited {
	color:#868686;
	font-size:0.9em;
	text-decoration:none
	}

.commentmetadata a:hover, .commentmetadata a:active  {
	text-decoration:underline;
	color:#333;
	}

		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #s {
	background:#FFF !important;
	padding:5px;
	border:1px solid #bfbfbf;
	border-left:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 8px 14px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.1em;
	}

.button:hover {
	background:#272727;
	color:#FFF;
	text-decoration:none
	}

.button:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	margin-top:5px;
	height:250px;
	}

#searchform {
	float:right;
	width:230px;
	text-align:right;
	padding-top:8px;
	}

#s {
	width:190px;
	font-size:1em;
	}
	
#s:focus {
	background:#f8f8f8 !important;
	}

#searchsubmit {
	vertical-align:top
	}		
	

	

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display: block
	}
	

/* ---------- reference-kojin -----------*/

#reference-kojin{
	margin: 10px 0 0 2px;
	}

/* ---------- reference-kigyo-----------*/

#reference-kigyo{
	margin: 22px 0 0 2px;
	}
	
		
/* ---------- reference-tel -----------*/

#un-ei{
	margin: 6px 16px 0 0;
	text-align: right;
	}
	
/* ---------- 404 -----------*/	

#not-found{
	line-height: 1.6;
	font-size: 1.2em;
	margin: 0 0 24px 12px;
	}

/* ---------- @ Footer -----------*/

#dot-radius-bottom{
	background: url('./images/dotback-radius-bottom.gif') no-repeat;
	width:910px;
	height:42px;
	margin:0px 0 0px 2px;
	padding-bottom:1px;
	border-bottom: 1pt solid #cac8c2;
	}

#footer {
	clear: both;	
	font-size:0.75em;
	padding: 0 0 8px 0;
	background: #FFF;
	border:1px solid #000;
	border-top: none;
	border-bottom: none;
	position: relative;	
	}

#copyright {
	text-align: center;
	margin:12px 0;
	}	
	
#footer a, #footer a:visited {
	color:#94928b;
	text-decoration:none;
	}

#footer a:hover {
	color:#5a5954;
	}

#footer a:active {
	}
			
#footer img {
	vertical-align:middle;
	}
	
#rss {
	float:right;
	width:350px;
	text-align: right
	}
			

