/*****************************************************************************/
/* --  Hanabi CSS                                                         -- */
/*****************************************************************************/

/* ============================================================================
 Default settings 
============================================================================ */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #0c0b08;
	/* background-color: #660226; */
	font-size: 88%;
	font-family:"CI",Osaka;
	line-height: 150%;
	color: #333;
	background-repeat: repeat-y;
/*	background-image: url("./img/bg.jpg"); */
/*	background-attachment: fixed; */
/*	background-position: bottom; */
}

A:link    {text-decoration: underline;color:#787f7a;}
A:visited {text-decoration: underline;color:#787f7a;}
A:hover   {text-decoration: underline;color:#FF1010;}

/* ============================================================================
 Frame settings 
============================================================================ */
div#full{
	width: 800px;
	text-align: left;
	margin-top: 0px;
	background-color: #FFF;
	padding-bottom: 3em;

	border-left: 1px solid #000000;
	border-right: 1px solid #000000;

	background-position: top left; 
	background-repeat: repeat-y;
	background-image: url("./img/bg.jpg"); 
}

div#title {
	height: 300px;
	background-image: url("./img/title.jpg");
	background-repeat: no-repeat;
}

span.title {
	display: none;
}

div#left {
	float: left;
	width: 100px;
	height: 800px;
	background-repeat: no-repeat;
	background-image: url("./img/bg_top.jpg"); 
}

div#main {
	width: 700px;
	_width: 690px;
	margin-left: 100px;
	padding-top: 10px;
	background-color: #FFF;
}

div.section {
	text-align: left;
	margin-bottom: 5em;
}

div.text {
	margin-left: 2em;
	margin-bottom: 2em;
}

/* ============================================================================
 Text settings 
============================================================================ */
h2 {
	font-family:"Times New Roman",Times,Arial;
	font-size: 200%;
	color: #D68382;
	padding-left: 0.2em;
/*
	border-left: 10px solid #D68382;

	background-repeat: repeat-y;
	background-image: url("./img/bg.jpg");
*/
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;

/*	border-bottom: 1px solid #D68382; */
}

h3 {
	font-size: 150%;
	font-family:"Times New Roman",Times,Arial;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 2em;
	color: #787f7a;
	border-bottom: 1px solid #787f7a;
}

strong {
    	font-weight: bold;
    	font-size: 125%;
    	color: #787f7a;
/*    color: #AD6239; */
}

b {
    	color: #787f7a;
/*    color: #AD6239; */
}

ul {
	 list-style-position: inside;
}

ul.inlist {
	 margin: 1em;
}

tr.staff td {
	width : 220px;
}

tr.sample td {
	width : 220px;
}

div#footer {
	margin-top: 3em;
	border-top: 1px solid #787f7a;
	text-align: right;
	color: #787f7a;
}

dt {
	font-style: italic ;
}

dd {
	margin-left: 2em;
	margin-bottom: 0.5em;
}
