body {
	margin: 40px 0px 100px 10px;
	padding: 0px;
	/*font-family: 'ƒƒCƒŠƒI', Meiryo, 'Osaka', Helvetica;*/
	/*font-family: Helvetica, '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka';*/
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, Helvetica;
	color: #484848;
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	font-size: 100%;
}

/* IEˆÈŠO */
html>body {
    font-size: 12pt;
}


h1,h2,h3,h4,h5,h6,dl,form
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.fsll { font-size: 18px; line-height: 140%; }
.fsl  { font-size: 16px; line-height: 140%; }
.fsm  { font-size: 12px; line-height: 140%; }
.fss  { font-size: 10px; line-height: 130%; }

a img { border: none; }

a:link    { color: #00486a; text-decoration: underline; }
a:visited { color: #006699; text-decoration: underline; }
a:hover   { color: #00486a; text-decoration: none; }
a:active  { color: #00486a; }

#header {
	margin-bottom: 30px;
	width: 740px;
	height: 30px;
}

#topnav {
	width: 740px;
	height: 40px;
	margin-top: 10px;
}
#topnav #box {
	padding: 1px;
	border: 1px solid #4a80b5;
}

#footer {
	clear: both;
	margin-top: 10px;
	width: 740px;
	height: 30px;
	background-color: #e8eff7;
}

.listyaji {
	float: right;
}
.listyaji ul {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.listyaji li {
	float: left;
	font-size: 0.7em;
	padding: 0em 0em 0em 0.5em;
	/*padding: 0.5em 0em 0em 0.5em;*/
	list-style-type: none;
	display: block;
}
.listyaji li a {
	padding-left: 15px;
	background-image: url(../images/maruyaji.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.listyaji li a:link    { color: #5b5e5e; text-decoration:none; }
.listyaji li a:visited { color: #5b5e5e; text-decoration:none; }
.listyaji li a:hover   { color: #5b5e5e; text-decoration:underline; }
.listyaji li a:active  { color: #5b5e5e; }

.clear { margin:0px; padding:0px; clear:both; }
.bold { font-weight: bold; }

