body {
	font-family: "ＭＳ 明朝","細明朝体","メイリオ","serif","century","Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;/*文字色*/
	background-attachment: fixed;
	text-align: center;
	background-color: #000;
	font-size: 100%;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

img {
	border-width: 0px;
}

a {
	color : #fff;	/*リンク部分の文字色*/
}

a:hover {
	color : #c71585;	/*リンク部分のマウスオーバー時の文字色*/
}



/* コンテナ */

#contents {
	background-color:#000;
	width: 880px;
        height: auto;
	text-align: center;
                  margin-top:0;
	margin-left: auto;
	margin-right: auto;
	position: static;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #d9d9d9;
}



/*ヘッダー部分の設定 */

#header {
	width: 100%;
	background-image:url(parts/main_visual/main_visual_sotokaze.jpg);
	background-repeat: repeat;
	height: 300px;
	text-align: left;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
}


#header p{
                 font-size:34px;
                  padding-left:10px;
	color : #fff;		/*文字色*/
}




h1 {
	font-size: 11px;	/*文字サイズ*/
	color : #fff;		/*文字色*/
	font-weight: normal;	/*文字の太さ*/
	text-align: left;
	margin-top: 0px;
                  padding-left:10px;
}



/*上部のメインメニューの設定*/
#nav{
           background-color:#000; /*メニューボタンの背景色*/
           width: 100%;/*ページの幅いっぱいに設定*/
           height:30px;/*メインメニューの縦の幅*/
                    position:relative;/*相対位置で指定する*/  
                    margin-top:0px;
           margin-left:0px;
           border-bottom:1px solid #fff;/*下にライン引く*/
      }


#nav ul{
                    margin:0;
	  padding:0;
	  list-style-type:none;
	  font-size: 13px;/*メニューボタンの文字のサイズ*/
	  line-height:30px;/*メニューボタンの縦の幅*/
	  letter-spacing:2px;/*文字と文字の間隔を少し空ける*/
                    margin-left:100px;
}

#nav li{
	  float:left;/*右横へ並んで表示するように指定*/
	  width:110px;  /*メニューボタンの幅*/
	  text-align:center;/*メニューの文字をセンター合わせに指定*/
	  margin:0;
	  padding:0;
}



/*メインメニューの文字の色を変化させる設定*/
#nav a{
         color:#fff;/*メニューボタンの文字の色*/
	 text-decoration: none;
	  }

#nav a:hover{
         color:#c71585; /*メニューの文字がカーソルが来た時、この色に変わる*/
   }






/* メイン部分 */

#main {
	width: 860px;
                  height:650px;
　　　　　padding: 10px 5px;
	margin-left: auto;
	margin-right: auto;
        color:#fff;
}


#month {
	width: 860px;
                  height:auto;
	margin-left:10px;
	margin-right: auto;
        color:#fff;
        text-align: left;
}



/* フッター部分の設定*/

address {
	width: 100%;
        height:auto;
	text-align: center;
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
	font-size: 11px;	/*文字サイズ*/
	color: #fff;		/*文字色*/
}



/*見出しタグの設定*/
h2{
	  border-left: 10px solid #fff;/*左に付箋のようなマークを付ける*/
                    border-bottom:solid 1px #fff;/*文字の下に線を入れる設定*/
                    width:770px;/*横幅を指定しないとコンテンツいっぱいに表示される*/
                    font-size:140%;/*文字サイズを大きくする*/
	  padding-left: 5px;/*文字の左に少しスペースを空ける*/
	  color:#fff;/*見出しの文字の色*/	  
	  margin-top: 10px;/*上に少しスペースを空ける指定*/
	  margin-bottom: 20px;/*下にスペースを空ける指定*/
}






