@charset "utf-8";

/*
===== NOTES =====================================
+01: CSS Reset
+02: Common Setup
+03: Heading decoration
+04: Home Rayout & Decoration
+05: Schoolinfo Rayout & Decoration
+06: Workshop Rayout & Decoration
+07: Form Rayout -- Briefing & ENTRY Decoration
================================================
*/

/* ==================================================================================================
+01: CSS Reset
================================================================================================== */
ul{list-style-type:none;}

/* link ------------------------------ */
a:link, 
a:visited,  
a:active {
	color:#e40077;
	text-decoration: underline;
	}
a:hover{text-decoration:none;}

/* Clearfix ------------------------------ */
.clearfix {clear:both;}
.clearfix:after {clear:both;content:".";display:block;height:0;visibility:hidden;overflow:hidden;}

/* text ------------------------------ */

/* position ------------------------------ */

/* images ------------------------------ */

/* ==================================================================================================
+02: Common Setup
================================================================================================== */
body {background:#fff url(../making/jacket.jpg) center top no-repeat;}
#wrapper{
	width:840px;
	margin:0 auto;
	text-align:center;
}
h1{padding:330px 0 40px;}

h3{padding:40px 0 20px;}

.contents{
	border:#999 1px solid;
	padding:20px 23px;
	width:750px;
	margin:0 auto;
	text-align:left;
}
.point-list li{padding-bottom:20px;}

.word-list{
	width:800px;
	margin:0 auto;
}

.word-list li{
	float:left;
	padding-right:25px;
}
.word-list li.pos-right{
	padding-right:0px;
}


footer{
	width:100%;
	margin-top:40px;
	background-color:#111;
	border-top:#e2257e 3px solid;
	padding:30px 0 60px;
	text-align:center;
}