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

/*---------------------------------*/
/*　共通設定　*/
/*---------------------------------*/

	
body{
	background-color:#FFF;
	margin:0px;
	padding:0px;
	line-heigt:160%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type:none;
}



img{
	border:none;
}


a{
    outline:none; 
}


/*---------------------------------*/

/*　ボックス　*/

/*---------------------------------*/

#wrapper{
	background-color:#FFF;
	height:600px;
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
}




/*---------------------------------*/

/*　left_box　*/

/*---------------------------------*/

#left_box{
	background-color:#FFF;
	height:585px;
	width:300px;
	float:left;
}


/*---------------------------------*/

/*　header　*/

/*---------------------------------*/


#header{
	background-image:url(../img/name.png);
	height:100px;
	width:300px;
	margin-left:auto;
	margin-right:auto;
	float:left;
}


/*---------------------------------*/

/*　left_meintbox　*/

/*---------------------------------*/

#left_meinbox{
	 background-color:#FFF;
	 height:485px;
	 width:300px;
	 float:left;
}

	    
#left_meinbox_img{   
     background-color:#FFF;
	 margin-top:55px;
	 height:350px;
	 width:250px;
	 margin-left:auto;
	 margin-right:auto;
	 
}


/*---------------------------------*/

/*　mein_box　*/

/*---------------------------------*/

#mein_box{
	background-color:#FFF;
	height:585px;
	width:500px; 
	float:right;
}


/*---------------------------------*/

/*  footer */

/*---------------------------------*/
#footer{
    background-color:#FFF;
	height:15px;
    width:800px;
    clear:both;
	margin-right:auto;
	margin-left:auto;
}
 
 
  
 /* ↓細かい設定↓*/  /* ↓細かい設定↓*/  /* ↓細かい設定↓*/
 
/*---------------------------------*/

/*　header　*/

/*---------------------------------*/

/*---------------------------------*/

/*　mein_box　*/

/*---------------------------------*/

.img{
	 margin-top:10px;
	 margin-left:50px;
}


/*---------------------------------*/

/*　footer　*/

/*--------------------------------*/

.shita{
	color:#220806;
	font-size:12px;
	text-align:center;
}
	