/* common */

body{
    color: #333333;
    cursor: crosshair;
    font-family: 'Century Gothic', CenturyGothic, 'AppleGothic', sans-serif;
	font-size: 14px;
}

/* 全体のコンテナ */
#container{
	position:absolute;
	width:100%;
	top:50px;
	background:#fff;
}

/* メイン */
#main{
    margin-left:auto;
    margin-right:auto;
    padding:1em	3em;
	text-align:center;
    width:700px;
    margin:0px auto;
}

h1 {
    font-size: 36px;
    margin: 10px 0 0 0;
    line-height: 200%;
}

h2 {
    font-size: 12px;
    margin: 0 0 60px 0;
}

p {
	line-height: 2em;
    margin: 0 0 30px 0;
	}

p.about {
	font-size:12px;
	}
	
p.copy {
	font-size:10px;
	margin-top:100px;
	}


a {
	color:#999999;
	overflow:hidden;
	text-decoration:none;
}

a:visited {
	color:#999999;
	}

a:hover {
	color:#000; /* ホバー時の文字色を指定 */
	text-decoration:none;
	background-color: #f1ff59; /* 背景色を指定 */
	}

a:active {
	color:#999999;
	}

img {
	border-bottom-style:none;
}

a img {
	border-style:none;
	}


/* スマートフォン用のスタイル */
@media only screen and (max-width: 600px) {
    body {
        font-size: 14px;
    }
}
