﻿@charset "utf-8";


#mainBox #imageArea {
	width: 540px;
	height: 390px;
	float: left;
	padding-right: 10px
}
#mainBox #textArea {
	width: 260px;
	height: 350px;
	float: left;
	color: #fff;
	padding-left: 10px;
}
#mainBox #textArea .entryBody {
	font-size: 93%;
}
#mainBox figure {
	display: block;
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
#mainBox figcaption {
	color: #fff;
}
#mainBox figcaption span {
	font-size: 11px;
	margin-left: 10px;
}
#mainBox li {
	display: none
}
#mainBox li.selected {
	display: block;
}

#subBox ul{
	clear: both;
	padding-top: 20px
}
#subBox li {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
#colorbox div.clear {
	clear: both;
}

#colorbox h1 {
	background: #fff;
	color: #000;
	font-size: 18px;
	padding: 5px 5px 4px;
	margin-bottom: 10px;
	line-height: 1;
}
#mainBox h3 {
	margin: 10px 0;
}
#colorbox dl {
	margin-top: 10px;
	font-size: 93%;
}
#colorbox dt,
#colorbox dl a {
	margin-bottom: 2px;
	padding: 3px;
	line-height: 1em;
}
#colorbox dt {
	color: #fff;
	text-align: center;
	background: #333;
}
#colorbox dl a {
	display: block;
	color: #000;
	text-decoration: none;
	background: #00c3da;
	border: solid 1px #00c3da;
}
#colorbox dl a:hover {
	color: #00c3da;
	background: #000;
	border: solid 1px #00c3da;
}
#colorbox dl .noLink {
	display: block;
	margin-bottom: 2px;
	padding: 3px;
	color: #00c3da;
	line-height: 1em;
	text-decoration: none;
	background: #030303;
	border: solid 1px #030303;
}
#colorbox dd:before {
	content: "» ";
}


