@charset "UTF-8";


/* Layout */

html{

}

body {  background-color:#ffffff;
        background-repeat: no-repeat;
        margin: 5px;
        font-family:sans-serif;
	color:  #000000;
        padding: 0;
       
        }

h1{     color: #ff0000;
	font-family:sans-serif;
	font-size:200%;
	font-weight: bold;
	letter-spacing: 10px;
	margin: 0px;
        }
h2{     color: #ff4500;
	font-family:sans-serif;
	font-size:150%;
	font-weight: bold;
	letter-spacing: 6px;
	margin: 0px;
        }
h3{     color: #c71585;
	font-family:sans-serif;
	font-size:110%;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 0px;
        }

li{     color: #000080 ; 
        font-family:sans-serif;
        font-size:110%;
        font-weight: bold;
        letter-spacing: 2px;
        margin: 0px;
        }

em {    font-style: normal; font-weight: bold; color: #ff0000;
        }

p img {
	box-sizing:border-box;

        background:url(../img01.jpg) no-repeat 0 0;

        -webkit-background-size:100% auto;

        background-size:cover;

}
	}