@charset "UTF-8";
/* CSS Document */


body,h1,h2,ul,li,p{
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	}
	
ul li{
	list-style-type:none;	
	}

html,body {
    width:  100%;
    height: 100%;　/* 内容量に関わらず縦画面いっぱいに広げるための指定 */
    margin: 0;
	/*background:blue; ***作業用の青*****/
}

 
/* ヘッダーを幅いっぱいにする為のボックス*/
div#header {
   height: 45px;
   min-width: 1250px; /* 他のページと幅違うよ*/
   background-image:url(images/headerline.png);
   background-repeat:repeat-x;
   text-indent:-9999px;
}


#wrapper{
    width:100%;
    height: 100%; /* 縦を広げる */
    /*position: relative;　 縦を広げる */
    min-height:100%;
    max-height:100%;
    min-width:100%;
    max-width:100%;
    /*background:yellow; 作業用の黄色*/
}


div#container {
  min-height: 100%;  /*最小値を指定 */
  width: 800px;  /*横幅*/
  height: 700px;  /*縦幅*/
  min-width:100%;
　max-width:100%;
  margin: 0 auto 0 auto;
  padding-top:0;
  padding-left:0;
  /*background:yellow;  ***作業用の黄色******/
}



/* メインボックス*/
#container {
  min-height: 100%;  /*最小値を指定 */
  width: 800px;  /*横幅*/
  height: 800px;  /*縦幅*/
  margin: 0 auto 0 auto;
  padding-top:20px;
  padding-left:20px;
   /*background:red; ***作業用の赤******/
}


#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-image:url(images/footerimg.png);
    background-repeat:repeat-x;
    text-align:center;
}



/****** グローバルナビ *******/

#nav {
    font-size: 13px;
	width:800px; white-space: nowrap;
	margin-left:auto;
	margin-right:auto;
	}
    
    
#nav ul {
    padding-bottom: 20px;
	position:relative;
	/*top:200px;*/
    }

#nav li {
    float: left;
    list-style-type:none;
    overflow:hidden;　/* リンク時の点線を消す*/
  　outline:none;　/* リンク時の点線を消す*/
    }

#nav li a {
    color: #000;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 130px;
    line-height: 70px;
	letter-spacing: 0.3em;
	font-weight:bold;
    }

#nav li.first a {
	letter-spacing: 0.3em;
	color:#B22222;
    }

#nav li.first a:link {
	letter-spacing: 0.3em;
	color:#B22222;
    }
    
#nav li.koujichu a {
	letter-spacing: 0.3em;
	color:#ababab;
    }    
    

#nav li.others a:hover {
	 letter-spacing: 0.3em;
	 background-image:url(images/akamaru.png);
	 background-repeat:no-repeat;
	 background-position:center center;
	 color:#808080;
     }


/****** グローバルナビここまで *******/	
	 
#pagetitle{
  clear:both;
  margin:10px auto auto auto;	
	}
	
	
	
	
/****「ギャラリー」見出し画像*********/	
p#pagetitle {
	width:100%;
   	border-bottom: 1px dashed #000;
      	margin-bottom:10px;
}
/****「ギャラリー」見出し画像ここまで******/




#textarea a{
	text-decoration:none;
}
	
#textarea{
   	padding-left:40px;
	width:1150px;  /*******他ページと指定違うよ********/
	height:720px;
	margin-left:auto;
	margin-right:auto;
	padding-left:50px;  /*******他ページと指定違うよ********/
	padding-right:50px;  /*******他ページと指定違うよ********/
	/*background:pink; ********作業用のピンク*****/
	}	
		
#textarea p{
	margin-top:10px;
	font-size:13px;
	color:#000;
	font-weight:500;
	letter-spacing:0.1em; 
	line-height:2em;
	}
	
#textarea h3{
	font-size:13px;
	font-weight:600;
	letter-spacing:0.1em; 
	line-height:1.8em;
	/* 画像置き換えする時用
	background-image:url(images/magagine_book.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	*/
	}


#textarea #setsumei .kochira{
	font-weight:bold;
	color:#0000FF;
	}


/**********グリッド設計**********/


th{
　height:100px;
  width:500px;
}

th.bigimg{
  height:200px;
  width:200px;
  }

td{
　height:100px;
 font-color:red;
}

td .longimg{
　height:200px;
}







/***** コピーライト ******/

#footer img{
	position:relative;
	left:0;
	bottom:-28px;
