@charset "UTF-8";
/*@charset "Shift_JIS";*/
/*家族で学ぶ再生可能エネルギー用に作成したものです。
対応するhtml/phpファイルは、\new_sanesの中のすべてのhtml/phpファイルです。*/

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
/*全体の表示幅設定*/
#inner
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f5efe0; /*背景色:薄い黄土色*/
	clear:both;
}

/*ヘッダー部の設定*/
#header
{
	width: 900px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff; /*背景色:白色*/
}

/*メイン部の設定*/
#main-index
{
	width: 700px;
	height: 1550px;
	padding-bottom: 50px;
	float: right;
	background-color: #f5efe0; /*背景色:innerと同じ色*/
}

#main
{
	width: 100% ; /*700px;*/
	/*height: 1500px;*/
	padding-bottom: 50px;
	float: right;
/*	background-color: #f5efe0; */ /*背景色:innerと同じ色と同じ色*/
	background-color: #ffffff; /*背景色:innerと同じ色と同じ色*/}

/*フッター部の設定*/
#footer
{
	width: 900px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f5f5f5;/*背景色:薄い灰色*/
	color: #ffffff;
	clear: both;
}

/*左サイド部の設定*/
#hside
{
	width: 200px;
	height: 675px; /*メイン部の長さと同じにする*/
	float: left;
	/*background-color: #f5efe0; メイン部と同じ色*/
	/*background-color: #f4f4f4;*/
}

/*ナビゲーション部の設定*/
#navi
{
	width: 200px;
	/*height: 100px;仮の数字。設定しないと容量に合わせて増える？*/
	float: left;
	overflow: hidden;
	/*background-color: #f5efe0; Wordpressのメインと同じ色 background-color: #ff7f50;*/
	/*background-color: #ff8c00; */
}

/*--------------------------------------------------------
  レイアウトパーツ設定
--------------------------------------------------------*/
/*++++++++++++++++++++++++++
　　ヘッダー内のパーツ
+++++++++++++++++++++++++++*/

#headerMain
{
	height: 19px;
	margin-right: auto;
	margin-left: auto;
}

#headerMain h1 /*ヘッダーメインの中の見出し(h1)の文字の設定*/
{
	margin-top: 10; /*これを設定しても変化なし。意味あるの？*/
	text-align: center;
	font-size: 35px;
	color: #000000;
}

#headerLogo /*ヘッダー内の上部左ボックスの設定（キャッチフレーズ、ロゴなど）*/
{
	width: 400px;
	float: left;
	/*background-color: #dda0dd;この色は、htmlで何か文字を入れないと表示されない*/
}

#headerExtra /*ヘッダー内の上部右ボックスの設定（戻るなど）*/
{
	width: 330px;
	float: right;
	/*background-color: #4169e1;この色は、htmlで何か文字を入れないと表示されない*/
}

#headerExtra p /*同上ボックス内の文字設定*/
{
	font-size: 2 em;
	font-weight: bold;
	color: #33bfd2;
	line-height: 1.0;
	text-align: right;
}

/*++++++++++++++++++++++++++
　　メイン部内のパーツ
++++++++++++++++++++++++++++*/

/*メイン部内のpの文字の設定*/
p
{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

p.left
{
	text-align: left;
}

#mainExtra1 /*トップページのメイン枠内の1つ目のボックスの設定*/
{
	width: 393px;/*空白を配置する場合は、その分小さくする必要がある。*/
	padding-top: 0px;/*30px内容＝文章の周囲に空白を配置する*/
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right:auto;	
	text-align: center;
	font-size: 20px;
	background-color: #f5efe0;

}

#mainTitle /*トップページ以外のページのメイン枠内のボックスの設定*/
{
	width:100%; 
	max width: 600px;
	height: 250px;
	padding-top: 15px;/*内容＝文章の周囲に空白を配置する*/
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right:auto;	
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
/*	background-color: #ffd700;*/
}
#mainExtra2 /*トップページのメイン部内の左のボックスの設定*/
{
	width: 310px;
	margin-top: 50px; /*上にあるボックス枠との空白部分を指定する*/
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	height: 150px;
	float: left;
	text-align: left;
	font-weight: bold;
	/*background-color: #dda0dd;*/
}

#mainExtra3 /*トップページのメイン部内の右のボックスの設定*/
{
	width: 310px;
	margin-top: 50px; /*上にあるボックス枠との空白部分を指定する*/	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	height: 150px;
	float: right;
	text-align: left;
	font-weight: bold;
	/*background-color: #dda0dd;*/
}

#mainExtra4 /*トップページ以外のページの表示枠の設定*/
{
	width: 650px;/*空白を配置する場合は、その分小さくする必要がある。*/
	padding-top: 30px;/*内容＝文章の周囲に空白を配置する*/
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right:auto;	
	text-align: left;
	font-size: 16px;
	/*background-color: #ffffff;*/

}


/*++++++++++++++++++++++++++++
　　ナビゲーションの設定
++++++++++++++++++++++++++++++*/

#navi ul 
{
    margin-top: 10px;/*リスト部分を少し下げるのに必要*/
    /*margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;*/
	padding-left: 0;/*これを設定しないとリストのマーク部分が空白になり、表示が小さくなる*/
    padding-bottom: 0;
	list-style-type: none;
	text-align: left;
}

#navi ul:after
{
	content: ".";
	display: block;
	clear:both;
	visibility: hidden;
}

#navi li /*ナビゲーションのリストの設定*/
{
	display: block;  /*ブロックを表示*/
	font-size: 15px;
	line-height: 38px;
	height: 37px;
	border-right-width: 1px; /*ブロックの枠線の設定*/
	border-right-style: solid;
	border-right-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.ccc
{
	background-image: url(navi_menu_in.png);
	font-weight: bold;
	background-position: top left;
	background-repeat: no-repeat;
}

#navi li a
{
	display: block; /*ブロック全体をリンクにする。これがないと文字だけ*/
	height: 37px;
	padding-left: 27px;
	padding-right: 10px;
}

#navi li a /*ナビのリストのリンク全体の文字設定*/
{
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

#navi li a:hover /*マウスが上にある時の文字の色設定*/
{
	color: #ffffff;
}

#navi a:link
{
	background-image: url(navi_menu.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#navi a:visited
{
	background-image: url(navi_menu_on.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#navi a:hover
{
	background-image: url(navi_menu_on.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#navi a:active
{
	background-image: url(navi_menu_on.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/*++++++++++++++++++++++++++++
　　サイドブロック内のパーツ
++++++++++++++++++++++++++++++*/

#banner
{
	margin-top: 0px;
	/*background-color: #f4f4f4;*/
	padding-top: 5px;
}

#banner ul
{
	padding-left: 0px;
	list-style-type: none;
}

#banner li
{
	padding-bottom: 10px;
	overflow: hidden;
}

#banner li a
{
	display: block;
	width: 200px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#banner a#banner-com
{
	background-image: url(gazou/banner-wp.png);/*風力発電の実際のバナー*/
	background-position: top left;
	background-repeat: no-repeat;
}

#banner a#banner-blog
{
	background-image: url(gazou/banner-pv.png);/*太陽光発電の実際*/
	background-position: top left;
	background-repeat: no-repeat;
}
#banner a#banner-news
{
	background-image: url(gazou/banner-pv2.png);/*各地の太陽光発電所のバナー*/
	background-position: top left;
	background-repeat: no-repeat;
}


/*++++++++++++++++++++++++++++
　　フッター内のパーツ
++++++++++++++++++++++++++++++*/

#footerMain /*フッターメインのボックスの設定*/
{
	width: 600px;
	float: right;
	color: #000000;
	/*background-color: #00ffff;*/
}

p.footer
{
	font-size: 15px;
	font-weight: normal;
}

/*++++++++++++++++++++++++++++
　　テーブルの設定
++++++++++++++++++++++++++++++*/

/*#tbl-bdr table, #tbl-bdr td*/
table, td, th
{
	border-collapse: collapse;
	border: 1px solid #333;
}

td, th
{
	width: 150px;
	text-align: center;
	empty-cells: hide;	
} 

.takai
{
	height: 75px;
}

th.hiroi
{
	width: 200px;
}

/*++++++++++++++++++++++++++++
　　ページナンバーの設定
++++++++++++++++++++++++++++++*/

#pageNo{*zoom:1}

.pager ul{text-align:center}
.pager li{text-align:center;
	display:inline-block;
	font-size:90%;
	margin-right:5px;
	vertical-align:middle;/display:inline;/zoom:1}
.pager li a,
.pager li span{
	display:block;
	width:40px;border-radius:3px;
	line-height:40px;
	color:#333;
	text-align:center}
.pager li a{
	background-color:#fff;/*四角の中の色*/
	border:1px solid;
	border-color:#e3e3e3 #cecece #b4b4b4 #d6d6d6}
.pager li a:hover{
	background-color:#F9F9F9;
	border-color:#ababab #909090 #7e7e7e #979797}
.pager li span{
	background:none #c0c0c0/*当該ページの四角の中の色。#404453*/;
	border:1px solid #c0c0c0/*当該ページの四角の枠線の色。#404453*/;
	color:#FFF;
	font-weight:bold}
.pager li span.continued{border:none;
	background:none;
	color:#646464;
	width:35px}
.pager li.prev{
	margin-left:0;
	margin-right:10px}
.pager li.next{
	margin-left:5px;
	margin-right:0}
.pager li.prev a,
.pager li.next a{
	font-weight:normal;
	padding-left:7px;
	padding-right:7px}
.pager li.prev span,
.pager li.next span{background:none #E8E8E8;
	border:1px solid #DFDFDF;
	color:#999;
	font-weight:normal;
	padding-left:7px;
	padding-right:7px}
.pager .counter{text-align:center;
	font-size:75%;
	padding-top:8px}
.pager .counter span{color:#9F9F9F}


/*++++++++++++++++++++++++++++
　　図の横に文章を回り込ませる
++++++++++++++++++++++++++++++*/
img.left
{
float: left;
margin-right:2.0em;
}

img.right
{
float: right;
margin-right:2.0em;
}

