/* CSS realizzato da Hiroshi SAKATE - hirsak[at]tin.it */

/* BODY */

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333;
	scrollbar-base-color: #000;
	scrollbar-arrow-color: #F6F6F6;
}

h1 {
	font-family: ＭＳ Ｐ明朝,ＭＳ 明朝,ヒラギノ明朝 Pro W6, Times New Roman, Times;
	font-size: 15px;
	color: #333;
}

h2 {
	font-family: ＭＳ ゴシック,平成角ゴシック, Verdana, Georgia;
	font-size: larger;
}

h3 {
	font-family: ＭＳ ゴシック,平成角ゴシック, Arial, Helvetica;
	font-size: 11px;
}

h5 {
	font-family: ＭＳ ゴシック,平成角ゴシック, Arial, Helvetica;
	font-size: 10px;
}
h5 span {
	color: #808080
}

h6 {
	font-family: ＭＳ ゴシック,平成角ゴシック, Arial, Helvetica;
	font-size: 12px;
}

h5 h6 {
	line-height: 5px;
}

p.bodyText {
	text-align: justify;
	font-size: 10px;
	line-height: 130%;
	text-indent: 1em;
}
p.bodyText span {
	font-weight: bold;
}
p.bodyElenco {
	font-size: small;
}

/* LAYOUT */

div#menu ul, #menu li {
	background-color: #000;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 15px;
}
div#menu li {
	float: left;
	background-color: #000;
	border: 1px outset #bfbebe;
	margin-right:  1px;
}	
div#menu a, #menu a:link, #menu a:visited {
	text-decoration: none;
	color: #fff;
	background-color: trasparent;
	width: 100px;
	height: auto;
	text-align: center;
	padding: 2px 0;
	display: block;
	position: relative;
}
div#menu a:hover {
	color:#fff;
	background-color: #333;
	top: 1px;
	font-weight: bold;	
}

div#mainContent {
	background-color: #f9f9f9;
	width: 930px;
	height: 465px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

div#footer {
	background-color: #000;
	width: 930px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}

div#copy {
	width: 250px;
	height: 40px;
	margin: 0px 0px 0px 20px;
	float: left;
	text-align: left;
}

div#contact {
	width: 640px;
	height: 40px;
	margin: 0px;
	float: left;
	text-align: right;
}

div#homeTop {
	width: 930px;
	height: 480px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

div#home {
	width: 885px;
	height: 430px;
	padding: 0px;
	margin: 10px 0px 0px 20px;
}

div#home2 {
	width: 885px;
	height: 460px;
	padding: 0px;
	margin: -10px 0px 0px 20px;
	
}

div#imageContainer {
	position:relative;
	margin:0;
	width:930px; /*画像の横幅*/
	hight: 480px;
	border:0px solid #000; /*画像のまわりのボーダー*/
}
	
div#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}


/* CLASSI */

.bodyIframe {
	background-color: #F6F6F6;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
}
.bodyIframe span {
	font-weight: bold;
}

.textwhite {
	font-size: 11px;
	font-family: ＭＳ ゴシック,平成角ゴシック, Arial, Helvetica;
	color: #FFFFFF;
}

.hide {
	display: none;
}



/* MARCATORI LINK */

a:link { text-decoration:underline; color:#333; }
a:visited { text-decoration:underline; color:#333; }
a:hover   { text-decoration:none; color:#999999; }
a:active  { text-decoration:underline; color:#333; }
form {
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	border: thin none;
}
table_richiest {
	border: thin solid #000000;
}
.bodyIframe img {
	margin-top: 2px;
	margin-bottom: 2px;
}
