/* ------------------------------------------------------------
 * HimaturiSite layout-common stylesheet
 * original: 2001-02-01
 * revised : 2005-03-14
 * -----------------------------------------------------------*/

/* ===========================================================
 *             Element type selectors 
 * =========================================================== */

* {
	margin: 0px;
}

body {
	line-height: 1.4em;
	font-size: 0.9em;

}

address {
	text-align: right;
	margin-bottom: 8px;
	margin-top: 5px;
	margin-right: 10px;
}

h1 {
	font-size: 1.8em;
	margin: 30px 10px 0px;
}

h2 {
	font-size: 1.3em;
	margin: 10px;
}

img {
	border: 1px solid #000000;
}

a:link {
	COLOR: #16125C; TEXT-DECORATION: underline
}
a:visited {
	COLOR: #16125C; TEXT-DECORATION: none
}
a:hover {
	COLOR: #EFBB5A; TEXT-DECORATION: none
}
a:active {
	COLOR: #EF9A7A; TEXT-DECORATION: none
}

/* -----------------------------------------------
 *             id style
 * ----------------------------------------------- */

#space {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#con-space {
	padding: 12px 15px;
	margin-top: 30px;
	width: 780px;
	border: 1px ridge #58CEE2;
	background-color: #FFFFFF;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;


}
#navi-a {
	background-repeat: repeat-x;
	padding-top: 17px;
	padding-bottom: 17px;
	background-image: url(../index.files/navi.gif);
	margin-left: 183px;
}
#navi-a li {
	display: inline;
	margin-right: 1px;
	margin-left: 1px;
}
#title {
	position: absolute;
	top: 0px;
	left: 0px;

}
#title img {
	border: none;
}

/* -----------------------------------------------
 *             class style
 * ----------------------------------------------- */

.navi-bar {
	font-size: 0.9em;
	text-align: right;
	margin-right: 10px;
	word-spacing: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
