@charset "UTF-8";

/*/////////////////////////////////////////////////////////////////////////////
1. Browser Reset
////////////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	background: url(images/mainbg.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
}

body {
	overflow-x: hidden;
}

body {
	color: #3f3f40;
	font:18px Arial,Verdana,Helvetica,sans-serif;
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.number1 {
	background-color: #000000;
	width: 200px;
	height: 400px;
	float: left;
}

.number2 {
	background-color: #990033;
}

.width {
	float: inherit;
	width: 200px;
	height: 100px;
}

.clear {
	clear: both;
}

/*/////////////////////////////////////////////////////////////////////////////
2. General Layout
////////////////////////////////////////////////////////////////////////////*/

a,
a:link {
	color: #dc517e;
	text-decoration: underline;
	text-shadow: none;
}

a:hover {
	color: #dc517e;
	text-decoration: none;
}

a:visited {
	color: #dc517e;
	text-decoration: underline;
}

a:active {
	color: #dc517e;
	text-decoration: underline;
}

#container {
	width: 1240px;
	margin: 70px auto 0 auto;
	padding: 0 20px;
}

p {
	margin-bottom: 15px;
	width: 620px;
	text-shadow: 1px 1px 1px #fff;
	line-height: 1.4;
}

p.last {
	margin-bottom: 50px;
}

h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 28px;
	font-weight: bold;
	padding: 20px 0 30px 0;
	color: #dd527f;
	text-shadow: 1px 1px 1px #fff;
}

h1#logo a {
	background: transparent url(images/logo.png) top left no-repeat;
	width: 476px;
	height: 108px;
	display: block;
}

#ss_btn {
	background: transparent url(images/btn_salonshop.png) top left no-repeat;
	display: block;
	width: 624px;
	height: 45px;
	margin: 0 0 30px 0;
}

#ss_btn span,
h1#logo a span { 
	display: block;
	height: 0;
	text-indent: -9999px;
}