@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
}
body, td, th {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
a:link {
	color: #3366ff;
}
a:visited {
	color: #9966ff;
}
a:hover {
	color: #6699ff;
}
.red {
	color: #CC0033;
}
h1 {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #990033;
	margin: 10px 0px;
}
h3 {
	font-size: 12px;
	background-image: url(image/h3.gif);
	text-align: center;
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: text-top;
}
p {
	padding: 0;
	margin: 0;
	line-height: 145%;
}
.image {
	margin-top: 10px;
	margin-bottom: 10px;
}
#container {
	margin: 0 auto;
	width: 950px;
}
#content {
	text-align: center;
	font-size: 14px;
}
#navi {
}
#navi ul, #navi li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navi li {
	font-size: 14px;
	width: 180px;
	height: 100px;
	text-align: center;
	float: left;
	display: block;
	padding: 0px 5px 0px 5px;
}
#navi a, #navi a:link, #navi a:visited {
	text-decoration: none;
	color: #FFFF00;
}
#navi a:hover {
	color: #990033;
	background-color: #FFFFFF;
}
#address {
	clear: both;
	text-align: center;
	padding-top: 50px;
	font-size: 12px;
}
#copy {
	font-size: small;
	text-align: center;
	clear: both;
	padding-top: 20px;
}
#greet {
	background-image: url(image/back1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
#outline {
	background-image: url(image/back2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
#onlineshop {
	background-image: url(image/back3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
#custom {
	background-image: url(image/back4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
#recru {
	background-image: url(image/back5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}

