@charset "utf-8";
/* Wella Corp. Generalpage style */

* {
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: ＭＳ Ｐゴシック, ヒラギノ角ゴ Pro W3, Osaka;
}
h1 {
	font-size: 130%;
	color: #000000;
}
p.clear {
	clear: both;
}

h2 {
	font-size: 120%;
	color: #000000;
}



body {
	text-align: center;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
	border-width: 0px;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
	border-width: 0px;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
	border-width: 0px;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
	border-width: 0px;
}

/* index style */

#header {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}


#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/bglines.gif) repeat-y;
	font-size: 90%;
}
#sidebar {
	width: 220px;
	float: left;
	text-align: left;
	padding-top: 10px;
}
#sidebar #leftmargin {
	margin-left: 15px;
}



#footer {
	clear: both;
	width: 850px;
	font-size: 90%;
}
#footer #text {
	width: 420px;
	float: left;
	text-align: left;
	padding-left: 90px;
	padding-top: 8px;
}
#footer #top {
	text-align: right;
	width: 850px;
}
#footer #home {
	text-align: right;
	width: 850px;
}


#footer #tel {
	width: 240px;
	float: left;
}
#footer #clear {
	clear: both;
}
