/* common ------------------------------- */
h1,h2,h3,h4 {
	margin:0px;
	padding:0px;
}

p {
	margin:0px;
	padding:0px;
	font-size: 12px;
	line-height: 140%;
}

strong,em {
    font-weight: normal;
	font-style: normal;
}

div.left {
    float: left;
}

div.right {
    float: right;
}

a.link01:link {color:#000000; text-decoration: none;}
a.link01:active {color:#000000; text-decoration: none;}
a.link01:visited {color:#000000; text-decoration: none;}
a.link01:hover {color: green; text-decoration: none;}

a img { border: 0; }

td.loc_navi {padding: 5px; border-top: #cccccc solid 1px; border-bottom: #cccccc solid 1px;}