﻿@charset "utf-8";

/* 全体 */
h1,h2,h3,h4,h5,h6,p,table,th,td,div,ul,ol,li {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: medium;
        color: #6f5d43;
        margin: 0px;
	padding: 0px;
        background-image: url(images/back.png);
        background-repeat: repeat-x;
        background-color: #a8c483;
}

li,ul {
        list-style-type: none;
}

a img {
        border-style:none;
}

figure {
        padding: 0px;
        
}

/* IE8以下でも「ブロック」としてレンダリングされるようになる */
article, aside, figure, figcaption, footer, header, nav, section {
display: block;
}

#container {
        width: 960px;
        margin: auto;
        background-color: #fff;
        box-shadow: 1px 1px 0px #000;
}

/* ヘッダー上部のメニュー */
#nav {
	padding-top: 5px;
        padding-left: 720px;
        padding-bottom: 5px;
        clear: both;
	background-color: #067211;
        background-image: linear-gradient(#09a318, #067211);
}

#nav li {
        background-image: url(images/navi_b.gif);
        background-repeat: no-repeat;
        background-position: 0 5px;
        display: inline;
        margin-right: 20px;
}

#nav a {
       padding-left: 20px;
       font-size: small;
       color: #fff;
       text-decoration: none;
}

#nav a:hover {
        color:#386ba9;
}

/* ヘッダー */
#header a {
        text-decoration:none;
}

#header a:link {
        color:#fff;
}

#header a:visited {
        color:#fff;
} 

#header a:hover {
        color:#386ba9;
}
 
#header a:active {
        color:#fff;
}

#header	{
        width: 960px;
        height: 118px;
        background-image: url(images/header_c.gif);
}

#header_inner {
        padding: 1px 35px 1px 35px;
}

#header h1 {
        margin: 0px;        
        color: #fff;
        text-shadow: 2px 2px 2px #000;
        font-size: x-large;
}

#header p {
        margin: 0;                
        text-shadow: 1px 1px 1px #6f5d43;
        color: #fff;
}

/* 横棒メニュー */
#menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: auto;
	float: left; /* floatで高さが無くなる対策 */     
}

#menu li {
	float: left;
	position: relative; /* 子メニューにabsoluteを設定するため */ 
}

#menu li a {
	display: block; /* aタグはインライン要素なのでブロックレベル要素にする */
	text-align: center;
	height: 28px;
	width: 191px;
	padding-top: 10px;
        font-size: small;
        color: #fff;
	text-decoration: none;
	border-right: 1px solid #000;
        background-color: #111;
        background-image: linear-gradient(#444, #111);
}

#menu li ul {
	margin: 0px;
	padding: 36px 0 0 0;
	list-style-type: none;
	position: absolute;
	top:0px;
	left:0px;
	display: none;        
}

#menu li:hover ul {
	display: block;
}

#menu ul a:hover {
        background-color: #386ba9;
        background-image: linear-gradient(#44a5cb, #386ba9);
}


#menu ul li:first-child a:after {
        content: '';
        position: absolute;
        left: 30px;
        top: -8px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
        border-bottom-color: #04acec; 
}

#menu li a:hover {
	background-color: #386ba9;
        background-image: linear-gradient(#44a5cb, #386ba9);
}

/* パンくずリスト */

#breadcrumb-list li{
      font-size: small;   
      display: inline-block;
      color:#000;
}

#breadcrumb-list li ~ li:before{
      content: ">";
      margin: 0 5px;
} 

#breadcrumb-list a{       
      text-decoration: none;
}

#breadcrumb-list a:link {
        color:#000;
}

#breadcrumb-list a:visited {
        color:#000;
} 

#breadcrumb-list a:hover {
        color:#386ba9;
}
 
#breadcrumb-list a:active {
        color:#000;
}

/* サイトマップメニュー */
#sitemap {
       font-size: normal;
}

#sitemap li {
        margin-bottom: 8px; 
	line-height: 1.2; /* フォントサイズの倍数 */
	list-style-type: none;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
        background-position: 0 2px;
	padding-left: 20px;
}

#sitemap li a:hover {
        color: #ff8800;
}

#sitemap ul {
        margin: 0 0 0 30px;
	padding: 0;
}

#sitemap ul ul {
        margin-top: 8px;
}

#sitemap li li {
        background-image: url(images/tree.png);
	background-position: 0 -3px;
	margin: 0 0 0 60px; 
	padding-bottom: 8px;
}

#sitemap li li.last
	{
        background-position: 0 -40px;
}


/* コンテンツリンク */
#content a:link {
        color:#6f5d43;
}

#content a:visited {
        color:#6f5d43;
} 

#content a:hover {
        color:#386ba9;
}
 
#content a:active {
        color:#386ba9;
}

#content {
	padding: 40px 20px 40px 20px;
        margin-top: 25px;
}

/* コンテンツ題字 */
#content h2 {
        background-color: #1a68b1;
        color: #fff;
        font-size: large;       

background-image: -webkit-gradient(linear, left top, left bottom, from(#5793cb), to(#1a68b1));

background-image: -moz-linear-gradient(top, #5793cb, #1a68b1);

	-webkit-box-shadow: 2px 2px 2px #aaaaaa;
	-moz-box-shadow: 2px 2px 2px #aaaaaa;
        
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 15px;
	margin-bottom: 15px;
	line-height: 33px;
	padding-left: 20px;
}

/* コンテンツ題字　文字数が多い時 */
#content h3 {
        background-color: #1a68b1;
        color: #fff;
        font-size: medium;

background-image: -webkit-gradient(linear, left top, left bottom, from(#5793cb), to(#1a68b1));

background-image: -moz-linear-gradient(top, #5793cb, #1a68b1);

	-webkit-box-shadow: 2px 2px 2px #aaaaaa;
	-moz-box-shadow: 2px 2px 2px #aaaaaa;
        
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 15px;
	margin-bottom: 15px;
	line-height: 33px;
	padding-left: 20px;
}

/* コンテンツ題字　サブコンテンツ1 */
#content h4 {
        background-color: #067211;
        color: #fff;
        font-size: medium;
        width: 400px;
        text-align: center;

background-image: -webkit-gradient(linear, left top, left bottom, from(#09a318), to(#067211));

background-image: -moz-linear-gradient(top, #09a318, #067211);

	-webkit-box-shadow: 2px 2px 2px #aaaaaa;
	-moz-box-shadow: 2px 2px 2px #aaaaaa;
        
        margin-left: 30px;
        margin-top: 20px;
	margin-bottom: 10px;
	line-height: 33px;	
}

/* コンテンツ題字　サブコンテンツ2 */
#content h5 {
        color: #12497c;
        font-size: medium;
        margin-left: 30px;
}

/* コンテンツ補足 */
#content h6 {
        color: #1a68b1;
        font-size: small;
        margin-left: 30px;
}

/* コンテンツ内文章 */
#content p {      
        padding-left: 35px;
        padding-right: 35px;
        margin-bottom: 10px;
}

#content li {      
        margin-left: 25px;
}

#content ul {
        margin-top: 10px;
}

#content form {
        margin-top: 5px;
        margin-left: 40px;
}

/* ニュースレター設定 */
#newsletter li {
        background-image: url(images/newsletter.gif);      
        background-repeat: no-repeat;
        background-position: 0 5px;
        margin-top: 8px;
        margin-left: 30px;
}

#newsletter a {
        padding-left: 20px;
}

/* 推進室スタッフ（先生プロフィール） */
.imgleft {
        margin: 22px 90px 20px 40px;
        float: left;        
}

#stafflist ul {
        margin: 40px 0px 50px 0px;
}

/* 推進室スタッフ */
#stafflist table {
        

width: auto;

        table-layout: fixed;
        margin: 20px 0px 20px 60px;
        border: 1px solid #6f5d43;
        border-collapse: collapse;
}


#stafflist th {
        border: 1px solid #6f5d43;
        height: 35px;
        font-weight: normal;
        background-color: #a8c483;         
}

#stafflist td {
        border: 1px solid #6f5d43;
        height: 50px;
        padding: 10px 20px 10px 20px;
}

/* 活動報告 */
#report h4 {
        width: 300px;
        text-align: center;
        margin: 0px 0px 0px 30px;
}

#report h5 {
        color: #067211;
        margin: 0px 0px 0px 30px;
        padding: 0px 0px 0px 15px;
        border-bottom: solid 2px #067211;
        width: 840px;
        border-left: solid 5px #067211; 
}

#report table {
        width: auto;
        
        margin-top: 10px;   
        margin-left: 50px;
        margin-bottom: 10px;        
}

#report th {
        width: 120px;
        text-align: left;
        font-weight: normal;       
}

#report td {
        padding: 0px 20px 0px 0px;        
}

#report li {
        background-image: url(images/tomato.png);
        background-repeat: no-repeat;
        background-position: 630px 1px;
        margin-right: 20px;
        padding-right: 20px;
        font-size: small;
        text-align: right; 
}



/* トマトアイコン */
#tomato li  {
        background-image: url(images/tomato.png);
        background-repeat: no-repeat;
        background-position: 0 2px;
        margin-left: 40px;
        padding-left: 30px;
        color: 000;
}

/* リンク集箇条書き、実績 */
#partnerlink li  {
        background-image: url(images/navi_b.gif);
        background-repeat: no-repeat;
        background-position: 0 5px;
        margin-left: 50px;
        margin-bottom: 10px;
        padding-left: 30px;
　　　　color: #6f5d43;        
}

#partnerlink small  {
        margin-left: 20px;       
}


/* 写真 */
#photo img {
        display: block;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #888888;
        padding: 10px;
               
}


/* フッター */
#footer {
	clear: both;
	background-color: #111;
        background-image: linear-gradient(#444, #111);         
}

#footer ul {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 0px;
        padding-left: 0px;
	text-align: center; 
}

#footer p {
        padding-bottom: 10px;
        font-size: small;
        text-align: center; 
        color: #c0c0c0;
}

#footer li {
        background-image: url(images/navi_b.gif);
        background-repeat: no-repeat;
        background-position: 0 5px;
        display: inline;
        margin-right: 20px;
}

#footer a {
        padding-left: 20px;
        font-size: small;
        color: #fff;
        text-decoration: none;
}

#footer a:hover {
        color:#386ba9;
}