/* Stylesheet for general pages (except for top page) */
/* Created by Keisuke Nishida */

/* include common settings */
@import "common.css";

/* title bar */

.title p
{
	line-height:1.0;
	font-size:90%;
	font-weight:normal;
	text-align:left;
	color:#000000;
	background-color:transparent;
	padding:10px 15px;
	margin:0;
	list-style-type:none;

}

.title p a,
.title p a:visited,
.title p a:hover,
.title p a:active
{
	color:#000000;
	text-decoration:none;
}

.title h1
{
	line-height:1.0;
	font-size:160%;
	font-weight:bold;
	text-align:left;
	color:#000000;
	background-color:transparent;
	padding:0px 15px;
	margin:0;
}


/* Topic Path List */

.topicpath
{
	line-height:1.0;
	font-size:90%;
	margin-left:125px;
	padding:0px;
	color:#000000;
	background-color:#ffffff;
	background:url(header2.png) no-repeat 0 0;
}

.topicpath ul
{
	text-align:left;
	padding:4px 0.5em 3px 0.5em;
	list-style-type:none;
}

.topicpath li
{
	padding:0;
	margin:0;
	display:inline;
	white-space:nowrap;
}

.topicpath a
{
	text-decoration:none;
	padding:2px;
}

.topicpath a:hover
{
	padding:1px;
	border:1px solid #a0b0ff;
	background-color:#f0f0ff;
}

