@charset "Shift_jis";
/* ---------------------------------------------------------
index.css
CUFFS official homepage
(c) 2009 CUFFS
--------------------------------------------------------- */




/* ---------------------------------------------------------
Entrance
--------------------------------------------------------- */
body#p_entrance {
	font-size: 12px;
	line-height: 1.5;
	color: white;
}

#p_entrance #wrapper {
	width: 476px;
	margin: auto;
}

#p_entrance h1 {
	margin: 20px 0 6px 0;
}

#p_entrance p {
	margin: 1em 0;
}

#p_entrance #img_stage {
	padding: 6px 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#p_entrance #enter_btn {
	padding: 6px 0;
	border-top: 1px solid white;
}

#p_entrance ul {
	padding: 0;
	margin: 0;
}
#p_entrance li {
	list-style-type: none;
	padding: 3px 0;
}


