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


body{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body,h1,h2,ul,li,p{
	margin:0;
	padding:0;
	}
	
ul li{
	list-style-type:none;	
	}

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

 

#wrapper{
    margin:30px;
    /*background:yellow;  作業用の黄色*/
}


 p{
font-size:14px;
color:#000;
font-weight:500;
letter-spacing:0.1em; 
line-height:2em;
	}



img {
    border-style:none;　/*****リンク画像の枠線消したいけど消えない…***/
    margin:10px;
}

a img {
    border-style:none;
}

