/* syashin-omori.com base style */

/* html elements */
body {
	font-family: "Verdana","MS UI Gothic","‚l‚r ƒSƒVƒbƒN",Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 20px 0 0 0;
}

img {
	margin: 0;
	border: 0;
}

a {
	text-decoration: underline;
	font-weight: normal;
	color: #1E90FF;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #9FD0FA;
}

.font-h {
	color: #000;
	font-size: 16pt;
	line-height: 100%;
}.font-l {
	color: #000;
	font-size: 12pt;
	line-height: 120%;
}
.font-m {
	font-size: 8pt;
	line-height: 160%;
}
.font-s {
	font-size: 7pt;
	line-height: 150%;
}



/* menu bar */
ul {
	list-style-type: none;
	background: url(../images/menuBar.gif) no-repeat;
	margin: 0;
	padding: 0 0 0 1px;
	width: 825px;
	height: 21px;
	font-size: 7pt;
}

li {
	display: inline;
	margin: 0;
	padding: 0;
}

li a {
	color: #333;
	text-decoration: none;
	float: left;
	display: block;
	margin: 1px 0 1px;
	padding: 4px 10px 0;
	height: 15px;
}

li a:hover {
	color: #333;
	background: #eee;
	text-decoration: none;
}

li a#now {
	color: #fff;
	background: url(../images/menuBar_now.gif) repeat-x bottom;
	text-decoration: none;
}

li a:active {
	padding: 5px 9px 0 11px;
	height: 15px;
}


/* common contents */
#sep {
	background: url(../images/line_h_dot.gif) repeat-x bottom;
	margin-top: -15px;
	width: 100%;
}

