/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
html, body, #pagebuilding {
	height: 100%;
}
body > #pagebuilding {
	height:auto;
	min-height: 100%;
}
body {
	background-attachment: fixed;
	background-image: url(http://www.tastynails.com/common/img/back_1.jpg);
	background-repeat: repeat;
}

a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pagebuilding {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	padding-bottom: 40px;
}

#header {
	text-align: center;
	padding-top: 10px;
}
#nav ul {
	text-align: center;
	padding-left: 50px;
	margin-top: 15px;
}

#nav li a {
	float: left;
	width: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(http://www.tastynails.com/common/img/menu/000.png);
}
#nav  li  a:Hover {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(http://www.tastynails.com/common/img/menu/111.png);
}

#content {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	padding-top: 20px;
}

.text {
	padding: 10px;
	margin-bottom: 20px;
	background-image: url(http://www.tastynails.com/common/img/moji.png);
	background-repeat: repeat;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	behavior: url(http://www.tastynails.com/common/border-radius.htc);
	line-height: 25px;
	display: block;
}

.footer {
	text-align: center;
	height: 30px;
	font-family: "Times New Roman", "HGS明朝E";
	letter-spacing: 0.1em;
	font-weight: 800;
	clear: both;
	position:relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	margin-top: -30px;
}

