﻿body {
	background-image: url('../graphics/quint_bg.jpg');
	background-attachment: fixed;
}

#wrapper {
	width: 980px;
	margin: 0px auto;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

/* TOP PANEL */

#masthead {
	width: 100%; 
	padding: 20px 0px 10px 0px;
	overflow: hidden;
}

#logo { 
	float: left;
	margin-left: 10px; 
}

#searchBox {
	float: right;
	margin-right: 10px;
	width: 300px;
	height: 24px;
}

#topNav {
	font-family: Arial, Helvetica, sans-serif;
	background: url('../graphics/navbtnoff.gif');
}

#topNav ul {
	padding: 0px;
	margin: 0px;
}

#topNav ul li {
	display: inline;
	width: 196px;
	float: left;
	font-size: 0.7em;
	font-weight: bold;
	height: 26px;
}

#topNav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 26px;
	display: block;
	padding-left: 20px;
	background: url('../graphics/barbg.jpg');
}

#topNav ul li a:hover {
	color: #333333;
	background: url('../graphics/navbtnoff.gif');
}

#topNav ul li ul {
	visibility: hidden;
}

#topNav ul li:hover ul {
	visibility: visible;
	position: relative;
	z-index: 5;
}

#topNav ul li ul li {	
	border-bottom-color: #22618A;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

#topNav ul li ul li a {
	color: #333333;
	font-size: 1.5em;
	font-weight: normal;
	background: #CCCCCC;
}

#topNav ul li ul li a:hover {
	color: #000000;
	font-weight: normal;
}

#subStrip1 {
	background: url('../graphics/barbg2.jpg');
	height: 12px;
	width: 100%;
	margin-top: 26px;
}

#subStrip2 {
	overflow: hidden;
	background: #222222;
	margin-right: 20px;
	height: 16px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#subStrip2 ul {
	margin: 0px;
	list-style-type: none;
	display: inline;
}

#subStrip2 ul li {
	text-align: right;
	display: inline;
}

#subStrip2 ul li a {
	font-size: x-small;
	color: #FFFFFF;
	float: right;
	margin: 2px 20px 3px 0px;
	text-decoration: none;	
}

#subStrip2 ul li a:link { 
	color: white;
	text-decoration: none;	
}

#subStrip2 ul li a:hover {
	color: white;
	text-decoration: underline;	
}


/* SIDEBAR */

#leftNav {
	float: left;
	width: 170px;
	margin: 3px 5px 5px 5px;
	padding-top: 6px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#scrolldown {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

#linkPanel {
	margin-top: 20px;
	margin-bottom: 30px;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
}

#linkPanel img {
	margin-left: 0px;
}

#linkPanel a {
	margin-left: 10px;
	text-decoration: none;
	line-height: 12px;
	color: #000000;
}

#linkPanel a:hover {
	text-decoration: underline;
	color: #0F518E;
}

#dollarYen {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

#yenDollar {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}

#weather {
	margin-top: 30px;
	margin-bottom: 30px;
}



/* MAIN PANEL */

#mainFocus {
	width: 770px;
	margin-left: 210px;
	height: 100%;
}

#bannerAd {
	width: 100%;
	margin-top: 12px;
	margin-bottom: 10px;
	text-align: center;
}

#lastNext-1 {
	text-align: center;
}

#mainContent {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#articleTitle {
	text-align: center;
	margin-top: 20px;
}

#authorName {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 0.9em;
}

#authorName a {
	text-decoration: none;
	color: #000000;
}

#authorName a:hover {
	text-decoration: underline;
	color: #0F518E;
}


#articleTitle2 {
	text-align: center;
	margin-top: 50px;
}

#authorName2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 0.9em;
}

#authorName2 a {
	text-decoration: none;
	color: #000000;
}

#authorName2 a:hover {
	text-decoration: underline;
	color: #0F518E;
}


.permission {
	font-size: 0.9em;
	padding-top: 10px;
}


#articleBody {	
	min-height: 1000px;
}

#articleBody p {
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}

#docNavi table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	border-width: 1px;
	border-style: solid;
	border-color:#808080;
}

#docNavi table p {
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: normal;
	font-size: 0.85em;
}

#docNavi table a {
	text-decoration: none;
	color: #000000;
}

#docNavi table a:hover {
	text-decoration: underline;
	color: #0F518E;
}

#adslot1 {
	margin: 15px 0px 15px 0px;
	text-align: center;
}

#adslot2 {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

#pageTop1 {
	text-align: center;
	margin: 50px;
}

#pageTop2 {
	text-align: center;
	margin: 50px;
}

#copyRight {
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.8em;
}

#copyRight2 {
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.8em;
}


#footnote {
	border-radius: 10px;
	font-style: normal;
	font-size: 0.9em;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	background: silver;
}

#lastNext-2 {
	padding-top: 20px;
	text-align: center;
}

#authorNames table {
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#authorNames a {
	color: #000000;
	text-decoration: none;
}

#authorNames a:hover {
	color: #0F518E;
	text-decoration: underline;
}

#authorIndex h4 {
	text-align: center;
}

#authorIndex h4 a:hover {
	text-decoration: none;
}

#authorIndex p {
	text-align: center;
	line-height: 14px;
}

#indexImage1 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#indexImage1 img {
	margin-bottom: 20px;
}



/* FOOTER */

#footer {
	padding-right: 20px;
	padding-bottom: 20px;
	width: 960px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 100px;
	border-top-style: solid;
	border-top-width: 2px;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	line-height: 20px;
	font-size: 0.9em;
}

.footerSubtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.footerSubtext a {
	color: #000000;
}

.footerSubtext a:link {
	text-decoration: underline;
	color: #000000;
}

.footerSubtext a:hover {
	text-decoration: none;
	color: #444444;
}


/* TYPOGRAPHY */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 6px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

h1 a {
	color: #333333;
}

h1 a:hover {
	color: #333333;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #333333;
	padding-bottom: 3px;
	margin-bottom: 3px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

h2 a {
	color: #333333;
}

h2 a:hover {
	color: #333333;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #333333;
	padding: 0;
	margin-bottom: 0;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

h3 a {
	color: #333333;
}

h3 a:hover {
	color: #333333;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #333333;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

h4 a {
	color: #333333;
}

h4 a:hover {
	color: #333333;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

h5 a {
	color: #333333;
}

h5 a:hover {
	color: #333333;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
	padding: 0;
	margin-bottom: 0;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;

}

h6 a {
	color: #333333;
}

h6 a:hover {
	color: #333333;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 10px;
	line-height: normal;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}

blockquote a {
	text-decoration: none;
	color: #0F518E;
}

blockquote a:hover {
	text-decoration: underline;
	color: #0F518E;
}


.underline {
	text-decoration: underline;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}


a {
	color: #0F518E;
}

a:link {
	text-decoration: none;
	color: #0F518E;
}

a:hover {
	text-decoration: underline;
	color: #0F518E;
}



/* IMAGES */

img {
	border: none;
}

.image-border {
	background-color: #ffffff;
	padding: 3px;
	border: 1px #919191 solid;
}

.imageleft-noborder {
	background-color: #ffffff;
	margin: 0 10px 0 0;
	float: left;
}

.imageright-noborder {
	background-color: #ffffff;
	margin: 0 0 0 10px;
	float: right;
}

.imagecenter-noborder {
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	display: block;
	position: relative;
}

.imageleft-border {
	background-color: #ffffff;
	margin: 2px 10px 2px 0;
	padding: 3px;
	float: left;
	border: 1px #919191 solid;
}

.imageright-border {
	background-color: #ffffff;
	margin: 0 0 0 10px;
	padding: 3px;
	float: right;
	border: 1px #919191 solid;
}



