/*****************************************************************************
 * LINC Media Corporate Website - Screen Stylesheet
 * Copyright 2009, LINC Media, Inc.
 ****************************************************************************/

@charset "UTF-8";

@import "../yui/reset/reset-min.css";
@import "../yui/fonts/fonts-min.css";
@import "../yui/grids/grids-min.css";
@import "../yui/base/base-min.css";

/*****************************************************************************
 * general
 ****************************************************************************/

html {
	background-color: black;
}

body {
	color: #444444;
}

body.en {
	font-family: Arial, Helvetica, sans-serif;
}

body.ja {
	font-family: "MS ゴシック", "ヒラギノ角ゴ Pro W3", Arial, Helvetica,
	             sans-serif;
}

a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	color: #3B6811;
}

table.htop, table.hleft {
	border: 1px solid black;
	width: 98%;
}

table.htop th {
	border: 0;
	background-color: #BBDDFF;
	text-align: left;
}

table.hleft th {
	background-color: #BBDDFF;
	text-align: left;
}

table.htop td {
	background-color: #F4F4FF;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid black;
}

table.hleft td {
	background-color: #F4F4FF;
}

table.htop tr.even td {
	background-color: #EEEEFF;
}

img.right {
	float: right;
	margin: 0 1em 1em 1em;
}

/*****************************************************************************
 * base layout: document
 ****************************************************************************/

div#doc2 {
	border: 2px solid black;
}

/*****************************************************************************
 * base layout: header
 ****************************************************************************/

div#hd {
	background-color: #f4f4f4;
	border-bottom: 2px solid black;
	height: 107px;
}

div#hd a {
	color: #006699;
}

div#hd_logo {
	background-image: url("../graphics/header.gif");
	height: 75px;
}

div#hd_logo h1 {
	display: none;
}

ul#nav, ul#nav li, ul#nav ul, ul#lang_sel, ul#lang_sel li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#nav {
	float: left;
	position: relative;
	z-index: 121;
}

ul#lang_sel {
	float: right;
}

ul#nav li {
	background-color: #f4f4f4;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-top: 1px solid white;
	color: black;
	float: left;
	height: 18px;
	padding: 6px 10px;
	vertical-align: middle;
	width: 100px;
}

ul#nav li.current {
	font-weight: bold;
}

ul#lang_sel li {
	color: black;
	float: left;
	line-height: 1.25em;
	padding: 6px 5px;
	vertical-align: middle;
}

ul#lang_sel li.sel {
	font-weight: bold;
}

ul#nav li.hover, ul#nav li:hover {
	background-color: #eeeeee;
	cursor: default;
	position: relative;
	z-index: 123;
}

ul#nav ul {
	left: 0;
	position: absolute;
	top: 100%;
	visibility: hidden;
	width: 100%;
	z-index: 122;
}

ul#nav ul li {
	float: none;
	font-weight: normal;
	height: auto;
	line-height: 1.25em;
}

ul#nav ul ul {
	left: 99%;
	top: 1px;
}

ul#nav li:hover > ul {
	visibility: visible;
}

/*****************************************************************************
 * base layout: body
 ****************************************************************************/

div#doc2 {
	background-color: white;
}

div#content div.container {
	margin: 2em;
}

div#content p {
	margin: 0em 1em 1em 0em;
}

div#content ul li, div#content ol li {
	margin-bottom: 0.5em;
	margin-right: 1em;
}

div#content ul ul li {
	list-style-type: circle;
}

div#content img.right {
	float: right;
	margin: 0 1em 1em 1em;
}

div#content div.cleared {
	clear: both;
}

/*****************************************************************************
 * base layout: sidebar
 ****************************************************************************/

div#sb {
	padding: 4px;
}

div#sb p.topic {
	font-weight: bold;
	margin: 0;
}

div#sb ul {
	margin-top: 0;
}

div#sb ul li.current {
	font-style: italic;
}

/*****************************************************************************
 * base layout: footer
 ****************************************************************************/

div#ft {
	padding: 1em;
}

div#ft div {
	border-top: 1px solid #AAAAAA;
	color: #666666;
	font-size: 85%;
	text-align: right;
}

/*****************************************************************************
 * special case: index_index
 ****************************************************************************/

body#index_index div.section {
	clear: both;
	margin-top: 1em;
}

body#index_index div.section img {
	float: left;
	margin: 0 1em 1em 1em;
}

body#index_index div.section h2, body#index_index div.section p {
	margin-left: 190px;
}

/*****************************************************************************
 * special case: index_index
 ****************************************************************************/

body#about_media table.media th {
	background-color: #BBDDFF;
	text-align: left;
	width: 200px;
}

body#about_media table.media td.image {
	text-align: center;
}

body#about_media table.media td#black {
	background-color: black;
}
