﻿@charset "UTF-8";

/*--------------------------------
// 共通css
----------------------------------*/
body{
    font-family:Verdana,"ヒラギノ角ゴ Pro W3","メイリオ";
    color : #333333;
    margin:0;
    padding:0;
    font-size : 14px;
    line-height: 1.5em;
}
nav,ul,li,h1,h2,h3,h4,h5,h6,p,a{
	margin:0;padding:0;
}

a{
    color:#333;
}




/*--------------------------------
// 基本レイアウトcss
----------------------------------*/
.box_header{
    border-bottom : 3px solid white;
    border-top : 3px solid white;

}

.box_menu{
    margin-left: auto;
    margin-right: auto;
}


.box_title{
    padding : 0px;
    text-align: center;
}

.box_title #cap{
    font-size: 11px;
}
.box_news{
    padding: 10px 20px;
    background-color: white;
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.box_main{
    padding: 10px 0;
}

.box_main2{
    padding: 5px 0;
}

.box_side{
    padding: 10px 0;
}

.window{
    border-radius : 8px;
    border : 2px solid #9df799;
 overflow:auto;
 width : 95%;
margin: 5px;
}

.window2{
    border-radius : 8px;
    border : 2px solid #9df799;
 overflow:auto;
 width : 95%;
margin: 5px;
}


/*--------------------------------
// ナビゲーション部分css
----------------------------------*/
#nav{
    background: #ffffff;
    text-align:center;
}

#nav ul li{
    float: left;
    width: 124px;
    height: 40px;
    margin-top: 5px;
    margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    border-right: 1px solid #ccffcc;
    border-bottom: 1px solid #e6e4e4;
    box-sizing: border-box;
    background-color: limegreen;
    list-style-type:none;
}
#nav ul li:last-child{
    border-right: none;
}
#nav ul li a{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
    width: 100%;
    height: 26px;
    padding: 7px 0;
    color : white;
    font-size: 14px;
}
#nav ul li a:hover{
    background:forestgreen;
}
/*--------------------------------
// 文字の修飾
----------------------------------*/
/*タイトル*/

h1{
    color: #333;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding:5px 5px 5px 20px;
    font-size:16px;
    font-weight:bold;
    text-align: left;
    border-top:3px solid #ccffcc;
    border-bottom: 3px solid #ccffcc;
    background : url(point007_04.gif) 6px 8px / auto auto no-repeat scroll padding-box border-box #ffffff;
}
/*小見出し*/

h2{
  text-align: left;
  line-height: 1.5em;
  font-size : 15px;
  font-weight : bold;
  margin : 15px;   
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #666666;

  border-left-width : 7px;
  border-left-style : solid;
  border-left-color : #666666;

  padding-top : 8px;
  padding-left : 8px;
  padding-bottom : 4px;
}

/*本文*/
.honbun{
	width: 570px;
 	text-align: left;
	line-height: 1.8;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 15px;
	padding-bottom: 20px;
}
/*強調リスト*/
.koumoku{
	width: 570px;
	font-size : 16px;
	font-weight : bold;
	margin-left : 50px;
 	text-align: left;
}


.top_side{
    margin:0;
    color : #333333;
    font-size: 12px;
    display:block;
    text-align: left;
    width:90%;
    padding: 15px 0 15px 10px;
    border-right:1px solid #DCDCDC;
    background-image : url(gradation.gif);background-repeat : repeat-x;background-attachment : scroll;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
  line-height : 18px;
}

.top_side a:hover{
    color:#0096E7;
}



/*--------------------------------
// footer
----------------------------------*/

.copyright{
    margin:0 0;
    padding:5px 0;
    font-style:normal;
    font-size:11px;
    color:#fff;
    text-align:center;
    background-color: forestgreen;
}



