@charset 'utf-8';
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(http://weloveiconfonts.com/api/?family=entypo);
html, body, div, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a {
	font-family: Montserrat , 'Noto Sans Japanese' , 'Open Sans', Sans-serif;
	font-size: 100%;
        color:#333;
	font-style: inherit;
	font-weight: inherit;
	line-height:inherit;
	border: 0;
	outline: 0;
	-webkit-font-smoothing: antialiased;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
body, div, h1, ul, li, address	{
	margin: 0;	padding: 0;
}
a:hover	{
	text-decoration: underline;
	color: #3ba9c8;
}
	h1 { font-size:1.6em; }
	h2 { font-size:1.4em; }
	h3 { font-size:1.2em; }
	h4 { font-size:1em; }
	h5 { font-size:0.8em; }
	h6 { font-size:0.6em; }

div#main {
    width: 920px;  
    height: 580px;  
    position: absolute;  
    top: 50%;  
    left: 50%;  
    margin: -310px 0 0 -480px;  
    padding: 20px;  
}
