@charset "utf-8";
body {
    font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
}
/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;     /* 上マージンを削除すると、マージンを含む block からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
    padding-right: 15px;
    padding-left: 15px;
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
    border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
    color: #42413C;
    text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
    color: #6E6C64;
    text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
    text-decoration: none;
    color: #FF8000;
    font-size: 13px;
}
/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol {
    padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}
/* ~~ ナビゲーションリストのスタイル付け (Spry などの事前作成済みのフライアウトメニューを使用する場合は削除できます) ~~ */
ul.nav {
    list-style: none; /* リストのマーカーを削除します。 */
    border-top: 1px solid #666; /* リンク用の上部のボーダーを作成します。他のすべてのものは LI 上で下部のボーダーを使用して配置されます。 */
    margin-bottom: 15px;
}
ul.nav li {
    border-bottom: 1px solid #666; /* ボタンの区切り線を作成します。 */
}
ul.nav a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
    padding: 5px 5px 5px 15px;
    display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
    width: 160px;  /*この幅により、IE6 でボタン全体をクリックできるようになります。IE6 をサポートする必要がない場合は削除できます。適切な幅を計算するには、サイドバーコンテナの幅からそのリンクの余白を減算します。 */
    text-decoration: none;
    background-color: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
    background-color: #ADB96E;
    color: #FFF;
}
/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
    float: right;
    margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
    float: left;
    margin-right: 8px;
}
.clearfloat { /* このクラスは、footer が .container から削除されているか取り出されている場合に、<br />または空の block エレメントで、フローティングさせる最後の block に続く最後のエレメントとして (.container 内に) 配置できます。 */
    clear: both;
    height: 5px;
    font-size: 1px;
    line-height: 0px;
}
/*HTML5 サポート - 新しい HTML5 タグを display:block に設定します。これにより、ブラウザーでタグが適切にレンダリングされます。 */
header, section, footer, aside, article, figure {
    display: block;
}
body,td,th {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
h1 {
    font-size: 12px;
    font-weight: normal;
    padding-top: 5px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    width: 100%;
    background-color: #99C700;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
}
h2    {
    background-image: url(image/arrow03.png);
    background-repeat: no-repeat;
    text-indent: 30px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #98C900;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    border-bottom: 2px solid #98C900;
}
hr{
    border-top: 1px solid #E8E8E8;
    height: 1px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    color: #E8E8E8;
}
section {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
/* 　ヘッダー部分 */
#header {
    border-bottom: 5px solid #99C700;
    text-align: center;
}
#header ul  {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: px;
    margin-bottom: px;
    margin-left: 30px;
}
#header ul li  {
    float: left;
    width: 85px;
    height: 20px;
    list-style-type: none;
    font-size: 13px;
    text-indent: 20px;
    margin-right: 5px;
}
#header ul li a  {
    display: block;
    text-decoration: none;
    background-image: url(image/arrow01.gif);
    background-repeat: no-repeat;
    background-position: 0% 3px;
    text-align: left;
}
#header ul li a:hover  {
    display: block;
    text-decoration: none;
    background-image: url(image/arrow02.gif);
    background-repeat: no-repeat;
    background-position: 0% 3px;
    text-align: left;
    color: #DD7500;
}
/* 　連携企業バナー（薄緑）部分 */
#lower {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    background-color: #E0EFB4;
    border-top: 3px solid #CBCBCB;
}
#lower section #left-box {
    width: 470px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
}
#lower section #right-box {
    margin-left: 470px;
    padding-left: 30px;
}
#lower section #left-box p {
    font-size: 15px;
    line-height: 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
#lower section #right-box ul {
    background-color: #FFFFFF;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom: 2px solid #B3B3B3;
    border-right: 2px solid #B3B3B3;
    border-left: 2px solid #B3B3B3;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}
#lower section #right-box ul li {
    list-style-position: inside;
    list-style-type: none;
    border-bottom: 1px dotted #B3B3B3;
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: #888888;
    line-height: 15px;
}
#lower section #right-box ul li em {
    color: #98C900;
    font-size: 13px;
    font-style: normal;
    display: block;
    margin-bottom: 5px;
}
#lower section #right-box ul li a {
    text-decoration: none;
    color: #888888;
}
#lower section #right-box ul li a:hover  {
    text-decoration: none;
    color: #FF8000;
}
#lower section #right-box #title01 h3 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: #98C900;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #FFFFFF;
    border-top: 2px solid #B3B3B3;
    border-right: 2px solid #B3B3B3;
    border-left: 2px solid #B3B3B3;
    font-size: 18px;
}
#lower section #left-box p a img {
    border-radius: 20px;
    border: 2px solid #B3B3B3;
    margin-right: 8px;
    margin-bottom: 10px;
}
#lower section #link-box {
    margin-top: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 50px;
}
#lower section #link-box p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#lower section #link-box p a img {
    border: 2px solid #B3B3B3;
    margin-right: 6px;
    margin-bottom: 10px;
}
/* 　フッターメニュー（緑）部分 */
#footer-menu {
    background-color: #99C700;
    border-top: 2px solid #7DA300;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#footer-menu #list-box {
    width: 175px;
    float: left;
    border-left: 1px solid #7DA300;
    padding-left: 15px;
    height: 220px;
    padding-top: 10px;
}
#footer-menu section h3  {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
    background-image: url(image/arrow04.png);
    background-repeat: no-repeat;
    text-indent: 20px;
    border-bottom: 1px solid #FFFFFF;
}
#footer-menu section #list-box h4 {
    color: #FFFFFF;
    font-size: 14px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: url(image/arrow05.png);
    background-repeat: no-repeat;
    text-indent: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-weight: bold;
}
#footer-menu section #list-box a  {
    color: #FFFFFF;
    text-decoration: none;
}
#footer-menu section #list-box a:hover  {
    color: #FF8000;
    text-decoration: none;
}
#footer-menu section #list-box ul {
    margin-left: 20px;
    margin-bottom: 20px;
}
#footer-menu section #list-box ul li {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#footer-menu section #list-box ul li a {
    font-weight: normal;
}
/* 　フッター部分　 */
#footer {
    text-align: center;
    color: #707070;
}
#footer section #address {
    float: right;
    text-align: left;
    width: 430px;
}
#footer section #footer-img {
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 500px;
    text-align: left;
}
#footer section #footer-img h3 {
    border-bottom: 2px solid #C4C4C4;
    background-image: url(image/arrow03.png);
    background-repeat: no-repeat;
}
#footer section #footer-img p a img {
    margin-right: 20px;
}
#footer section #address #box {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}
#footer section #address #box p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}
#footer section #address h3 {
    display: block;
    color: #FF8000;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-bottom: 1px dotted #FF8000;
}
#footer section #address #box h4 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #98C900;
    font-weight: bold;
    font-size: 16px;
    background-repeat: no-repeat;
    background-image: url(image/arrow01.gif);
    background-position: 0px 5px;
    padding-left: 15px;
}
#footer section #address #box h5 {
    font-size: 18px;
    font-weight: bold;
    background-image: url(image/tel.gif);
    background-repeat: no-repeat;
    text-indent: 25px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#footer section small {
    font-size: 13px;
}
#navi {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 230px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 13px;
}
#navi ul li {
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    list-style-type: none;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #888888;
}
#navi ul li a {
    text-decoration: none;
    color: #888888;
    font-weight: bold;
}
#navi ul li a:hover  {
    text-decoration: underline;
    color: #FF8000;
    font-weight: bold;
    font-size: 13px;
}
.home {
    background-image: url(image/home.gif);
    background-repeat: no-repeat;
    padding-left: 25px;
}
.red {
    color: #FF0004;
}
.green   {
    color: #B2EB04;
}
.blue {
    color: #453EF4;
}
.orange {
    color: #FF8000;
}
.size12 {
    font-size: 12px;
}
#footer section #footer-img p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
