@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 {
    /* width: 960px;*/
   height: 45px;
   min-width: 960px;/* 横スクロールしてもヘッダーを幅いっぱいにする*/
   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:20px;
  padding-left:20px;
  /*background:yellow;  ***作業用の黄色******/
}
*/


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


div#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{
   	padding-left:40px;
	width:900px;
	height:720px;
	margin-left:auto;
	margin-right:auto;
	/*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.2em; 
	line-height:1.9em;
	}
	
.smalltext{
	font-size:12px;
	font-weight:300;
	letter-spacing:0.1em; 
	line-height:1.9em;
	}
	
	
.address{
	letter-spacing:0.1em;
	background:yellow;		 
	}	

#left{
	float:left;
	width:180px;
	}

#center{
	margin-left:20px;
	float:left;
	width:320px;
	}


#right{
	margin-left:30px;
	float:left;
	width:300px;
	margin-left:30px;
	}


/***** こどもの写真やさん ******/

#kodomolink{
	margin-top:400px;
	margin-left:650px;
	width:220px;
	height:200px;
/*background:green;  ***作業用の緑*****/
	}

#kodomolink li{
	float:left;
	}

#eigyochu{
	position:relative;
	left:130px;
	top:-100px;
	}



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

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

