@charset "UTF-8";

body {
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS ゴシック", sans-serif;
	font-size:0.75em;
	line-height:1.6;
	color:#666666;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#header {
	width: 800px;
}

#contents {
	text-align: left;
	padding: 0px;
	height: auto;
	width: 800px;
}

#footer {
	font: 60% Arial, Helvetica, sans-serif;
	text-align: right;
	width: 800px;
	margin-top:30px;
	border-top: 15px solid #F74C83;
	padding: 0px;
}

#sub_menu {
	text-align:right;
	font-size:10px;
}

a{
	outline-width: 0;
	color: #F74C83;
	text-decoration: none;
	border:none;
}

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


ul {
	border:none;
	margin:0;
	padding:0;
}

li {
	float:left;
}

#button {
	margin-top:10px;
	list-style-type: none;
}

#button a {
	display: block;
	margin-left:0px;
	overflow: hidden;
	height: 0 !important;
	height /**/:27px;
	padding-top: 27px;
	color: #ffffff;
	
}

#home a {
	width: 130px;
	background-image: url(../img/btn_home.gif);
	margin-left:0px;
}

#home a:hover {
	background-position: 0px   -27px;
	margin-left:0px;
}

#home .stay {
	background-position: 0px   -27px;
	margin-left:0px;
}


#concept a {
	width: 130px;
	margin-left:4px;
	background-image: url(../img/btn_concept.gif);
}

#concept a:hover {
	background-position: 0px   -27px;
}

#concept .stay {
	background-position: 0px   -27px;
}


#menu a {
	width: 130px;
	margin-left:4px;
	background-image: url(../img/btn_menu.gif);
}

#menu a:hover {
	background-position: 0px   -27px;
}

#menu .stay {
	background-position: 0px   -27px;
}


#campaign a {
	width: 130px;
	margin-left:4px;
	background-image: url(../img/btn_campaign.gif);
}

#campaign a:hover {
	background-position: 0px   -27px;
}

#campaign .stay {
	background-position: 0px   -27px;
}


#product a {
	width: 130px;
	margin-left:4px;
	background-image: url(../img/btn_product.gif);
}

#product a:hover {
	background-position: 0px   -27px;
}

#product .stay {
	background-position: 0px   -27px;
}


#contact a {
	width: 130px;
	margin-left:4px;
	background-image: url(../img/btn_contact.gif);
}

#contact a:hover {
	background-position: 0px   -27px;
}

#contact .stay {
	background-position: 0px   -27px;
}


span {
	display: none;
}


.clear {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

