@charset "UTF-8"; 

/* for base */

body {
		margin: 0px;
		padding: 0px;
		font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
		/*
		background-image: url( "http://orbis-guide.com/cmn/image/header_bg" );
		background-repeat: repeat-x;
		background-position: left top;
		*/
	}

p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

th, td { font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif; }

img { border: none; }

a { text-decoration: none; }
a:link		{ color: #1155cc; }
a:visited	{ color: #1155cc; }
a:hover		{ color: #1155cc; text-decoration: none; }

iframe
{
	border: none;
	overflow: auto;
}

.fl { float: left; }
.fr { float: right; }
.cl { clear: both; }


