@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #fff;
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 0.15em;
	text-align: center;
}
a,
a:link,
a:visited,
a:active {
	color: #339;
	text-decoration: none;
}
a:hover {
	color: #c00;
	text-decoration: none;
}
img {
	border: 0px;
}
.cl {
	clear: both;
	font: 1px;
	line-height: 1px;
}

/* layout */

#wrapper {
}
#content {
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 200px;
	margin: -100px 0 0 -400px;
}
h1 {
	float: left;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.5em;
}
#menu {
	float: right;
	padding: 0 50px 0 0;
}
#copy {
	clear: both;
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 800px;
	padding: 10px 0;
	margin: 0 0 0 -400px;
	font-size: 11px;
	border-top: 1px dotted #666;
}


/* menu */

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}
#menu li {
	margin: 0;
	padding-bottom: 20px;
}
#menu li a,
#menu li a:link,
#menu li a:visited,
#menu li a:active {
	color: #333;
	text-decoration: none;
	border-left: 5px solid #fff;
	padding-left: 10px;
}
#menu li a:hover {
	color: #333;
	text-decoration: none;
	border-left: 5px solid #ccc;
	padding-left: 10px;
}


/* News */

#news {
	clear: both;
	width: 500px;
	margin: 0 auto;
	padding: 20px;
	border: 3px solid #ccc;
	text-align: left;
}
#news img.photo {
	border: 1px solid #ccc;
	float: left;
	margin-right: 20px;
}
#news h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 7px;
}
#news h3 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 15px;
}
#news p {
	font-size: 11px;
	line-height: 1.8em;
	margin: 5px 0;
}
#news #brutas {
	clear: both;
	font-size: 11px;
	line-height: 1.5em;
	padding: 20px 20px 0 20px;
}

.link-mark_left {
	border: 0;
	vertical-align: baseline;
	margin-right: 5px;
}
.link-mark_right {
	border: 0;
	vertical-align: sub;
	margin-left: 5px;
}


/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
