﻿@charset "utf-8";
/* CSS Document */

/* HTML */

body {
	background-color:#000000;
	margin: 0;
	font-family: osaka, verdana, arial, helvetica, sans-serif, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴPro W3";
}

li {
 	list-style:square;
	color:#FFFFFF;
}

/* IDs */


#breadcrumbs {
	height: 20px;
}

#breadcrumbs a {
	text-decoration: none;
	color: #ea0b7d;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}


#breadcont {
	float: left;
	font-size: 11px;
	line-height: 12px;
}

#langsel {
	float: right;
	font-size: 10px;
	line-height: 12px;
}

#maincontainer {
	width: 1000px;
	height: auto;
	margin: auto;
	font-size: 12px;
	line-height: 16px;
}

#maincontainer a {
	text-decoration: none;
	color: #ea0b7d;
}

#maincontainer a:hover {
	text-decoration: underline;
}

#header {
	width: 1000px;
	height: 100px;
}

#cont {
	width: 1000px;
	height: auto;
}

#beachfoot {
	width: 1000px;
	height: 75px;
}

#spons {
	width: 1000px;
	height: 50px;
}

#footer {
	width: 960px;
	height: auto;
	padding: 20px;
	font-size:10px;
	color: #FFFFFF;
}

#fivehund_pxleft {
	float: left;
}

#sub_fivehund_pxleft {
	float: left;
}

#sub_fivehund_pxleft_right{
	float:left;
}

#fivehund_pxright {
	float: right;
}

#sub_fivehund_pxright {
	float: left;
}

/* Classes */


.sub_fivehund_free_flow{
	float:left;
	margin-right: 15px;
	width: auto;
}

.alignright {
	text-align:right;
}

.pink {
 color: #ea0b7d;
}
