@charset "UTF-8";

body{
	overflow: hidden;
	background-image: url("back_pc.jpg"); 
	background-size: cover;
	background-attachment: fixed;
	background-position: top left;
	font-style:italic;
	color:yellow;
	}

a{	color:lime;	text-decoration: none;	}
a:hover{	background-color: navy;	}

h1{   /* YEK */
	font-size: 100px;
 	line-height:140%;
 	left-margin:60px;
 	text-align:left;
 	}
h2{   /* music  */
	font-size: 60px;
 	line-height:150%;
 	left-margin:60px;
 	text-align:left;
	}
h3{   /* pic  */
	font-size: 50px;
 	line-height:180%;
 	left-margin:60px;
 	text-align:left;
	} 
h4{   /* msg  */
	font-size: 40px;
 	line-height:120%;
 	left-margin:60px;
 	text-align:left;
	} 
h5{   /* msg  */
 	margin-left: 150px;
	} 
.pic_size{
	width:160px;
	height:160px;
	}

