
body {
	background: #fff9f0;
	color: #5C526E;
	font-size: 0.7rem;
	margin: 20px 0;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
}

h2 {
	font-size: 1em;
	margin: 0;
}

p {
	margin: 1.5em;
}
a {
	color: #93ABC6;
	text-decoration: none;
}

.top_contents {
	text-align: center;
}

.copyright {
	text-align: center;
	font-size: 80%;
}

.sitelogo {
	text-align: center;
	margin: 1.5em auto;
	display: block;
	width: 245px;
	height: 69px;
	background: url('logo.png') 50% 0 no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.profile {
	text-align: center;
	font-size: 1.2em;
}
.profile .message{
	font-size: 0.7rem;
}
.works {
	width: 480px;
	margin: 3em auto;

}

.works ul {
	padding: 0;
	margin: 0;
}

.works ul li {
	list-style-type: none;
}

.store a,
.contact a {
	font-weight: bold;
}


.attention {
	text-align: center;
}

.toplink {
	text-align: center;
}
.toplink a {
	display: inline-block;
	width: 67px;
	height: 41px;
	background: url('top.png') 50% 0 no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}