@charset "utf-8";
/* ===================================================================
リセット
=================================================================== */
/*--- reset */
html {
	overflow-y: scroll;
	height:100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	color: #333;
	font-size: 75%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


/*--- clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* for IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


/* IE6透過 */
.iepngfix {  
	behavior:expression(IEPNGFIX.fix(this));  
} 

/* ===================================================================
 ここからcss表記
=================================================================== */
body {
	text-align:center;
}

#wrapper {
	width:900px;
	margin:0 auto;
	text-align:left;
}


/* 右寄せ */
.fr {
	float:right;
}

.fr2 {
	float:right;
	margin:5px;
}

.pad {
	padding-bottom:15px;
}



/* ===================================================================
 header
=================================================================== */
#header h1 {
	float:left;
	background:url(http://www.cef.jp/img/logo.gif) no-repeat;
	width:434px;
	height:103px;
	text-indent:-99999px;
	margin-top:15px;
}
#header h1 a {
	float:left;
	width:434px;
	height:103px;
	display:block;
}


/* トップイメージ */
.himg {
	background:url(http://www.cef.jp/img/top/htopimg.gif) no-repeat right top;
	margin-bottom:20px;
}


/* メニュー */
.himg ul {
	margin-top:37px;
}

.himg2 ul {
	margin-bottom:10px;
}

#header ul li {
	float:left;
	height:49px;
	background-repeat:no-repeat;
}
#header ul li a {
	float:left;
	height:49px;
	display:block;
	text-indent:-99999px;
}

#header #menu1 a {
	background:url(http://www.cef.jp/img/menu.gif) 900px 0;
	width:161px;
}
#header #menu1 a:hover {
	background:url(http://www.cef.jp/img/menu.gif) 900px -52px;
	width:161px;
}

#header #menu2 a {
	background:url(http://www.cef.jp/img/menu.gif) 739px 0;
	width:122px;
}
#header #menu2 a:hover {
	background:url(http://www.cef.jp/img/menu.gif) 739px -52px;
	width:122px;
}

#header #menu3 a {
	background:url(http://www.cef.jp/img/menu.gif) 617px 0;
	width:166px;
}
#header #menu3 a:hover {
	background:url(http://www.cef.jp/img/menu.gif) 617px -52px;
	width:166px;
}

#header #menu4 a {
	background:url(http://www.cef.jp/img/menu.gif) 451px 0;
	width:271px;
}
#header #menu4 a:hover {
	background:url(http://www.cef.jp/img/menu.gif) 451px -52px;
	width:271px;
}

#header #menu5 a {
	background:url(http://www.cef.jp/img/menu.gif) 180px 0;
	width:180px;
}
#header #menu5 a:hover {
	background:url(http://www.cef.jp/img/menu.gif) 180px -52px;
	width:180px;
}




/* ===================================================================
 contents
=================================================================== */
#container {
}


/* メイン */
#main_content {
	float:left;
	width:580px;
}


/* ページトップ */
#pagetop {
	padding-top:50px;
	text-align:right;
}
#pagetop a {
	color:#5B8903;
}



/* ===================================================================
 contents
=================================================================== */
/* サイドメニュー */
#nav {
	float:right;
	width:280px;
}

#nav ul li {
	margin-bottom:3px;
}

/* 貸し出し */
#nav #kashidashi {
	background:url(http://www.cef.jp/img/side/kashidashi.gif) no-repeat bottom;
}

#nav #kashidashi h3 {
	background:url(http://www.cef.jp/img/side/kashidashi.jpg) no-repeat;
	width:280px;
	height:52px;
	text-indent:-99999px;
}

#nav #kashidashi .textr {
	width:140px;
	float:right;
	margin:10px;
}

/* カメラ */
#nav #livecamera {
	margin-top:5px;
	background:url(http://www.cef.jp/img/side/live.gif) no-repeat bottom;
	text-align:center;
}

#nav #livecamera h3 {
	background:url(http://www.cef.jp/img/side/live.jpg) no-repeat;
	width:280px;
	height:59px;
	text-indent:-99999px;
}

#nav #livecamera p {
	margin:0 10px;
	text-align:left;
}


/* ブログサイドメニュー */
#nav2 {
	width:260px;
	padding:10px;
	background-color:#CFE0E9;
	margin-bottom:15px;
}

#nav2 h3 {
	border-bottom:dashed 1px #277F8D;
	margin-bottom:7px;
}

#nav2 ul li {
	margin-bottom:4px;
	background:url(http://www.cef.jp/img/ya_b2.gif) no-repeat 0 2px;
	padding-left:15px;
	margin-left:30px;
}
#nav2 ul li a {
	color:#333;
	text-decoration:none;
}
#nav2 ul li a:hover {
	color:#333;
	text-decoration:underline;
}

#kakokiji {
	text-align:right;
	padding:25px 0 10px 0;
}



/* ブログサイドメニュー-記事一覧 */
#nav .catetitle {
	margin-bottom:50px;
}

#nav .catetitle h3 {
	margin-bottom:8px;
}

#nav .catetitle ul {
	margin-bottom:25px;
	margin-left:15px;
}

#nav .catetitle ul li {
	background:url(http://www.cef.jp/img/ya_b.gif) no-repeat 0 2px;
	padding-left:15px;
}



/* ===================================================================
 footer
=================================================================== */
#footer {
	background:url(http://www.cef.jp/img/footer/footer_bg.gif) repeat-x bottom;
	text-align:center;
}

#footer span {
	height:1px;
	display:block;
}

#footer_in {
	width:900px;
	margin:0 auto;
	text-align:left;
	font-size:11px;
}

#footer_in ul {
	background-color:#fff;
	padding:15px;
	margin-top:130px;
}

#footer_in ul li {
	float:left;
	margin-left:17px;
	zoom:1;
	display:inline;
}

#footer_in ul li dl dt a {
	text-decoration:none;
	border-bottom:solid 1px #ccc;
	color:#333;
	padding-bottom:2px;
	margin-bottom:7px;
	padding-left:20px;
	background:url(http://www.cef.jp/img/ya_g.gif) no-repeat;
	display:block;
}
#footer_in ul li dl dt a:hover {
	text-decoration:none;
	border-bottom:solid 1px #666;
	color:#333;
}


#footer_in ul li dl dd a {
	text-decoration:none;
	color:#333;
	display:block;
}
#footer_in ul li dl dd a:hover {
	text-decoration:underline;
	color:#333;
}

#footer #copy {
	clear:both;
	color:#97BC50;
	text-align:right;
	background-color:#DCE2CC;
	margin-top:-5px;
}



/* ===================================================================
 top
=================================================================== */
#event h2,
#topics h2,
#news h2 {
	background-repeat:no-repeat;
	width:580px;
	height:50px;
	text-indent:-99999px;
}


/* 活動報告 */
.textright {
	text-align:right;
	margin:5px;
}

#topics {
	background-color:#EDF0E7;
	height:700px;
	width:580px;
	float:left;
}

#topics h2 {
	background-image:url(http://www.cef.jp/img/top/act.gif)
}

#topics ul {
	clear:both;
	width:540px;
	margin-left:20px;
	padding-bottom:20px;
}

/* トップページトピックス高さ */
#topics ul li {
	float:left;
	padding:10px;
	height:165px;
	width:215px;
	margin-bottom:10px;
	border:solid 1px #ccc;
	background-color:#fff;
	margin-left:20px;
	font-size:13px;
}

*html #topics ul li {
	height:150px;
}

#topics ul li img{
	display:none;
}

#topics ul li h3 {
	width:200px;
	height:28px;
	text-indent:-99999px;
}

#topics #t1h3 {
	background:url(http://www.cef.jp/img/top/t1.gif) no-repeat;
}

#topics #t2h3 {
	background:url(http://www.cef.jp/img/top/t2.gif) no-repeat;
}

#topics #t3h3 {
	background:url(http://www.cef.jp/img/top/t3.gif) no-repeat;
}

#topics #t4h3 {
	background:url(http://www.cef.jp/img/top/t4.gif) no-repeat;
}

#topics #t5h3 {
	background:url(http://www.cef.jp/img/top/t5.gif) no-repeat;
}

#topics #t6h3 {
	background:url(http://www.cef.jp/img/top/t6.gif) no-repeat;
}

#topics ul li h4 {
	padding-bottom:10px;
	color:#44670B;
}
#topics ul li h4 a {
	color:#44670B;
}


/* ニュース */
#news {
	clear:both;
	float:left;
	margin-bottom:10px;
}

#news h2 {
	margin-top:10px;
	background-image:url(http://www.cef.jp/img/top/news.gif)
}

#news ul {
	padding-top:25px;
	margin-left:20px;
	width:530px;
}

#news ul li span {
	margin-right:20px;
}

#news ul li {
	background:url(http://www.cef.jp/img/ya_g.gif) no-repeat 0 2px;
	margin-bottom:7px;
	padding-left:25px;
	width:530px;
}
#news ul li a {
	text-decoration:none;
	color:#333;
}

#news  ul li a:hover {
	text-decoration:underline;
	color:#333;
}



/* ===================================================================
 ブログ下層タイトル
=================================================================== */
#main_content #main_content_single {
	padding-bottom:50px;
}



/* ===================================================================
 shingle.php
=================================================================== */
/* パンクズ */
#pan {
	font-size:10px;
	color:#666;
}
#pan a {
	color:#666;
	text-decoration:none;
}
#pan a:hover {
	color:#666;
	background-color:#d7e7ed;
}


/* 親カテゴリー */
#main_content #main_content_single h2 {
	width:580px;
	height:119px;
	text-indent:-99999px;
	background-repeat:no-repeat;
}

#main_content #main_content_single  #katudou {
	background:url(http://www.cef.jp/img/katudou/title.jpg);
}

#main_content #main_content_single  #newtopi {
	background:url(http://www.cef.jp/img/katudou/title4.jpg);
}

#main_content #main_content_single  #topi {
	background:url(http://www.cef.jp/img/katudou/title2.jpg);
}


/* 子カテゴリー */
#main_content #main_content_single h3 {
	width:580px;
	height:50px;
	background-repeat:no-repeat;
	margin-bottom:25px;
	text-indent:-99999px;
}
#main_content #main_content_single h3 a {
	width:580px;
	height:50px;
	display:block;
}



/* イベント */
#main_content #main_content_single #katudou12 {
	background:url(http://www.cef.jp/img/katudou/event.gif);
}


/* こどもエネルギー・環境教室 */
#main_content #main_content_single  #katudou6 {
	background:url(http://www.cef.jp/img/katudou/kodomo.gif);
}


/* サロンドエコ山口 */
#main_content #main_content_single  #katudou8 {
	background:url(http://www.cef.jp/img/katudou/yamaguti.gif);
}


/* 研修会 */
#main_content #main_content_single  #katudou9 {
	background:url(http://www.cef.jp/img/katudou/kenshu.gif);
}


/* 講師派遣 */
#main_content #main_content_single  #katudou7 {
	background:url(http://www.cef.jp/img/katudou/koushi.gif);
}


/*  講演会・シンポジウム */
#main_content #main_content_single  #katudou11 {
	background:url(http://www.cef.jp/img/katudou/kouen.gif);
}


/*  ＮＥＷＳ＆ＴＯＰＩＣＳ */
#main_content #main_content_single  #katudou_nt {
	background:url(http://www.cef.jp/img/katudou/nt.gif);
}


/* 記事タイトル */
#main_content #main_content_single h4 {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:dashed 1px #ccc;
	font-size:1.5em;
}


/* 記述日 */
#main_content #main_content_single .post-meta {
	text-align:right;
	margin-bottom:15px;
}



/* ===================================================================
 category.php
=================================================================== */
#main_content #main_content_single #catecate h4 {
	border-bottom:solid 1px #999;
	border-left:solid 7px #999;
	padding-left:12px;
	padding-bottom:2px;
	margin-bottom:25px;
	margin-top:15px;
	font-size:1.4em;
}

#main_content #main_content_single #catecate .post {
	border-bottom:dashed 1px #ccc;
	margin-bottom:5px;
	margin-left:15px;
}

#main_content #main_content_single #catecate .post h5 a {
	color:#333;
	text-decoration:none;
	font-weight:100;
	float:left;
	background:url(http://www.cef.jp/img/ya_gr.gif) no-repeat 0 2px;
	padding-left:20px;
}
#main_content #main_content_single #catecate .post h5 a:hover {
	color:#333;
	text-decoration:underline;
}

#main_content #main_content_single #catecate .post-meta {
	float:right;
}




/* ===================================================================
 index.php
=================================================================== */
#main_content #main_content_single2 .post {
	margin-bottom:5px;
	margin-left:15px;
	border-bottom:dashed 1px #ccc;
	padding-bottom:5px;
}

#main_content #main_content_single2 .intt a {
	color:#333;
	text-decoration:none;
	font-weight:100;
	background:url(http://www.cef.jp/img/ya_gr.gif) no-repeat 0 2px;
	padding-left:20px;
}
#main_content #main_content_single2 .intt a:hover {
	color:#333;
	text-decoration:underline;
}

.navigation {
	padding-top:50px;
}




/* ===================================================================
 camera.php
=================================================================== */
#lcamera h2 {
	background:url(http://www.cef.jp/img/title_camera.jpg) no-repeat;
	width:580px;
	height:119px;
	text-indent:-99999px;
}

#lcamera #app {
	margin-left:55px;
}


.post .post-content p {
 padding-bottom:10px;
}
.post .post-content br {
 padding-bottom:5px;
}













