/* Orange CSS
 * $Id: chokkan.css 18 2008-03-05 15:53:10Z naoaki $
 */



/*
 * Global style definitions.
 */
/* Style for the <body> element. */
body {
	font: 90%/140% Osaka, Verdana, sans-serif;
	background: #F3F3F3;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #495865;
}

a img {
	border: none;
}

a:hover {
	color: #6F6F6F;
}

/* This <div> element is an only child of the <body> element for centering. */
div.body {
	background: #FFFFFF;
	margin: 0 auto 0 auto;
	width: 760px;
	text-align: left;
	border: 1px solid #DCDCDC;
}



/*
 * Style definitions for the site logo.
 */
/* This <div> element presents the background of the site logo. */
#sitelogo_background {
	width: 760px;
	height: 105px;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* This <p> element implements the site logo. */
#sitelogo {
	background: url(http://www.chokkan.org/logo.jpg);
	width: 760px;
	height: 105px;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* Style for <a> element in the site logo. */
#sitelogo a {
	position: relative;
	top: 74px;
	left: 4px;
	font-size: 16px;
	background: transparent;
	padding: 5px;
	color: #DDDDDD;
	text-decoration: none;
}

#sitelogo a:hover {
	position: relative;
	top: 74px;
	left: 4px;
	font-size: 16px;
	background: transparent;
	padding: 5px;
	color: #BBBBBB;
	text-decoration: none;
}


/*
 * Style definitions for the menu bar.
 */
/* The root element of the menu bar. */
#topmenu div {
	margin: 0px;
	padding: 0px;
}

/* Itemization container for the menu items. */
#topmenu ul {
	padding: 0;
	margin: 0;
	background: #5F707A;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	float: left;
	width: 760px;
	font: 13px Osaka, Verdana, sans-serif;
}

/* Menu items. */
#topmenu ul li {
	display: inline;
}

/* Links for the menu items. */
#topmenu ul li a {
	padding: 5px 14px 5px 14px;
	height: 21px;
	background: #9C9D95;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	float: left;
	border-right: 1px solid #FFFFFF;
}

/* Links for the menu items under the mouse cursor. */
#topmenu ul li a:hover {
	color: #FFFFFF;
	background: #C9C0B0;
}



/*
 * Style definitions for the content.
 */
/* The <div> element at the content root. */
#content {
	position: relative;
	left: 15px;
	float: left;
	padding: 0;
	width: 730px;
	color: #333333;
}

/* Title of the page. */
div.titlepage {
    margin: 16px 2px 16px 2px;
}

h1.title {
    color: #4F606A;
    font-size: 24px;
    line-height: 120%;
    margin: 0px;
    padding: 0px;
}

h3.subtitle {
    margin: 0px;
    padding: 2px;
}

/* Docbook <sect1> */
#content h2 {
	border-bottom: 1px solid #6F6F6F;
	color: #4F606A;
	font-size: 16px;
	margin: 20px 0 5px 0;
	padding: 0 0 3px 0;
	text-align: left;
	width: 700px;
}

/* Docbook <sect2> */
h3 {
	padding-top: 12px;
	margin: 0px;
}

#content code {
	color: #800000
}

#content ul {
	list-style-type: circle;
}

#content div.itemizedlist {
    margin-left: 16px;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	background: #5F707A;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	float: left;
	width: 760px;
	font: 13px Osaka, Verdana, sans-serif;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	padding: 5px 14px 5px 14px;
	background: #9C9D95;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	float: left;
	border-right: 1px solid #FFFFFF;
}

#navcontainer ul li a:hover {
	color: #FFFFFF;
	background: #C9C0B0;
}

pre {
        line-height: 110%;
	margin: 4px;
	padding: 4px;
}

pre.screen {
	color: #FFFFFF;
	background: #444444;
	margin: 4px;
	padding: 4px;
        line-height: 110%;
}

div.figure {
	text-align: center;
}

div.table {
    text-align: center;
}

div.table table {
    margin-left: auto;
    margin-right: auto;
}
/*
 * Style definitions for the footer.
 */
/* The <div> element at the footer root. */
div.footer {
    clear: both;
    padding-top: 32px;
}

p.footer {
	color: #FFFFFF;
        background: #5F707A;
	border-top: 1px solid #DFDFDF;
	font-size: 12px;
	padding: 8px 0 9px 0;
	text-align: center;
	width: 760px;
}
