﻿@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;
        
}


#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: #1a68b1;
        background-image: linear-gradient(#5793cb, #1a68b1);
}

#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_link.gif);
        margin-bottom: -20px;
}

#header_inner {
        padding: 5px 35px 10px 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;
}



/* パンくずリスト */

#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;
}

/* コンテンツリンク */
#content a:link {
        color:#6f5d43;
}

#content a:visited {
        color:#6f5d43;
} 

#content a:hover {
        color:#386ba9;
}
 
#content a:active {
        color:#386ba9;
}

#content {
	padding: 15px 20px 20px 20px;
        margin-top: 20px;
}

/* コンテンツ題字 */
#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: 10px 20px 0px 20px;
        line-height: 33px;
	padding-left: 30px;
}


/* コンテンツ題字　サブコンテンツ3 */
#content h3 {
        color: #067211;
        margin: 30px 20px 30px 20px;
        padding: 0px 0px 0px 10px;
        border-bottom: solid 2px #067211;
        width: 400px;
        border-left: solid 5px #067211;
        font-weight: normal;
}


/* コンテンツ題字　サブコンテンツ1 */
#content h4 {
        background-color: #067211;
        color: #fff;
        font-size: medium;

        

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: 30px 20px 0px 20px;
	line-height: 33px;
        padding-left: 20px;	
}

/* コンテンツ題字　サブコンテンツ2 */
#content h5 {
        color: #12497c;
        font-size: medium;
        font-weight: normal;
        margin: 20px 0px 10px 55px;
}

/* コンテンツ補足 */
#content h6 {
        color: #1a68b1;
        font-size: small;
        text-align: right;
        margin-right: 20px;
        margin-top: 10px;
}

/* 法令リンク集 コンテンツ内文章 */
#content p {      
        padding-left: 35px;
        padding-right: 35px;
        margin-bottom: 10px;
}

#content li {      
        margin-left: 25px;
}

#content ul {
        margin-top: 10px;
}

#banner02 img {
        margin: 10px 0 0 20px;
}

/* 法令リンク集イーガブ */
#egov img {
        margin: 10px 10px -5px 18px;
}

#egov a img {
        border-style: solid;
        border-width: thin;
}

/* 法令リンク集　表 */

#links table {
        width: 880px;
        margin: 20px 20px 10px 20px;
        table-layout: fixed;
        border-top: 2px solid #6f5d43;
        border-collapse: collapse;
}


#links th {
        border: 2px solid #6f5d43;
        border-right: none;
        border-left: none;        
        height: 30px;        
        font-size: small;
        color: #393939;
        background-color: #d6c7b8;         
}

#links td {
        border: 1px solid #6f5d43;
        font-size: small;
        border-right: none;
        border-left: none;
        height: 50px;        
        text-decolation: none;
        color: #393939;
        padding-left: 10px;
        padding-right: 10px;        
}

#links a:link {
        color: #393939;
}

#links a:visited {
        color: #393939;
} 

#links a:hover {
        color:#386ba9;
}
 
#links a:active {
        color:#386ba9;
}

#links a {
        text-decoration:none;
}

#links img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-style: none;
}

/* リンク集箇条書き、実績 */
#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;       
}

/* フッター */
#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;
}

/* GAP情報資料リンク集バナー （トップ用）*/
#banner img {
        margin: 5px 30px 30px 10px;
        float: left;
}

/* GAP情報資料リンク集トップ説明文 */
#intro p {
        padding: 0px 30px 0px 0px;
}


/* GAP情報資料リンク集トップ題字　サブコンテンツ1 */
#intro h4 {
        background-color: #067211;
        color: #fff;
        font-size: medium;
        width: 290px;
        

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: 50px;
        margin-top: 20px;
	margin-bottom: 10px;
	line-height: 33px;
        padding-left: 20px;
}

/* ニンジンアイコン */
#intro li  {
        background-image: url(images/ninzin.png);
        background-repeat: no-repeat;
        background-position: 0 2px;
        margin: 0 0 0 60px;
        padding: 0 10px 10px 25px;
}

/* 法令リンク集イーガブリンク集トップページ */
#egov_top img {
        margin: 5px 30px -5px 53px;
}

#egov_top a img {
        border-style: solid;
        border-width: thin;
}

/* イーガブ無し共通リンク資料・ニュースレター設定と同じ */#newsletter li {        background-image: url(images/newsletter.gif);              background-repeat: no-repeat;        background-position: 0 5px;        margin-top: 30px;        margin-left: 30px;}#newsletter a {        padding-left: 20px;}

/* ニンジンアイコン 横並び*/
#intoro_word li  {
        background-image: url(images/ninzin.png);
        background-repeat: no-repeat;
        background-position: 0 2px;
        display: inline;
        margin: 0 0 0 30px;
        padding: 0 10px 10px 25px;
}

#intoro_word ul  {
        margin-top: 30px;
}

/* 法令リンク集47県GAP　表 */

#links47 table {
        width: 650px;
        margin: 20px 20px 10px 20px;
        table-layout: fixed;
        border-top: 2px solid #6f5d43;
        border-collapse: collapse;
        margin-left: auto;
        margin-right: auto;
}


#links47 th {
        border: 2px solid #6f5d43;
        border-right: none;
        border-left: none;        
        height: 30px;        
        font-size: small;
        color: #393939;
        background-color: #d6c7b8;         
}

#links47 td {
        border: 1px solid #6f5d43;
        font-size: small;
        border-right: none;
        border-left: none;
        height: 50px;        
        text-decolation: none;
        color: #393939;
        padding-left: 10px;
        padding-right: 10px;        
}

#links47 a:link {
        color: #393939;
}

#links47 a:visited {
        color: #393939;
} 

#links47 a:hover {
        color:#386ba9;
}
 
#links47 a:active {
        color:#386ba9;
}

#links47 a {
        text-decoration:none;
}

#links47 img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-style: none;
}

/* トマトアイコン 横並び*/
#intoro_word_t li  {
        background-image: url(images/tomato.png);
        background-repeat: no-repeat;
        background-position: 0 2px;
        display: inline;
        margin: 0 0 0 30px;
        padding: 0 10px 10px 25px;
}

#intoro_word_t ul  {
        margin-top: 30px;
}