* {
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
	font-family: verdana;
	font-size: 14px;
	margin: 10px 20px;
	cursor: default;
}

h1 {
	margin-top: 16px;
	font-weight: normal;
}

p {
	margin: 8px 0;
	line-height: 20px;
}

blockquote {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 28px;
	margin-right: 0;
	padding: 4px;
	border: solid 1px #0080c0;
	line-height: 20px;
}

a img {
	border: 0;
}

div.column {
	border: #0099cc 2px solid;
}

div.columnTitle {
	background-color: #0099cc;
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
	line-height: 12pt;
	padding-bottom: 3pt;
	padding-left: 4pt;
	padding-right: 3pt;
	padding-top: 4pt;
	text-align: center;
}

div.columnContent {
	padding: 4pt;
}

div.floatLeft {
	clear: left;
	float: left;
	padding: 4px 10px 4px 0;
}

div.box {
	border: 1px solid #0080c0;
	padding: 2px 10px;
}

div.middleTitle {
	clear: both;
	text-align: right;
	border-bottom: 3px double #0080c0;
	margin-top: 20px;
}

div.floatLeft a img {
	width: 160px;
	height: 120px;
	border-top: 1px solid rgb(192, 192, 192);
	border-left: 1px solid rgb(192, 192, 192);
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

div.floatLeft a img.portrait {
	width: 160px;
	height: 213px;
}

table {
	table-layout: fixed;
	border-collapse: collapse;
	white-space: nowrap;
	font-size: 14px;
}

table tbody tr td * {
	white-space: normal;
}

em {
	font-style: normal;
	font-weight: bolder;
}

hr {
	border-width: 0;
	background-color: #0080c0;
	color: #0080c0;
	height: 1px;
	font-size: 0;
}

ul, ol {
	font-family: Verdana;
	padding-left: 22px;
	padding-right: 22px;
}

li {
	margin-bottom: 2pt;
	margin-top: 2pt;
}

select {
	font-size: 12px;
}

a {
	color: #0000ff;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

code {
	font-family: courier;
}

sup {
	vertical-align: text-top;
	font-size: 8pt;
}

sub {
	vertical-align: text-bottom;
	font-size: 8pt;
}

.hugeFont {
	font-size: 26px;
	line-height: 30px;
}

.largeFont {
	font-size: 20px;
	line-height: 26px;
}

.mediumFont {
	font-size: 14px;
	line-height: 20px
}

.smallFont {
	font-size: 11px;
}

.tinyFont {
	font-size: 9px;
}

.kanji {
	font-family: 'ＭＳ Ｐゴシック';
}

.ascii {
	font-family: verdana;
}

.rollover img.rollover-hover {
	position: absolute;
	visibility: hidden;
}

.menu-container {
	text-align: right;
	height: 38px;
}

/*
 * jQuery lightBox plugin
 */
#jquery-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.4em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
}


/*
 * jQuery Roundabout
 */
#roundabout-container {
	display: none;
	padding: 80px 40px;
}

.roundabout li {
	list-style-type: none
}

.roundabout-holder {
	height: 460px
}

.roundabout-moveable-item {
	padding: 4px;
	cursor: pointer;
	border: 1px solid #fff;
	background-color: #0e191c;
	text-align: center;
	overflow: hidden
}

.roundabout-in-focus {
	cursor: auto;
}

.roundabout-moveable-item a {
	color: #777
}

.roundabout-moveable-item a:hover {
	text-decoration: none
}

.roundabout-in-focus a {
	color: #bbb
}

.roundabout-in-focus a:hover, .roundabout-in-focus a:active {
	text-decoration: underline
}

/**
 *	jQuery autoscroll plugin
 *
 */
#autoscroll-container {
	display: none;
	position: absolute;
	padding: 14px;
	background: #0d171a
}

.autoscroll li {
	height: 126px;
	overflow: hidden;
	color: #777;
	font-size: 12px;
	list-style-type: none
}

.autoscroll li img {
	float: left;
	margin-right: 10px;
}

.autoscroll li h5 {
	margin-bottom: 0.5em;
}

.autoscroll li h5 a {
	color: #bbb;
	font-size: 14px;
}

