﻿/*ページのレイアウト用css*/
body{
	  background-image:url(../img/65.jpg);	/*壁色と壁紙設定*/
	  background-repeat:repeat-x;/*繰り返さない場合はno-repeatに変更*/
	  font-family:"ＭＳ Ｐゴシック",メイリオ, Osaka, "ヒラギノ角ゴ Pro W3";
	  color: #333333;
	  margin:0px;
	  padding:0px;
}


/*文字の設定*/
h1{
	  font-size:70%;
	  letter-spacing: 2px;
	  padding-left:10px;
	  margin: 0px;
          width: 842px;
          height: 120px;
	  background-image:url(../img/mainlogoimage2.gif);
	  background-repeat:no-repeat;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}



a{
      text-decoration:none;
}
a:hover {
	color: none;/*リンクの文字の上にマウスが来た時この色に変わる*/
	text-decoration: none;
}


h1 a{
      display: none;
}


div.kadomaru {
	-moz-border-radius: 20px; /* Firefox */;
	-webkit-border-radius: 20px; /* Safari,Chrome */;
	border-radius: 20px;
/* CSS3 */border: 3px green dotted;
/* 枠線の装飾 */background-color: #ccffcc; /* 背景色 */;
max-width:800px;
height:700px;
margin-left:5px;
margin-right:5px;
margin-bottom:10px;
      padding-left:40px;
      padding-right:40px;
      padding-top:5px;
      text-align:center;
      font-size:120%;
      font-weight:bold;
}


div.kadomaru2 {
   -moz-border-radius: 30px;    /* Firefox */
   -webkit-border-radius: 30px; /* Safari,Chrome */
   border-radius: 30px;         /* CSS3 */
   border: 2px red dashed;     /* 枠線の装飾 */
   background-color: #ffffff;   /* 背景色 */
   max-width:720px;
   margin-top:10px;
   margin-bottom:10px;
   padding:10px 10px 10px 10px;
   font-size:90%;
}

table.table{
	width:700px;
}

td.td{
    color:#FF0000;
    font-size:140%;
}


#contents{      
      width:852px;
	  margin:0 auto;
	  background-image:url(../img/15.gif);/*コンテンツ内の背景(サイズをぴったりにすること）*/
	  background-repeat:repeat;   /*縦に繰り返し*/
      position:relative;
      font-size:80%;
border-top-right-radius: 20px;
border-top-left-radius: 20px;
}


/*ヘッダー部分の設定*/
#header{
      background-image: none; /*ヘーダー*/
	  background-position:top right;
	  background-repeat:repeat;
	  height:165px; /*ヘーダーの高さ*/
}

#header p {
	font-size: 25px;
        color:#ffffff;
	padding-top: 5px;
	padding-left: 10px;
}



/*上部メニューボタンの設定*/
#navbar{
      width: 100%;
      height:45px;
      position:absolute;
      top:120px;

      }

#navbar ul{
          margin:0;
	  padding:0;
	  list-style-type:none;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  line-height:45px;
	  letter-spacing:2px;
}

#navbar li{
      background-image:url(../img/menu.gif);  /*上部メニューのボタンの背景*/
	  float:left;
	  width:142px;  /*メニューボタンの幅*/
	  text-align:center;
	  padding:0;
	  }
#navbar ul a:hover{
   	background-image:url(../img/menu2.gif);	/*メニューボタンにカーソルが来た時に背景画像をこれにする*/
	  width:142px;  /*メニューボタンの幅*/
}
      
#navbar a{
      color:#ffffff;/*メニューボタンの文字の色*/
	  display:block;
	  }
#navbar a:hover{
   color:#ff0000; /*メニューの文字がカーソルが来た時、この色に変わる*/
   }




/*メイン部分の設定*/

#main{
	background-image: none;/*コンテンツ内の背景(サイズをぴったりにすること）*/;
	width: 820px;
	margin-top: 0;
	margin-left: 15px;
	margin-right: 15px;
	font-style: normal;
	text-align: left;
}

#main a {
	color:#0000ff;
}

#main a:hover {
	color:#ff0000;
}

#main ul{
	color:#0000ff;
	font-weight:bold;
	font-size:120%;
	list-style: circle outside none;
	margin-bottom:10px;
}

#main li{
	color:#000000;
	font-size:80%;
	margin-top:5px;
}

#li ul{
    list-style-type:disc;
}



/*下部のフッター部分の設定*/
address{
	  font-size:80%;
	  font-style:normal;
	  text-align:center;
	  padding-top:5px;
}

address{
      background-color:#666666;
      color:#ffffff;
          width:852px;
	  padding-bottom:10px;
	  border:none;
	  }
address a{
      color:#ff9999;
	  }
