/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing:0;}
a {text-decoration:none;outline:none;}
abbr {cursor:help;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

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

body {
	color: #333;
	font-size: 62.5%;
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", georgia, palatino, times new roman;
	}

#container {
	padding: 40px 40px 40px 45px;
	text-align: left;
	}
	
section {
	margin-top: 20px;
	}
	
a {
	color: #B20894;
	}
	
	a:hover {
		color: #e909c1;
		}
	
h1 {
	font-size: 4em;
	font-weight:500;
	letter-spacing: -0.01em;
	line-height: 1em;
	margin-bottom: 20px;
	}
	
h2 {
	font-size:2.5em;
	margin-bottom: 20px;
	}
	
h3 {
	border-bottom: 3px solid #eee;
	font-size: 2em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 50%;
	}

h4 {
	font-size: 1.5em;
	}
	
	h4 a {
		border-bottom: 1px dotted #ccc;
		margin-bottom: 4px;
		}
	h4 a:hover {
		border-bottom: 1px solid #e909c1;
		}
		
p {
	font-size: 1.4em;
	line-height: 1.8em;
	margin-bottom: 12px;
	}
	
ul {
	font-size: 1.4em;
	}
	
ul li {
	margin-bottom: 5px;
	}

footer {
	clear: both;
	display: block;
	}
