@charset "utf-8";
/*
Theme Name: jalo
Theme URI: http://wordpress.org/
Description: 2010年版の WordPress テーマ「Twenty Ten」は、スタイリッシュで、カスタマイズ可能で、簡潔で、読みやすいデザインです。カスタムメニュー、ヘッダー画像、背景をあなたなりにアレンジしてみてください。Twenty Ten テーマでは6つのウィジェットエリア (サイドバーに2つ、フッターに4つ) と、アイキャッチ画像 (ギャラリー投稿のサムネイルと、投稿やページのカスタムヘッダー画像) に対応しています。印刷用、管理画面のビジュアルエディター用、アサイドおよびギャラリーカテゴリー用のスタイルシートが用意されています。また、サイドバーを取り去った1カラムページのテンプレートもあります。
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

.clearfix:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

.clearfix {
	zoom:100%;
}

.clearfix {
	display:inline-block;
}

a:hover img{
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}



/*------------------------------------------------------------------------------
common
------------------------------------------------------------------------------*/

body{
	background-image: url(images/common/back.gif);
	background-repeat: repeat;
	font-size: 14px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	

#container{
	background-image: url(images/common/contents_back.png);
	background-repeat: repeat-y;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	}

#wrapper{
	width: 980px;
	margin-right: 20px;
	margin-left: 20px;
	border-top: 5px solid #776351;
	
	}

#header{
	width: 940px;
	
	padding-right: 20px;
	padding-left: 20px;
	}

.header_box{
	width:100%;
	}

.header_box_L{
	float:left;
	}

.header_box_L h1{
	padding-top: 3px;
	font-size: 12px;
	}

.header_box_R{
	float:right;

	}

.header_box_R li{
	list-style-type: none;
	float: left;
	padding-left: 5px;
}

/*search*/
.top_search{
	background-image: url(images/common/search.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 280px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	}

.top_search{
	vertical-align: top;
	}

.top_search input#s{
	height: 15px;
	width: 220px;
	}

#searchsubmit{
	margin-left: 16px;
	padding-top: 1px;
}

h1.page-title{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 30px;
	}

.not-found .entry-content p{
	padding-bottom: 20px;
	}

/*side*/
.menu{
	background-image: url(images/common/menu_back.gif);
	background-repeat: repeat-x;
	width: 940px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
}

.menu ul{
	width: 940px;
	list-style-type: none;
	height: 45px;
	}

.menu li{
	height: 45px;
	float: left;
	}
	
.menu li a{
	text-indent: -9999px;
	display: block;
	background-image: url(images/common/menu.gif);
	background-repeat: no-repeat;
	height: 45px;
	outline:none;
		
	}
	
.menu li.menu01 a{
	background-position: 0px 0px;
	width: 144px;
	}

.menu li.menu01 a:hover{
	background-position: 0px -45px;
	}

.menu li.menu02 a{
	background-position: -144px 0px;
	width: 208px;
	}

.menu li.menu02 a:hover{
	background-position: -144px -45px;
	}
	
.menu li.menu03 a{
	background-position: -352px 0px;
	width: 147px;
	}

.menu li.menu03 a:hover{
	background-position: -352px -45px;
	}

.menu li.menu04 a{
	background-position: -499px 0px;
	width: 147px;
	}

.menu li.menu04 a:hover{
	background-position: -499px -45px;
	}

.menu li.menu05 a{
	background-position: -646px 0px;
	width: 147px;
	}

.menu li.menu05 a:hover{
	background-position: -646px -45px;
	}

.menu li.menu06 a{
	background-position: -793px 0px;
	width: 147px;
	}

.menu li.menu06 a:hover{
	background-position: -793px -45px;
	}

#contents{
	background-color: #FFF;
	width: 940px;
	padding: 0px 20px 20px;
}



#main{
	float: left;
	width: 580px;
	}
	
#side{
	float: right;
	width: 330px;
	}

#footer{
	background-image: url(images/common/footer_back.gif);
	background-repeat: repeat;
	width: 940px;
	padding: 20px 20px 10px;
	color: #FFF;
	font-size: 12px;
	}

.footer_box{
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #DDD7D3;
}

.footer_box_L{
	float: left;
	width: 340px;
}

.footer_box_R{
	float: right;
	width: 600px;
	text-align: right;
	color: #DDD7D3;
}

.footer_box_R a,
.footer_box_R a:link,
.footer_box_R a:visited{
	color: #FFF;
	text-decoration: none;
	line-height: 24px;
}

.footer_box_R a:hover{
	text-decoration: underline;
}


#under{
	background-image: url(images/common/under_back.jpg);
	background-repeat: repeat;
	border-top: 1px solid #FFF;
	color: #D3CDC9;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.totop{
	background-color: #FFF;
	text-align: right;
	padding-right: 20px;
	}


/*side*/
.side_blok{
	background-color: #F3F3EC;
	width: 310px;
	border-right: 5px solid #C3C2A2;
	border-left: 5px solid #C3C2A2;
	padding: 5px;
	}

.side_blok2{
	background-color: #C3C2A2;
	width: 320px;
	border-right: 5px solid #C3C2A2;
	border-left: 5px solid #C3C2A2;
	}

.side_blok3{
	background-color: #FFCE99;
	width: 310px;
	padding-right: 10px;
	padding-left: 10px;
	}

.side_blok ul{
	margin-top: 20px;
	margin-bottom: 20px;
	}

.side_blok li{
	list-style-type: none;
	background-image: url(images/common/side_mark_17.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
	}

.side_blok a,
.side_blok a:link,
.side_blok a:visited{
	color: #F00;
	text-decoration: none;
}

.side_blok a:hover{
	text-decoration: underline;
}

.side_other{
	border-top: 1px solid #C2C3A3;
	text-align: right;
	padding-bottom: 30px;
	}
	
.side_btn{
	padding-bottom: 5px;
	}

.side_blok3 li{
	display: inline;
	list-style-type: none;
	font-size: 1px;
	vertical-align: top;
	}

.side_follow{
	background-image: url(images/common/side_follow_us.gif);
	background-repeat: no-repeat;
	height: 65px;
	width: 210px;
	margin-top: 30px;
	padding-left: 120px;
		padding-bottom: 30px;
	}

.side_follow li{
	float: left;
	padding-right: 20px;
	list-style-type: none;
	padding-top: 10px;

	}

.side_blok4{
	background-color: #DAD3C2;
	width: 320px;
	border-right: 5px solid  #DAD3C2;
	border-left: 5px solid  #DAD3C2;
	}

.side_blok4 li{
	list-style-type: none;
	font-size: 1px;
	vertical-align: top;
	}

.side_bnr {
	margin-bottom: 30px;
	text-align: center;
}

.side_free {
	width: 280px;
	border: 4px solid #c2c1a2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px 20px 0 20px;
	overflow: hidden;
}

.side_free h3 {
	color: #553f2c;
	font-weight: bold;
	padding-bottom: 7px;
	border-bottom: 1px dotted #553f2c;
	margin-bottom: 7px;
}

.side_free p {
	color: #363636;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.side_free .img_ver {
	float: left;
	width: 180px;
}

.side_free .txt_ver {
	clear: both;
}

.side_free .img_box {
	float: left;
	width: 62px;
	max-width: 62px;
	padding-right: 20px;
	height: auto;
}

.side_free .img_box img {
	float: left;
	width: 62px;
	height: auto;
}


.side_book {
	width: 310px;
	border: 4px solid #c2c1a2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 5px 0 5px;
	overflow: hidden;
	margin-bottom: 30px;
}

.side_book h3 {
	margin-bottom: 10px;
}

.side_book table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 308px;
	margin-bottom: 10px;
}

.side_book table th, .side_book table td {
	border: 1px solid #ccc;
	padding: 7px;
}

.side_book table th {
	text-align: center;
	vertical-align: middle;
}

.side_book table th img {
	width: 70px;
}

.side_book table td {
	text-align: left;
	font-size: 11px;
}

.side_mm_banner {
	margin-bottom: 20px;
}


/*------------------------------------------------------------------------------
top
------------------------------------------------------------------------------*/

.top_box{
	padding-bottom: 30px;
	}

.top_box_main{
	background-color: #F6F5F4;
	border-right: 1px solid #A99E93;
	border-left: 1px solid #A99E93;
	width: 538px;
	padding: 20px;
	}

.top_box_main_L{
	float: left;
	width: 190px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.top_img_thumb img {
  width: 180px !important;
  height: auto !important;
}

.top_box_main_R{


	line-height: 180%;
	}

.top_box2{
	padding-bottom: 30px;
	}

.top_box2_main{
	background-image: url(images/top/top_bank.gif);
	background-repeat: repeat-y;
	width: 520px;
	padding: 10px 30px;
}

.top_box3_main{
	background-image: url(images/top/top_bank.gif);
	background-repeat: repeat-y;
	width: 540px;
	padding: 10px 20px;
	}

.top_box3_main_L{
	float: left;
	width: 100px;
}

.top_box3_main_R{
	width: 430px;
	float: right;
}

.media_list {
	float: left;
	width: 532px;
	margin: 0 20px 0 0;
}

.media_list li {
	float: left;
	width: 532px;
	border-bottom: 1px dotted #a89d92;
	padding: 10px 0;
	list-style-type: none;
}

.media_list li span {
	display: block;
	float: left;
	width: 122px;
}

.media_list li a {
	display: block;
	float: left;
	width: 410px;
}


/*------------------------------------------------------------------------------
archive
------------------------------------------------------------------------------*/

#archive{
	color: 333;
	}

.archive_title{
	border-top: 1px solid #C2C3A3;
	border-bottom: 1px solid #CCCEB3;
	background-image: url(images/archive/h2back.jpg);
	background-repeat: repeat-y;
	padding: 10px 20px 5px;
	margin-bottom: 20px;
	}
	
.archive_title h2{
	font-size: 24px;
	font-weight: bold;
	color: #553d27;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C2C3A3;
	}

.archive_title a,
.archive_title a:link,
.archive_title a:visited{
	color: #553d27;
	text-decoration: none;
}

.archive_title a:hover{
	text-decoration: underline;
}

.archive_title h3{
	color: #553d27;
	text-align: right;
	}

.pan{
	
	padding-right: 10px;
	}

.pan a,
.pan a:link,
.pan a:visited{
	color: #333;
}

.pan a:hover{
	text-decoration: none;
}
	
.line{
	border-bottom: 1px dashed #C2C3A3;
	padding-bottom: 10px;
	
	margin-bottom: 10px;
}

.page_next{
	text-align: right;
	color: #333;
	margin-bottom: 8px;	
}

.page_next a,
.page_next a:link,
.page_next a:visited{
	color: #333;
	text-decoration: none;
}

.page_next a:hover{
	text-decoration: underline;
}

.cate_title{
	padding-bottom: 1px;
	border-bottom: 1px solid #C2C3A3;
	}

.cate_list{
	padding-top: 10px;
	padding-bottom: 20px;
	}

.cate_list li{
	display: inline;
	list-style-type: none;
	padding: 0 3px;
	border-right: 1px solid #999;
	}

.cate_list a,
.cate_list a:link,
.cate_list a:visited{
	color: #333;
	text-decoration: none;
}

.cate_list a:hover{
	text-decoration: underline;
}

.page_next img{
	padding-right: 5px;
	padding-left: 5px;
	}

.entry{
	padding-bottom: 30px;
	}

.entry_title{
	background-color: #EDEDE3;
	border-top: 2px solid #C2C3A3;
	border-right: 1px solid #C2C3A3;
	border-bottom: 1px solid #C2C3A3;
	border-left: 1px solid #C2C3A3;
	padding: 6px 20px;
	}

.entry_title a,
.entry_title a:link,
.entry_title a:visited{
	color: #333;
	text-decoration: none;
}

.entry_title a:hover{
	text-decoration: underline;
}

.entry_main{
	border-right: 1px solid #C2C3A3;
	border-bottom: 1px solid #C2C3A3;
	border-left: 1px solid #C2C3A3;
	padding: 20px;
	width: 538px;
	line-height: 180%;
	color: #333;
}

.alignright{
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}

.entry_other{
	padding-top: 10px;

	}

.entry_contact{
	padding-top: 20px;

	clear: both;
	}

.entry_main hr{
	height: 1px;
	border-top: 1px dashed #C3C2A4;
	border-right: 0px dashed #C3C2A4;
	border-bottom: 0px dashed #C3C2A4;
	border-left: 0px dashed #C3C2A4;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.alignright{
	display: inline;
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: right;
}

.alignleft{
	display: inline;
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
	clear: left;
}


p.clearfix:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

p.clearfix {
	zoom:100%;
}

p.clearfix {
	display:inline-block;
}


/*------------------------------------------------------------------------------
single
------------------------------------------------------------------------------*/

.single_title{
	background-color: #EDEDE3;
	border-top: 2px solid #C2C3A3;
	border-right: 1px solid #C2C3A3;
	border-bottom: 1px solid #C2C3A3;
	border-left: 1px solid #C2C3A3;
	padding: 8px 20px;
	}

.single_pan{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C3C2A3;
}

.single_title h3{
	font-weight: bold;
	}

.single_under{
	background-color: #EDEDE3;
	border-right: 1px solid #C2C3A3;
	border-bottom: 1px solid #C2C3A3;
	border-left: 1px solid #C2C3A3;
	padding: 8px 20px;
	}


.single_pan a,
.single_pan a:link,
.single_pan a:visited{
	color: #333;
}

.single_pan a:hover{
	text-decoration: none;
}


.single_pan_under a,
.single_pan_under a:link,
.single_pan_under a:visited{
	color: #333;
}

.single_pan_under a:hover{
	text-decoration: none;
}


/*wp-pagenavi*/


.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited{
	color: #000;
	text-decoration: none;
}

.wp-pagenavi a:hover{
	text-decoration: underline;
}

.wp-pagenavi .pages{
	border-style: none;
	border-color: #FFF;
	}

.nextpostslink{

	}
	
	
/* more link */
a.more-link,
a.more-link:link,
a.more-link:visited{
	display: block;
	background-image: url(images/archive/btn_other.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 33px;
	width: 180px;
	margin-top: 10px;
}

a.more-link:hover{
}


	
	
/*講師紹介ページ */

.member_list {
	width: 100%;
}

.member_list td {
	width: 134px;
	padding-bottom: 20px;
	line-height: 1.5em;
	text-align: center;
	color: #806d5c;
}

.member_list td img {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

.member_list td span {
	font-weight: bold;
	color: #000;
}

.member_list td a {
	text-decoration: none;
}


/*メルマガ */

.mailmagazine h3 {
	margin-bottom: 30px;
}

.mailmagazine p {
	margin-bottom: 10px;
}

.mm_form {
	width: 490px;
	margin-left: 20px;
}

.mm_form th {
	font-weight: bold;
	padding-right: 10px;
}

.mm_form .td1 {
}

.mm_form .form_txt {
	height: 25px;
	width: 300px;
	padding: 0 5px;
}


/*リユースマネジメント講座一覧 */

.rm-link {
	margin-bottom: 20px;
	padding: 20px 0;
	text-align: center;
}

.rm-list h2 {
	font-weight: bold;
	font-size: 1.6em;
	color: #e1943e;
	border-top: 2px solid #ccc;
	padding-top: 40px;
	margin-bottom: 20px;
}

.rm-list h3 {
	font-weight: bold;
	font-size: 1.4em;
}

.rm-list iframe {
	margin-top: 10px;
	margin-bottom: 50px;
}


.submenu {
	width: 940px;
	margin: 20px auto 20px;
	overflow: hidden;
}

.submenu div {
	float: left;
	height: 25px;
	line-height: 25px;
	background-image: url(images/common/icon_memberlist.gif);
	background-position: 5px 0;
	background-color: #766354;
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #fff;
	position: relative;
	margin-right: 20px;
	padding-right: 10px;
}

.submenu div::after {
	display : block;
	position: absolute;
	top: 0;
	right: -10px;
	content : " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 10px;
	border-color: transparent transparent transparent #766354;
	z-index:0;
}

.submenu ul {
	float: left;
}

.submenu li {
	float: left;
	list-style: none;
}

.submenu li a {
	display: block;
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
	list-style: none;
	background: #f1eeed;
	text-decoration: none;
	color: #766354;
	border: 1px solid #766354;
	margin-right: 10px;
}

.submenu li a:hover {
	background: #d4cec9;
}

table.program,table.program td{padding:3px 5px;border-collapse: collapse;border: 1px solid #EDEDE3;}