@charset "utf-8";



/* --------------------------------------- entrance common --------------------------------------- */

body{
	color:#3A2611;
}

a:link {
	color :#A81818;
	text-decoration : none ;
	font-weight:bold;
}

a:visited {
	color :#A81818;
	text-decoration : none ;
	font-weight:bold;
}

a:hover {
	color :#A81818;
	text-decoration : underline ;
	font-weight:bold;
}

a:active {
	color :#A81818;
	text-decoration : none ;
	font-weight:bold;
}


/* --------------------------------------- Get player --------------------------------------- */

#Get_player {	
	margin:0px 0px 60px 0px;
	clear:both;
}




/* --------------------------------------- entrance contents --------------------------------------- */

#contents {
	margin:40px 0px 40px 40px;
}


/* --------------------------------------- alte --------------------------------------- */


#alte,
#cafe,
#shop,
#atelier {
	margin:0px 0px 60px 0px;
	clear:both;
}


#alte h3 {
	width : 227px ;
	height : 61px ;
	background-image:url(../images/alte_logo.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

.site_name{
	font-weight:bold;
	margin:10px 0px;
}

.site_cap{
	font-size:80%;
	margin:0px 0px 15px 0px;
}


/* --------------------------------------- cafe --------------------------------------- */


#cafe h3 {
	width : 227px ;
	height : 61px ;
	background-image:url(../images/cafe_logo.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}


/* --------------------------------------- shop --------------------------------------- */

#shop h3 {
	width : 227px ;
	height : 61px ;
	background-image:url(../images/shop_logo.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}


/* --------------------------------------- atelier --------------------------------------- */

#atelier h3 {
	width : 227px ;
	height : 61px ;
	background-image:url(../images/atelier_logo.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}


/* --------------------------------------- footer --------------------------------------- */


#footer p {	
	clear:both;
	font-size:80%;
	margin : 0px 0px 0px 40px ;
	padding: 30px 0px 15px 0px ;
}